diff options
author | Tomáš Čech <sleep_walker@gnu.org> | 2015-03-27 23:33:47 +0100 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-04-10 01:04:22 -0400 |
commit | a55e2b221c121503045fd8e8fcecc4a8c1f47a29 (patch) | |
tree | 96bbdbe2fc4221460712ae64ae3ebd9f732d4015 /gnu-system.am | |
parent | 7dae5ac4b128fe3a3d69e9dc6b544a5d044d9b1d (diff) | |
download | guix-a55e2b221c121503045fd8e8fcecc4a8c1f47a29.tar guix-a55e2b221c121503045fd8e8fcecc4a8c1f47a29.tar.gz |
gnu: curl: Update to 7.41.0. Support CURLOPT_CAPATH on GnuTLS.
Fixes <http://bugs.gnu.org/20121>.
* gnu/packages/patches/curl-gss-api-fix.patch: Delete file.
* gnu/packages/patches/curl-support-capath-on-gnutls.patch,
gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch: New files.
* gnu-system.am (dist_patch_DATA): Add new patches and remove old one.
* gnu/packages/curl.scm (curl): Update to 7.41.0. Add new patches and remove
old one. Disable one unit test.
Modified-By: Mark H Weaver <mhw@netris.org>
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 969a9116f0..c050b2e89b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -398,8 +398,9 @@ dist_patch_DATA = \ gnu/packages/patches/cssc-gets-undeclared.patch \ gnu/packages/patches/cssc-missing-include.patch \ gnu/packages/patches/clucene-contribs-lib.patch \ - gnu/packages/patches/curl-gss-api-fix.patch \ gnu/packages/patches/cursynth-wave-rand.patch \ + gnu/packages/patches/curl-support-capath-on-gnutls.patch \ + gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch \ gnu/packages/patches/dbus-localstatedir.patch \ gnu/packages/patches/diffutils-gets-undeclared.patch \ gnu/packages/patches/dfu-programmer-fix-libusb.patch \ |