From unknown Fri Jun 20 07:17:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#44890] [PATCH] gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-2.e9fbf5c. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 26 Nov 2020 17:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 44890 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 44890@debbugs.gnu.org Cc: Michael Rohleder X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.160641007924903 (code B ref -1); Thu, 26 Nov 2020 17:02:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 Nov 2020 17:01:19 +0000 Received: from localhost ([127.0.0.1]:42681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiKdz-0006Tb-2c for submit@debbugs.gnu.org; Thu, 26 Nov 2020 12:01:19 -0500 Received: from lists.gnu.org ([209.51.188.17]:58042) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiKdx-0006TT-5t for submit@debbugs.gnu.org; Thu, 26 Nov 2020 12:01:17 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57522) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kiKdw-0004rJ-RR for guix-patches@gnu.org; Thu, 26 Nov 2020 12:01:16 -0500 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:57850) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kiKdu-0000dn-A0 for guix-patches@gnu.org; Thu, 26 Nov 2020 12:01:16 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kiKdo-0000Xn-Hr; Thu, 26 Nov 2020 18:01:09 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1kiKdm-0004Kr-4y; Thu, 26 Nov 2020 18:01:08 +0100 From: Michael Rohleder Date: Thu, 26 Nov 2020 18:01:07 +0100 Message-Id: <20201126170107.13687-1-mike@rohleder.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1606410074;564ea7cb; X-HE-SMSGID: 1kiKdo-0000Xn-Hr Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to 5.6.4.2-2.e9fbf5c. --- Our current version fails to build: /tmp/guix-build-rtl8812au-aircrack-ng-linux-module-5.6.4.2-1.df2b8df.drv-0/rtl8812au-aircrack-ng-linux-module-5.6.4.2-1.df2b8df-checkout/include/rtw_security.h:257:8: error: redefinition of 'struct sha256_state' gnu/packages/linux.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c325e31dbb..2fb30c5b7a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1091,8 +1091,8 @@ and should be used with caution, especially on untested models.") (license license:gpl3+))) ; see README.md (no licence headers) (define-public rtl8812au-aircrack-ng-linux-module - (let ((commit "df2b8dfd8cb7d9f6cfeb55abaeab8a5372011fc9") - (revision "1")) + (let ((commit "e9fbf5c051453941bbc029810b893a6c010714e6") + (revision "2")) (package (name "rtl8812au-aircrack-ng-linux-module") (version (git-version "5.6.4.2" revision commit)) @@ -1104,7 +1104,7 @@ and should be used with caution, especially on untested models.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1qcr0j8yhg8l9l0f5y55zcsk1mgf3qd46yh9xfqgg91szxa3yvca")) + (base32 "0y71q7ajwz1w38gdmxd4p05hhkqndq504nndy6vfa16fxz6pqxhn")) (modules '((guix build utils))) (snippet '(begin -- 2.29.2 From unknown Fri Jun 20 07:17:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#44890] [PATCH] gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-2.e9fbf5c. Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 26 Nov 2020 19:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44890 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Michael Rohleder Cc: 44890-done@debbugs.gnu.org, 44890@debbugs.gnu.org X-Debbugs-Original-Cc: 44890-done@debbugs.gnu.org, guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.160641992216206 (code B ref -1); Thu, 26 Nov 2020 19:46:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 Nov 2020 19:45:22 +0000 Received: from localhost ([127.0.0.1]:42957 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiNCk-0004DJ-FM for submit@debbugs.gnu.org; Thu, 26 Nov 2020 14:45:22 -0500 Received: from lists.gnu.org ([209.51.188.17]:42454) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiNCh-0004DB-P2 for submit@debbugs.gnu.org; Thu, 26 Nov 2020 14:45:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38860) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kiNCf-0000qg-Dh for guix-patches@gnu.org; Thu, 26 Nov 2020 14:45:18 -0500 Received: from tobias.gr ([2a02:c205:2020:6054::1]:32842) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kiNCX-0002tj-UT for guix-patches@gnu.org; Thu, 26 Nov 2020 14:45:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=K4v65/9ph1sL80Uj/3L8ia/jLK6hTVv8pYDq7lqcBBg=; h=date:in-reply-to: references:subject:cc:to:from; b=S0rUZfYdrY3Ic/STBAMUnswwD3cGu+Pexbapv RYfYm3KRPfsZI9WpFZECElUCLaiRQp21toKJqS58WFqGlbjA83x35TFz6fI7CJ7vLhA/BT quZb5Pfl6n1QuiDwWMc2/ge8w/A/9nnt/eRdH8mIp6Pggizjsl8ewOE6DrJG2zklGwRUMG PskQHrQlqfPhAfhPBVMLHql3t01N9RA3AupKUUqb0PfraSgYqg4WKYajFjftrMWpyk2E7e s+ii/SExY6Vp16MBWhCAPx+kYzfHhOy6ZNXFaouSY7pkBuChbNtL02G9TYBawapuRuXdQL brZTwR/pAs8H+GwIeZZmz04qA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 13e20a6a (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Thu, 26 Nov 2020 19:45:18 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice References: <20201126170107.13687-1-mike@rohleder.de> In-reply-to: <20201126170107.13687-1-mike@rohleder.de> Date: Thu, 26 Nov 2020 20:45:05 +0100 Message-ID: <87sg8vzyv2.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Michael Rohleder =E5=86=99=E9=81=93=EF=BC=9A > * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module):=20 > Update to 5.6.4.2-2.e9fbf5c. Commit message wrapped to 72 characters and pushed as=20 7aaa6bb4cda137c25b0d9b1b52f8c286d0101cb7. Thanks! T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX8AFwQ0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15UScBANlp/6AIRDSMj1y0PUfkgTvTAvLIN6ZmXV32TpN8 h3iqAPwKa96bfHTtyLtMbLlb4DT4eDIeA7lKjS/NiI23Fb9EDg== =iU1F -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:17:10 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Michael Rohleder Subject: bug#44890: closed (Re: [bug#44890] [PATCH] gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-2.e9fbf5c.) Message-ID: References: <87sg8vzyv2.fsf@nckx> <20201126170107.13687-1-mike@rohleder.de> X-Gnu-PR-Message: they-closed 44890 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 44890@debbugs.gnu.org Date: Thu, 26 Nov 2020 19:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1606419962-16264-1" This is a multi-part message in MIME format... ------------=_1606419962-16264-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #44890: [PATCH] gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-= 2.e9fbf5c. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 44890@debbugs.gnu.org. --=20 44890: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D44890 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1606419962-16264-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 44890-done) by debbugs.gnu.org; 26 Nov 2020 19:45:13 +0000 Received: from localhost ([127.0.0.1]:42954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiNCb-0004Cu-5f for submit@debbugs.gnu.org; Thu, 26 Nov 2020 14:45:13 -0500 Received: from tobias.gr ([80.241.217.52]:51032) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiNCX-0004Cl-0c for 44890-done@debbugs.gnu.org; Thu, 26 Nov 2020 14:45:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=K4v65/9ph1sL80Uj/3L8ia/jLK6hTVv8pYDq7lqcBBg=; h=date:in-reply-to: references:subject:cc:to:from; b=S0rUZfYdrY3Ic/STBAMUnswwD3cGu+Pexbapv RYfYm3KRPfsZI9WpFZECElUCLaiRQp21toKJqS58WFqGlbjA83x35TFz6fI7CJ7vLhA/BT quZb5Pfl6n1QuiDwWMc2/ge8w/A/9nnt/eRdH8mIp6Pggizjsl8ewOE6DrJG2zklGwRUMG PskQHrQlqfPhAfhPBVMLHql3t01N9RA3AupKUUqb0PfraSgYqg4WKYajFjftrMWpyk2E7e s+ii/SExY6Vp16MBWhCAPx+kYzfHhOy6ZNXFaouSY7pkBuChbNtL02G9TYBawapuRuXdQL brZTwR/pAs8H+GwIeZZmz04qA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 13e20a6a (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Thu, 26 Nov 2020 19:45:18 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: Michael Rohleder Subject: Re: [bug#44890] [PATCH] gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-2.e9fbf5c. References: <20201126170107.13687-1-mike@rohleder.de> In-reply-to: <20201126170107.13687-1-mike@rohleder.de> Date: Thu, 26 Nov 2020 20:45:05 +0100 Message-ID: <87sg8vzyv2.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44890-done Cc: 44890-done@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Michael Rohleder =E5=86=99=E9=81=93=EF=BC=9A > * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module):=20 > Update to 5.6.4.2-2.e9fbf5c. Commit message wrapped to 72 characters and pushed as=20 7aaa6bb4cda137c25b0d9b1b52f8c286d0101cb7. Thanks! T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX8AFwQ0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15UScBANlp/6AIRDSMj1y0PUfkgTvTAvLIN6ZmXV32TpN8 h3iqAPwKa96bfHTtyLtMbLlb4DT4eDIeA7lKjS/NiI23Fb9EDg== =iU1F -----END PGP SIGNATURE----- --=-=-=-- ------------=_1606419962-16264-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Nov 2020 17:01:19 +0000 Received: from localhost ([127.0.0.1]:42681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiKdz-0006Tb-2c for submit@debbugs.gnu.org; Thu, 26 Nov 2020 12:01:19 -0500 Received: from lists.gnu.org ([209.51.188.17]:58042) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiKdx-0006TT-5t for submit@debbugs.gnu.org; Thu, 26 Nov 2020 12:01:17 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57522) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kiKdw-0004rJ-RR for guix-patches@gnu.org; Thu, 26 Nov 2020 12:01:16 -0500 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:57850) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kiKdu-0000dn-A0 for guix-patches@gnu.org; Thu, 26 Nov 2020 12:01:16 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kiKdo-0000Xn-Hr; Thu, 26 Nov 2020 18:01:09 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1kiKdm-0004Kr-4y; Thu, 26 Nov 2020 18:01:08 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-2.e9fbf5c. Date: Thu, 26 Nov 2020 18:01:07 +0100 Message-Id: <20201126170107.13687-1-mike@rohleder.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1606410074;564ea7cb; X-HE-SMSGID: 1kiKdo-0000Xn-Hr Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to 5.6.4.2-2.e9fbf5c. --- Our current version fails to build: /tmp/guix-build-rtl8812au-aircrack-ng-linux-module-5.6.4.2-1.df2b8df.drv-0/rtl8812au-aircrack-ng-linux-module-5.6.4.2-1.df2b8df-checkout/include/rtw_security.h:257:8: error: redefinition of 'struct sha256_state' gnu/packages/linux.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c325e31dbb..2fb30c5b7a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1091,8 +1091,8 @@ and should be used with caution, especially on untested models.") (license license:gpl3+))) ; see README.md (no licence headers) (define-public rtl8812au-aircrack-ng-linux-module - (let ((commit "df2b8dfd8cb7d9f6cfeb55abaeab8a5372011fc9") - (revision "1")) + (let ((commit "e9fbf5c051453941bbc029810b893a6c010714e6") + (revision "2")) (package (name "rtl8812au-aircrack-ng-linux-module") (version (git-version "5.6.4.2" revision commit)) @@ -1104,7 +1104,7 @@ and should be used with caution, especially on untested models.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1qcr0j8yhg8l9l0f5y55zcsk1mgf3qd46yh9xfqgg91szxa3yvca")) + (base32 "0y71q7ajwz1w38gdmxd4p05hhkqndq504nndy6vfa16fxz6pqxhn")) (modules '((guix build utils))) (snippet '(begin -- 2.29.2 ------------=_1606419962-16264-1--