[PATCH] gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-2.e9fbf5c.

  • Done
  • quality assurance status badge
Details
2 participants
  • Tobias Geerinckx-Rice
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201126170107.13687-1-mike@rohleder.de
* 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(-)

Toggle diff (26 lines)
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
Tobias Geerinckx-Rice wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)
87sg8vzyv2.fsf@nckx
Michael Rohleder 写道:
Toggle quote (3 lines)
> * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module):
> Update to 5.6.4.2-2.e9fbf5c.

Commit message wrapped to 72 characters and pushed as
7aaa6bb4cda137c25b0d9b1b52f8c286d0101cb7.

Thanks!

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX8AFwQ0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15UScBANlp/6AIRDSMj1y0PUfkgTvTAvLIN6ZmXV32TpN8
h3iqAPwKa96bfHTtyLtMbLlb4DT4eDIeA7lKjS/NiI23Fb9EDg==
=iU1F
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 44890@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44890
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help