diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-06-18 15:43:12 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-06-18 17:40:10 +0200 |
commit | caf4a7a2770ef4d05a6e18f40d602e51da749ddc (patch) | |
tree | ccb3dd9fb430cc8c71c620671d90f4569dce0827 /gnu/local.mk | |
parent | 299c3c18603f4f92f187908ad48eeb6e5b3b6630 (diff) | |
download | guix-caf4a7a2770ef4d05a6e18f40d602e51da749ddc.tar guix-caf4a7a2770ef4d05a6e18f40d602e51da749ddc.tar.gz |
gnu: curl@7.77.0: Provide a correct TLS priority string.
Fixes <https://bugs.gnu.org/49035>.
* gnu/packages/patches/curl-7.77-tls-priority-string.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/curl.scm (curl-7.77.0)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 918c8515ac..fec88aa3a2 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -931,6 +931,7 @@ dist_patch_DATA = \ %D%/packages/patches/cube-nocheck.patch \ %D%/packages/patches/curl-use-ssl-cert-env.patch \ %D%/packages/patches/curl-7.76-use-ssl-cert-env.patch \ + %D%/packages/patches/curl-7.77-tls-priority-string.patch \ %D%/packages/patches/cursynth-wave-rand.patch \ %D%/packages/patches/cvs-CVE-2017-12836.patch \ %D%/packages/patches/cyrus-sasl-ac-try-run-fix.patch \ |