summary refs log tree commit diff
path: root/gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-05-03 10:54:30 -0400
committerMark H Weaver <mhw@netris.org>2015-05-04 12:37:30 -0400
commit80e2072a7506beaa3bf82a8c4e22e888b1b1111f (patch)
treecbbae5bae2381e815b24f5da295e94562ca0ee62 /gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch
parent90fc547fa026e197be45eff8a346a8fd19abe64e (diff)
downloadguix-80e2072a7506beaa3bf82a8c4e22e888b1b1111f.tar.gz
gnu: curl: Update to 7.42.1.
* gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch,
  gnu/packages/patches/curl-support-capath-on-gnutls.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/curl.scm (curl): Update to 7.42.1.  Remove patches.
Diffstat (limited to 'gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch')
-rw-r--r--gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch b/gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch
deleted file mode 100644
index d2391d461d..0000000000
--- a/gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-This patch updates 'configure' as autoreconf would have done after
-applying curl-support-capath-on-gnutls.patch.
-
---- a/configure       2015-03-22 01:11:23.178743705 +0100
-+++ b/configure       2015-02-25 00:05:37.000000000 +0100
-@@ -23952,8 +24432,8 @@
-         ca="$want_ca"
-     capath="no"
-   elif test "x$want_capath" != "xno" -a "x$want_capath" != "xunset"; then
--        if test "x$OPENSSL_ENABLED" != "x1" -a "x$POLARSSL_ENABLED" != "x1"; then
--      as_fn_error $? "--with-ca-path only works with openSSL or PolarSSL" "$LINENO" 5
-+        if test "x$OPENSSL_ENABLED" != "x1" -a "x$GNUTLS_ENABLED" != "x1" -a "x$POLARSSL_ENABLED" != "x1"; then
-+      as_fn_error $? "--with-ca-path only works with OpenSSL, GnuTLS or PolarSSL" "$LINENO" 5
-     fi
-     capath="$want_capath"
-     ca="no"