gnu: curl/fixed: Update to 8.4.0 [security fixes].

Fixes CVE-2023-38545 and CVE-2023-38546.  See
<https://curl.se/docs/CVE-2023-38545.html> and
<https://curl.se/docs/CVE-2023-38546.html> for details.

* gnu/packages/curl.scm (curl/fixed): Update to 8.4.0.
This commit is contained in:
John Kehayias 2023-10-11 22:08:14 -04:00
parent 2610166c37
commit d6d706a58b
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -156,7 +156,7 @@ (define-public curl
(home-page "https://curl.haxx.se/")))
(define curl/fixed
(let ((%version "8.3.0"))
(let ((%version "8.4.0"))
(package
(inherit curl)
(version "8.3.0a") ; add lowercase 'a' for grafting
@ -166,7 +166,7 @@ (define curl/fixed
%version ".tar.xz"))
(sha256
(base32
"0qza6yf20y2l4aaxkn8dfw8p3fls1mxljvdb0m8z1i6ncxvn4v9p"))
"0bd8y8v66biyqvg70ka1sdd0aixs6yzpnvfsig907xzh9af2mihn"))
(patches (search-patches "curl-use-ssl-cert-env.patch"))))
(arguments
(if (system-hurd?)