[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/14: gnu: aircrack-ng: Use HTTPS.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/14: gnu: aircrack-ng: Use HTTPS. |
Date: |
Sun, 9 Sep 2018 09:06:05 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6930ea33c979b3d4713c9a1c59bd24ca0f642980
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Aug 17 16:09:33 2018 +0200
gnu: aircrack-ng: Use HTTPS.
* gnu/packages/networking.scm (aircrack-ng)[source, home-page]: Use HTTPS.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index acf523d..5a85a9d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -766,7 +766,7 @@ live network and disk I/O bandwidth monitor.")
(source
(origin
(method url-fetch)
- (uri (string-append "http://download.aircrack-ng.org/aircrack-ng-"
+ (uri (string-append "https://download.aircrack-ng.org/aircrack-ng-"
version ".tar.gz"))
(sha256
(base32
@@ -807,7 +807,7 @@ live network and disk I/O bandwidth monitor.")
(("\\$\\(ethtool")
(string-append "$(" ethtool)))
#t))))))
- (home-page "http://www.aircrack-ng.org")
+ (home-page "https://www.aircrack-ng.org")
(synopsis "Assess WiFi network security")
(description
"Aircrack-ng is a complete suite of tools to assess WiFi network
- branch master updated (d7f99b3 -> b64e67a), Tobias Geerinckx-Rice, 2018/09/09
- 01/14: gnu: aircrack-ng: Use HTTPS.,
Tobias Geerinckx-Rice <=
- 03/14: gnu: links: Update to 2.17., Tobias Geerinckx-Rice, 2018/09/09
- 05/14: gnu: perl-datetime: Update to 1.50., Tobias Geerinckx-Rice, 2018/09/09
- 06/14: gnu: perl-namespace-clean: Update to 0.27., Tobias Geerinckx-Rice, 2018/09/09
- 08/14: gnu: perl-extutils-helpers: Update to 0.026., Tobias Geerinckx-Rice, 2018/09/09
- 11/14: gnu: perl-pegex: Update to 0.67., Tobias Geerinckx-Rice, 2018/09/09
- 12/14: gnu: musl: Update to 1.1.20., Tobias Geerinckx-Rice, 2018/09/09
- 02/14: gnu: aircrack-ng: Update to 1.3., Tobias Geerinckx-Rice, 2018/09/09
- 10/14: gnu: perl-config-autoconf: Update to 0.317., Tobias Geerinckx-Rice, 2018/09/09
- 09/14: gnu: perl-extutils-installpaths: Update to 0.012., Tobias Geerinckx-Rice, 2018/09/09
- 14/14: gnu: cloc: Update to 1.78., Tobias Geerinckx-Rice, 2018/09/09