[PATCH] curl: Update to version 7.82.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Paul Alesius
Owner
unassigned
Submitted by
Paul Alesius
Severity
normal
P
P
Paul Alesius wrote on 21 Mar 2022 18:05
(address . guix-patches@gnu.org)
CAL8jUGVZezsEmKTXSAwpZo7e_mnwGtF6-_=X0CDqDVf5JxibRw@mail.gmail.com

From 153536417acd0143bd6013e9404f6dc6f863daa2 Mon Sep 17 00:00:00 2001
From: Paul Alesius <paul@unnservice.com>
Date: Mon, 21 Mar 2022 17:37:02 +0100
Subject: [PATCH] curl: Update to version 7.82.0

---
gnu/packages/curl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index d36519260e..98bd501c11 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -61,14 +61,14 @@ (define-module (gnu packages curl)
(define-public curl
(package
(name "curl")
- (version "7.79.1")
+ (version "7.82.0")
(source (origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.xz"))
(sha256
(base32
- "129n9hi7rbg3s112chyadhp4y27ppb5i65n12wm77aw2255zf1h6"))
+ "0g2qibjxq3397myjkw3asyxqvhym1pl3qw7jaii9dc04ppbi5aha"))
(patches (search-patches "curl-use-ssl-cert-env.patch"))))
(build-system gnu-build-system)
(outputs '("out"
--
2.34.0
L
L
Ludovic Courtès wrote on 8 May 2022 11:57
(name . Paul Alesius)(address . paul@unnservice.com)(address . 54504-done@debbugs.gnu.org)
87ilqgxs6g.fsf@gnu.org
Hi,

Paul Alesius <paul@unnservice.com> skribis:

Toggle quote (9 lines)
> From 153536417acd0143bd6013e9404f6dc6f863daa2 Mon Sep 17 00:00:00 2001
> From: Paul Alesius <paul@unnservice.com>
> Date: Mon, 21 Mar 2022 17:37:02 +0100
> Subject: [PATCH] curl: Update to version 7.82.0
>
> ---
> gnu/packages/curl.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

I tweaked the commit log and finally applied to the ‘core-updates’
branch.

Thank you!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 54504@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54504
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch