From unknown Sun Jun 22 03:57:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39593] [PATCH] gnu: Add rtl8812au-aircrack-ng-linux-module. Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 13 Feb 2020 23:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39593 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39593@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15816354897507 (code B ref -1); Thu, 13 Feb 2020 23:12:01 +0000 Received: (at submit) by debbugs.gnu.org; 13 Feb 2020 23:11:29 +0000 Received: from localhost ([127.0.0.1]:60633 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j2Ndo-0001x1-QL for submit@debbugs.gnu.org; Thu, 13 Feb 2020 18:11:29 -0500 Received: from lists.gnu.org ([209.51.188.17]:43135) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j2Ndm-0001ws-Tk for submit@debbugs.gnu.org; Thu, 13 Feb 2020 18:11:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:44275) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2Ndl-0006bH-MJ for guix-patches@gnu.org; Thu, 13 Feb 2020 18:11:26 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2Ndj-0004IH-73 for guix-patches@gnu.org; Thu, 13 Feb 2020 18:11:24 -0500 Received: from tobias.gr ([2001:470:7405::1]:56376) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j2Ndj-0004Ea-0a for guix-patches@gnu.org; Thu, 13 Feb 2020 18:11:23 -0500 Received: by tobias.gr (OpenSMTPD) with ESMTP id 48936332 for ; Thu, 13 Feb 2020 23:11:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:date:message-id:mime-version:content-transfer-encoding; s=2018; i=me@tobias.gr; bh=HnJ9yv14xWOZT1/Suc+XaQlrHjiE1jaXwTQe Z8A19L4=; b=dBv511Ta4wygenI0hZA7hTVhhDfFW0i1AcsH0aJdsCnW/nQYEC4z efOTfKRUpfDB6ZqJjB6anJvGcXBgNFidhWZxxTxaQcpaVk2JjygXBsgQrOXZVgHh wN5NsCvN1cjyCUiHSMkzYdY5zRKlka804BYPLQbuYPMc+oH5zI8b7WbgNO/dPwVa 0en7/RlV/hDai12VbHBGvK2yyymDTtLWkNVPOoIJGL700l5xKVwxOZxKvjciQumq DBisI063Mt76ZpF1fcqn2sZMJrbMaAa/dPv9KphqAegDTwRCbsn5JxAIZ/j8RCMy 7jbbVp5BtZDZqDuJhrKSrh7beIcqxQEKzg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id fcbc16f4 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 13 Feb 2020 23:11:18 +0000 (UTC) From: Tobias Geerinckx-Rice Date: Fri, 14 Feb 2020 00:11:05 +0100 Message-Id: <20200213231105.15032-1-me@tobias.gr> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:470:7405::1 X-Spam-Score: 0.2 (/) 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: -0.8 (/) * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): New public variable. --- gnu/packages/linux.scm | 46 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ce4555e4ef..3072b0f7d9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -932,6 +932,52 @@ It grants direct and undocumented access to your hardware that may cause damage 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 "945d6ed6505c32f0993b1dba576388e92e78101b") + (revision "0")) + (package + (name "rtl8812au-aircrack-ng-linux-module") + (version (git-version "5.6.4.2" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/aircrack-ng/rtl8812au.git") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1pjws7qb5l4z9k80vgz4zdxmqhbwxjjrmkpf0hijf821byyddvi7")) + (modules '((guix build utils))) + (snippet + '(begin + ;; Remove bundled tarballs, APKs, word lists, speadsheets, + ;; and other unnecessary unlicenced things. + (map delete-file-recursively (list "android" + "docs" + "tools")) + #t)))) + (build-system linux-module-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'build + (lambda* (#:key inputs make-flags #:allow-other-keys) + (apply invoke "make" + (string-append "KSRC=" + (assoc-ref inputs "linux-module-builder") + "/lib/modules/build") + (or make-flags '()))))) + #:tests? #f)) ; no test suite + (supported-systems '("x86_64-linux" "i686-linux")) + (home-page "https://github.com/aircrack-ng/rtl8812au") + (synopsis "Linux driver for Realtek USB wireless network adapters") + (description + "This is Realtek's rtl8812au Linux driver for USB 802.11n wireless +network adapters, modified by the aircrack-ng project to support monitor mode +and frame injection. It provides a @code{88XXau} kernel module that supports +RTL8812AU, RTL8821AU, and RTL8814AU chips.") + (license license:gpl2+)))) + (define-public vhba-module (package (name "vhba-module") -- 2.23.0 From unknown Sun Jun 22 03:57:49 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: Tobias Geerinckx-Rice Subject: bug#39593: closed (Done: [PATCH] gnu: Add rtl8812au-aircrack-ng-linux-module.) Message-ID: References: <20200429101242.wrfpotsmdturvzcb@gravity> <20200213231105.15032-1-me@tobias.gr> X-Gnu-PR-Message: they-closed 39593 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 39593@debbugs.gnu.org Date: Wed, 29 Apr 2020 10:13:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1588155182-28036-1" This is a multi-part message in MIME format... ------------=_1588155182-28036-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #39593: [PATCH] gnu: Add rtl8812au-aircrack-ng-linux-module. 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 39593@debbugs.gnu.org. --=20 39593: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D39593 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1588155182-28036-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 39593-done) by debbugs.gnu.org; 29 Apr 2020 10:12:49 +0000 Received: from localhost ([127.0.0.1]:42472 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTjhx-0007Hj-2c for submit@debbugs.gnu.org; Wed, 29 Apr 2020 06:12:49 -0400 Received: from pat.zlotemysli.pl ([37.59.186.212]:33460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTjhu-0007HV-NX for 39593-done@debbugs.gnu.org; Wed, 29 Apr 2020 06:12:47 -0400 Received: (qmail 4487 invoked by uid 1009); 29 Apr 2020 12:12:44 +0200 Received: from 188.123.215.55 (kuba@kadziolka.net@188.123.215.55) by pat (envelope-from , uid 1002) with qmail-scanner-2.08st (clamdscan: 0.98.6/25796. spamassassin: 3.4.0. perlscan: 2.08st. Clear:RC:1(188.123.215.55):. Processed in 0.021632 secs); 29 Apr 2020 10:12:44 -0000 Received: from unknown (HELO gravity) (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl with SMTP; 29 Apr 2020 12:12:44 +0200 Date: Wed, 29 Apr 2020 12:12:42 +0200 From: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= To: 39593-done@debbugs.gnu.org Subject: Done: [PATCH] gnu: Add rtl8812au-aircrack-ng-linux-module. Message-ID: <20200429101242.wrfpotsmdturvzcb@gravity> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="lwnanotngo3q45ud" Content-Disposition: inline X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 39593-done 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: -1.0 (-) --lwnanotngo3q45ud Content-Type: text/plain; charset=us-ascii Content-Disposition: inline It seems that this patch got applied on master long ago, see commit ce5af131d896f45c088a30d13f62a0914d97829b. --lwnanotngo3q45ud Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE5Xa/ss9usT31cTO54xWnWEYTFWQFAl6pUxYACgkQ4xWnWEYT FWRjZhAAonnMoftdVIHBZ0pbz5utgyVOKeGxY99eJmZWfPMcO5nrCFM/Yl83OW2M IBIZ4WLtWNbeM6FbMMXhiJ5JdlJyVmAeo/bal3pRoDHWuxY6wID5WF2ZvYk0bT3v Vq571L/fwZjHihGwxwGG2+Mpuv2DJmOS30KbJkKG2ZQVtTVhUP0tbTSWsHm0HaCc Td38NMqLMEr5Ls6t59KKHVlI4dV0mYKLzPmlua/dFctGAMkiESyxGlyCmGEBQmzg 4ehLxLTXTifJ1cVPVpE5THM6eoHQaKqrWVEEwOBcAFvOARKmqsXubohU+eAtMcmK D46To2FGu8kYXPe9QAmd4ekDdWRycxDHUvHlnnHCC+x+IBd5soIO8wnf1lJKMoEE S+MXLNiLQzQecz+JYf+13dXGx8zDjE1TmU7a0H/VI6+4lXMsdXJKKMkJOHrfcYJT RRbmxOLSJaoD6eNS/3N0qie6NxTH8kUw5TrA3/t8JW4C0Ul4pRrXj2twH97jjoMx 9NfFi6qvg+qWJOeM3+4+5ZUt8/DvWNskPMFQPl4WeOeLgQLniPBNc3XCRns744Ub kDAL6i9dqZRFpw5l2ND4nxsI1koFjSwlm6k3joN9szGJj5sOnr/IhSnYaU8jjyV9 E/2sQnviStzDe49JFKGtJ9k3lyXs+6VI8BHa1J1ewk/Q+rYTUks= =qDZY -----END PGP SIGNATURE----- --lwnanotngo3q45ud-- ------------=_1588155182-28036-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Feb 2020 23:11:29 +0000 Received: from localhost ([127.0.0.1]:60633 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j2Ndo-0001x1-QL for submit@debbugs.gnu.org; Thu, 13 Feb 2020 18:11:29 -0500 Received: from lists.gnu.org ([209.51.188.17]:43135) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j2Ndm-0001ws-Tk for submit@debbugs.gnu.org; Thu, 13 Feb 2020 18:11:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:44275) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2Ndl-0006bH-MJ for guix-patches@gnu.org; Thu, 13 Feb 2020 18:11:26 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2Ndj-0004IH-73 for guix-patches@gnu.org; Thu, 13 Feb 2020 18:11:24 -0500 Received: from tobias.gr ([2001:470:7405::1]:56376) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j2Ndj-0004Ea-0a for guix-patches@gnu.org; Thu, 13 Feb 2020 18:11:23 -0500 Received: by tobias.gr (OpenSMTPD) with ESMTP id 48936332 for ; Thu, 13 Feb 2020 23:11:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:date:message-id:mime-version:content-transfer-encoding; s=2018; i=me@tobias.gr; bh=HnJ9yv14xWOZT1/Suc+XaQlrHjiE1jaXwTQe Z8A19L4=; b=dBv511Ta4wygenI0hZA7hTVhhDfFW0i1AcsH0aJdsCnW/nQYEC4z efOTfKRUpfDB6ZqJjB6anJvGcXBgNFidhWZxxTxaQcpaVk2JjygXBsgQrOXZVgHh wN5NsCvN1cjyCUiHSMkzYdY5zRKlka804BYPLQbuYPMc+oH5zI8b7WbgNO/dPwVa 0en7/RlV/hDai12VbHBGvK2yyymDTtLWkNVPOoIJGL700l5xKVwxOZxKvjciQumq DBisI063Mt76ZpF1fcqn2sZMJrbMaAa/dPv9KphqAegDTwRCbsn5JxAIZ/j8RCMy 7jbbVp5BtZDZqDuJhrKSrh7beIcqxQEKzg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id fcbc16f4 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 13 Feb 2020 23:11:18 +0000 (UTC) From: Tobias Geerinckx-Rice To: guix-patches@gnu.org Subject: [PATCH] gnu: Add rtl8812au-aircrack-ng-linux-module. Date: Fri, 14 Feb 2020 00:11:05 +0100 Message-Id: <20200213231105.15032-1-me@tobias.gr> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:470:7405::1 X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: submit 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: -0.8 (/) * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): New public variable. --- gnu/packages/linux.scm | 46 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ce4555e4ef..3072b0f7d9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -932,6 +932,52 @@ It grants direct and undocumented access to your hardware that may cause damage 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 "945d6ed6505c32f0993b1dba576388e92e78101b") + (revision "0")) + (package + (name "rtl8812au-aircrack-ng-linux-module") + (version (git-version "5.6.4.2" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/aircrack-ng/rtl8812au.git") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1pjws7qb5l4z9k80vgz4zdxmqhbwxjjrmkpf0hijf821byyddvi7")) + (modules '((guix build utils))) + (snippet + '(begin + ;; Remove bundled tarballs, APKs, word lists, speadsheets, + ;; and other unnecessary unlicenced things. + (map delete-file-recursively (list "android" + "docs" + "tools")) + #t)))) + (build-system linux-module-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'build + (lambda* (#:key inputs make-flags #:allow-other-keys) + (apply invoke "make" + (string-append "KSRC=" + (assoc-ref inputs "linux-module-builder") + "/lib/modules/build") + (or make-flags '()))))) + #:tests? #f)) ; no test suite + (supported-systems '("x86_64-linux" "i686-linux")) + (home-page "https://github.com/aircrack-ng/rtl8812au") + (synopsis "Linux driver for Realtek USB wireless network adapters") + (description + "This is Realtek's rtl8812au Linux driver for USB 802.11n wireless +network adapters, modified by the aircrack-ng project to support monitor mode +and frame injection. It provides a @code{88XXau} kernel module that supports +RTL8812AU, RTL8821AU, and RTL8814AU chips.") + (license license:gpl2+)))) + (define-public vhba-module (package (name "vhba-module") -- 2.23.0 ------------=_1588155182-28036-1--