From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36034) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcHu7-0004TU-I5 for guix-patches@gnu.org; Sat, 15 Jun 2019 19:16:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcHu1-00080h-7M for guix-patches@gnu.org; Sat, 15 Jun 2019 19:16:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54075) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hcHty-0007w5-8m for guix-patches@gnu.org; Sat, 15 Jun 2019 19:16:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hcHty-0006YH-1C for guix-patches@gnu.org; Sat, 15 Jun 2019 19:16:02 -0400 Subject: [bug#36236] [PATCH] gnu: aircrack-ng: Update to 1.5.2. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:35982) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcHtX-0004Ei-FS for guix-patches@gnu.org; Sat, 15 Jun 2019 19:15:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcHtT-0007CH-Q4 for guix-patches@gnu.org; Sat, 15 Jun 2019 19:15:33 -0400 Received: from sonic311-32.consmr.mail.ir2.yahoo.com ([77.238.176.164]:36653) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hcHtR-00073b-Uj for guix-patches@gnu.org; Sat, 15 Jun 2019 19:15:30 -0400 From: Vasile Dumitrascu Date: Sun, 16 Jun 2019 01:15:14 +0200 Message-Id: <20190615231514.21804-1-va511e@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36236@debbugs.gnu.org Cc: Vasile Dumitrascu * gnu/packages/networking.scm (aircrack-ng): Update to 1.5.2. --- gnu/packages/networking.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 6ade8ed85d..871c03f71f 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -27,6 +27,7 @@ ;;; Copyright ?? 2018 Oleg Pykhalov ;;; Copyright ?? 2018 Pierre Neidhardt ;;; Copyright ?? 2019 Maxim Cournoyer +;;; Copyright ?? 2019 Vasile Dumitrascu ;;; ;;; This file is part of GNU Guix. ;;; @@ -885,7 +886,7 @@ live network and disk I/O bandwidth monitor.") (define-public aircrack-ng (package (name "aircrack-ng") - (version "1.3") + (version "1.5.2") (source (origin (method url-fetch) @@ -893,7 +894,7 @@ live network and disk I/O bandwidth monitor.") version ".tar.gz")) (sha256 (base32 - "1jl30d0kibc82447fr3lgw75arik0l9729k94z76l7vl51y8mq4a")))) + "0hc2x17bxk2n00z8jj5jfwq3z41681fd19n018724il0cpkjyncy")))) (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) -- 2.20.1