mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: curl/fixed: Re-instate erroneously dropped patch.
* gnu/packages/curl.scm (curl/fixed) [source]: Inherit base package patches, having the effect of re-adding 'curl-use-ssl-cert-env.patch'. Change-Id: I5c0fb5e44ad26cca9490cbbdef824011cffa9b2b
This commit is contained in:
parent
18bd867b24
commit
b10ce47d8b
1 changed files with 2 additions and 1 deletions
|
@ -185,7 +185,8 @@ (define-public curl/fixed
|
|||
(replacement curl/fixed)
|
||||
(source (origin
|
||||
(inherit (package-source curl))
|
||||
(patches (search-patches "curl-CVE-2024-8096.patch")))))))
|
||||
(patches (append (origin-patches (package-source curl))
|
||||
(search-patches "curl-CVE-2024-8096.patch"))))))))
|
||||
|
||||
(define-public gnurl (deprecated-package "gnurl" curl))
|
||||
|
||||
|
|
Loading…
Reference in a new issue