GNU bug report logs -
#76344
[core-packages-team PATCH] gnu: c-ares: Update to 1.34.4.
Previous Next
Reported by: Zheng Junjie <z572 <at> z572.online>
Date: Sun, 16 Feb 2025 17:50:02 UTC
Severity: normal
Tags: patch
Done: Z572 <z572 <at> z572.online>
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 76344 in the body.
You can then email your comments to 76344 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
sharlatanus <at> gmail.com, guix-patches <at> gnu.org
:
bug#76344
; Package
guix-patches
.
(Sun, 16 Feb 2025 17:50:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Zheng Junjie <z572 <at> z572.online>
:
New bug report received and forwarded. Copy sent to
sharlatanus <at> gmail.com, guix-patches <at> gnu.org
.
(Sun, 16 Feb 2025 17:50:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/adns.scm (c-ares): Update to 1.34.4.
[source]: Update url.
Change-Id: I4af1ea6d76e7efcfcfc772408f63f92cce7c28df
---
gnu/packages/adns.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/adns.scm b/gnu/packages/adns.scm
index 1097b840628..e0c4b9f555d 100644
--- a/gnu/packages/adns.scm
+++ b/gnu/packages/adns.scm
@@ -68,15 +68,15 @@ (define-public adns
(define-public c-ares
(package
(name "c-ares")
- (version "1.18.1")
+ (version "1.34.4")
(source (origin
(method url-fetch)
(uri (string-append
- "https://c-ares.haxx.se/download/" name "-" version
- ".tar.gz"))
+ "https://github.com/c-ares/c-ares/releases/download/v"
+ version "/" name "-" version ".tar.gz"))
(sha256
(base32
- "1kxviskwsaa7dcgscvssxa8ps88pdq7kq4z93gxvz7sam2l54z8s"))))
+ "0br2msk3bpl5myhjp9vr5j2scpspvbg2fpnz69dcrr4ycpnxnf7s"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: 5ea6cacd2512ba21cc8e772e96c9519c269dc22c
prerequisite-patch-id: 8ffc8a53f1cf605fbf8a41557bad2acca930f2a4
--
2.48.1
Reply sent
to
Z572 <z572 <at> z572.online>
:
You have taken responsibility.
(Tue, 11 Mar 2025 16:06:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Zheng Junjie <z572 <at> z572.online>
:
bug acknowledged by developer.
(Tue, 11 Mar 2025 16:06:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 76344-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Zheng Junjie <z572 <at> z572.online> writes:
> * gnu/packages/adns.scm (c-ares): Update to 1.34.4.
> [source]: Update url.
>
> Change-Id: I4af1ea6d76e7efcfcfc772408f63f92cce7c28df
> ---
> gnu/packages/adns.scm | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/adns.scm b/gnu/packages/adns.scm
> index 1097b840628..e0c4b9f555d 100644
> --- a/gnu/packages/adns.scm
> +++ b/gnu/packages/adns.scm
> @@ -68,15 +68,15 @@ (define-public adns
> (define-public c-ares
> (package
> (name "c-ares")
> - (version "1.18.1")
> + (version "1.34.4")
> (source (origin
> (method url-fetch)
> (uri (string-append
> - "https://c-ares.haxx.se/download/" name "-" version
> - ".tar.gz"))
> + "https://github.com/c-ares/c-ares/releases/download/v"
> + version "/" name "-" version ".tar.gz"))
> (sha256
> (base32
> - "1kxviskwsaa7dcgscvssxa8ps88pdq7kq4z93gxvz7sam2l54z8s"))))
> + "0br2msk3bpl5myhjp9vr5j2scpspvbg2fpnz69dcrr4ycpnxnf7s"))))
> (build-system gnu-build-system)
> (arguments
> (list
>
> base-commit: 5ea6cacd2512ba21cc8e772e96c9519c269dc22c
> prerequisite-patch-id: 8ffc8a53f1cf605fbf8a41557bad2acca930f2a4
pushed. closing.
[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, 09 Apr 2025 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 129 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.