[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: aircrack-ng: Update to 1.7.
From: |
guix-commits |
Subject: |
05/09: gnu: aircrack-ng: Update to 1.7. |
Date: |
Mon, 23 May 2022 13:43:34 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f262ec40a5eb468e9ba62b5ad4f25e70c491a63c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 15 02:00:04 2022 +0200
gnu: aircrack-ng: Update to 1.7.
* gnu/packages/networking.scm (aircrack-ng): Update to 1.7.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/networking.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9010e1f120..9d19fbade9 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015, 2016, 2017, 2021 Stefan Reichör <stefan@xsteve.at>
;;; Copyright © 2016 Raimon Grau <raimonster@gmail.com>
-;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016 John Darrington <jmd@gnu.org>
;;; Copyright © 2016-2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
@@ -1863,14 +1863,14 @@ live network and disk I/O bandwidth monitor.")
(define-public aircrack-ng
(package
(name "aircrack-ng")
- (version "1.6")
+ (version "1.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.aircrack-ng.org/aircrack-ng-";
version ".tar.gz"))
(sha256
- (base32 "0ix2k64qg7x3w0bzdsbk1m50kcpq1ws59g3zkwiafvpwdr4gs2sg"))))
+ (base32 "1hsq1gwmafka4bahs6rc8p98yi542h9a502h64bjlygpr3ih99q5"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake libtool pkg-config which))
@@ -1894,16 +1894,14 @@ live network and disk I/O bandwidth monitor.")
;; ‘patch-shebangs’ phase has had a chance to run.
(substitute* "evalrev"
(("/bin/sh")
- (which "sh")))
- #t))
+ (which "sh")))))
(add-after 'build 'absolutize-tools
(lambda* (#:key inputs #:allow-other-keys)
(let ((ethtool (search-input-file inputs
"/sbin/ethtool")))
(substitute* "scripts/airmon-ng"
(("ethtool ")
- (string-append ethtool " ")))
- #t))))))
+ (string-append ethtool " ")))))))))
(home-page "https://www.aircrack-ng.org";)
(synopsis "Assess WiFi network security")
(description
- branch master updated (2f58393d99 -> 7730b45bf8), guix-commits, 2022/05/23
- 07/09: gnu: aircrack-ng: Run more tests., guix-commits, 2022/05/23
- 05/09: gnu: aircrack-ng: Update to 1.7.,
guix-commits <=
- 08/09: gnu: openvpn: Update to 2.5.6., guix-commits, 2022/05/23
- 01/09: gnu: haveged: Update to 1.9.18., guix-commits, 2022/05/23
- 09/09: gnu: clang@14: Include the extras., guix-commits, 2022/05/23
- 04/09: gnu: hangups: Update to 0.4.18., guix-commits, 2022/05/23
- 03/09: gnu: mailutils: Omit static library., guix-commits, 2022/05/23
- 06/09: gnu: aircrack-ng: Improve SMP performance., guix-commits, 2022/05/23
- 02/09: gnu: mailutils: Update to 3.15., guix-commits, 2022/05/23