unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54504] [PATCH] curl: Update to version 7.82.0
@ 2022-03-21 17:05 Paul Alesius
  2022-05-08  9:57 ` bug#54504: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Alesius @ 2022-03-21 17:05 UTC (permalink / raw)
  To: 54504

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-curl-Update-to-version-7.82.0.patch --]
[-- Type: text/x-patch, Size: 1100 bytes --]

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54504: [PATCH] curl: Update to version 7.82.0
  2022-03-21 17:05 [bug#54504] [PATCH] curl: Update to version 7.82.0 Paul Alesius
@ 2022-05-08  9:57 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-08  9:57 UTC (permalink / raw)
  To: Paul Alesius; +Cc: 54504-done

Hi,

Paul Alesius <paul@unnservice.com> skribis:

> 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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-08  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 17:05 [bug#54504] [PATCH] curl: Update to version 7.82.0 Paul Alesius
2022-05-08  9:57 ` bug#54504: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).