unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50130] [PATCH] gnu: packages: Fix aircrack-ng for gcc-10.
@ 2021-08-20  7:27 Sergei Trofimovich
  2021-12-11  9:38 ` bug#50130: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Sergei Trofimovich @ 2021-08-20  7:27 UTC (permalink / raw)
  To: 50130; +Cc: Sergei Trofimovich

* gnu/packages/networking.scm (aircrack-ng): Backport patches for
gcc-10 compatibility.
---
 gnu/packages/networking.scm | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ec5e383b0e..9483b1e3e7 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1807,7 +1807,23 @@ live network and disk I/O bandwidth monitor.")
        (uri (string-append "https://download.aircrack-ng.org/aircrack-ng-"
                            version ".tar.gz"))
        (sha256
-        (base32 "0ix2k64qg7x3w0bzdsbk1m50kcpq1ws59g3zkwiafvpwdr4gs2sg"))))
+        (base32 "0ix2k64qg7x3w0bzdsbk1m50kcpq1ws59g3zkwiafvpwdr4gs2sg"))
+       (patches
+         (list
+           (origin
+             (method url-fetch)
+             (uri "https://github.com/aircrack-ng/aircrack-ng/commit/d4496006ac1e0c99908108b998ae39afb0658733.patch")
+             (file-name (string-append name "-gcc-10-p1.patch"))
+             (sha256
+              (base32
+               "0kyx2jdygr38y1bz4s8r4qyaimpfwh3bvn6qxqzn5bwhwkn3c7wj")))
+           (origin
+             (method url-fetch)
+             (uri "https://github.com/aircrack-ng/aircrack-ng/commit/f6f1396807607f5649d20631db517cfca3a1f5c4.patch")
+             (file-name (string-append name "-gcc-10-p2.patch"))
+             (sha256
+              (base32
+               "1c4bm7nbm9y9mlcyxi983kcvcviqsn93clyb9rxhlqwvyca3zfrg")))))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
-- 
2.33.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50130: [PATCH] gnu: packages: Fix aircrack-ng for gcc-10.
  2021-08-20  7:27 [bug#50130] [PATCH] gnu: packages: Fix aircrack-ng for gcc-10 Sergei Trofimovich
@ 2021-12-11  9:38 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-12-11  9:38 UTC (permalink / raw)
  To: Sergei Trofimovich; +Cc: 50130-done


Hello,

> * gnu/packages/networking.scm (aircrack-ng): Backport patches for
> gcc-10 compatibility.

Looks like aircrack-ng builds fine with GCC-10 on core-updates-frozen.

Closing this one,

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-11  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20  7:27 [bug#50130] [PATCH] gnu: packages: Fix aircrack-ng for gcc-10 Sergei Trofimovich
2021-12-11  9:38 ` bug#50130: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).