GNU bug report logs - #71051
[PATCH] gnu: axel: Update to 2.17.14.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Sun, 19 May 2024 11:12:01 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71051 in the body.
You can then email your comments to 71051 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71051; Package guix-patches. (Sun, 19 May 2024 11:12:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 19 May 2024 11:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH] gnu: axel: Update to 2.17.14.
Date: Sun, 19 May 2024 14:10:55 +0300
* gnu/packages/networking.scm (axel): Update to 2.17.14.

Change-Id: I62ce6e62d7f50662e13e89baff8658ae49224f56
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 4c266c22aa..c376ca3141 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -60,7 +60,7 @@
 ;;; Copyright © 2023 Bruno Victal <mirai <at> makinata.eu>
 ;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
 ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
-;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
+;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
 ;;; Copyright © 2022 Dominic Martinez <dom <at> dominicm.dev>
 ;;; Copyright © 2024 Alexey Abramov <levenson <at> mmer.org>
@@ -247,7 +247,7 @@ (define-public arp-scan
 (define-public axel
   (package
     (name "axel")
-    (version "2.17.11")
+    (version "2.17.14")
     (source
      (origin
        (method url-fetch)
@@ -255,7 +255,7 @@ (define-public axel
                            "releases/download/v" version "/"
                            "axel-" version ".tar.xz"))
        (sha256
-        (base32 "1yfcsi0zv07bvhj8klgna3y1ycc4jhaija1b3rzzv0i4d4c2q2sq"))))
+        (base32 "14rn8k0lb77awd9qx40kicz0767jfsavz6rmhb66zgvqqk4fg3lk"))))
     (build-system gnu-build-system)
     (native-inputs
      (list gettext-minimal pkg-config))

base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4
-- 
2.41.0





Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Wed, 22 May 2024 07:51:03 GMT) Full text and rfc822 format available.

Notification sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
bug acknowledged by developer. (Wed, 22 May 2024 07:51:03 GMT) Full text and rfc822 format available.

Message #10 received at 71051-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Cc: 71051-done <at> debbugs.gnu.org
Subject: Re: [bug#71051] [PATCH] gnu: axel: Update to 2.17.14.
Date: Wed, 22 May 2024 15:50:31 +0800
[Message part 1 (text/plain, inline)]
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> writes:

> * gnu/packages/networking.scm (axel): Update to 2.17.14.
>
> Change-Id: I62ce6e62d7f50662e13e89baff8658ae49224f56
> ---
>  gnu/packages/networking.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
> index 4c266c22aa..c376ca3141 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -60,7 +60,7 @@
>  ;;; Copyright © 2023 Bruno Victal <mirai <at> makinata.eu>
>  ;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
>  ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
> -;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
> +;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
>  ;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
>  ;;; Copyright © 2022 Dominic Martinez <dom <at> dominicm.dev>
>  ;;; Copyright © 2024 Alexey Abramov <levenson <at> mmer.org>
> @@ -247,7 +247,7 @@ (define-public arp-scan
>  (define-public axel
>    (package
>      (name "axel")
> -    (version "2.17.11")
> +    (version "2.17.14")
>      (source
>       (origin
>         (method url-fetch)
> @@ -255,7 +255,7 @@ (define-public axel
>                             "releases/download/v" version "/"
>                             "axel-" version ".tar.xz"))
>         (sha256
> -        (base32 "1yfcsi0zv07bvhj8klgna3y1ycc4jhaija1b3rzzv0i4d4c2q2sq"))))
> +        (base32 "14rn8k0lb77awd9qx40kicz0767jfsavz6rmhb66zgvqqk4fg3lk"))))
>      (build-system gnu-build-system)
>      (native-inputs
>       (list gettext-minimal pkg-config))
>
> base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4

push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=284a8cd681726d3d22b6abef4961e83980b21dd1
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 19 Jun 2024 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 93 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.