diff options
| author | Mark H Weaver <mhw@netris.org> | 2015-05-03 10:54:30 -0400 |
|---|---|---|
| committer | Mark H Weaver <mhw@netris.org> | 2015-05-04 12:37:30 -0400 |
| commit | 80e2072a7506beaa3bf82a8c4e22e888b1b1111f (patch) | |
| tree | cbbae5bae2381e815b24f5da295e94562ca0ee62 /gnu-system.am | |
| parent | 90fc547fa026e197be45eff8a346a8fd19abe64e (diff) | |
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-system.am')
| -rw-r--r-- | gnu-system.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu-system.am b/gnu-system.am index c422d19f2..f6c994792 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -404,8 +404,6 @@ dist_patch_DATA = \ gnu/packages/patches/cssc-missing-include.patch \ gnu/packages/patches/clucene-contribs-lib.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 \ |