diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-09-21 20:53:15 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-09-21 20:53:15 +0200 |
commit | e0afc09de484e7c6fdf111257e9c250bd608ee54 (patch) | |
tree | f0b6c7bafef516035a87c2555070c23e534e5351 /gnu/local.mk | |
parent | efa0ba499e78af732f302cbcd4002df6e259921e (diff) | |
download | patches-e0afc09de484e7c6fdf111257e9c250bd608ee54.tar patches-e0afc09de484e7c6fdf111257e9c250bd608ee54.tar.gz |
gnu: curl: Update to 7.55.1.
* gnu/packages/patches/curl-bounds-check.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/curl.scm (curl): Update to 7.55.1.
[replacement]: Remove field.
[source]: Use '.xz' tarball.
(curl-7.55.0): Remove variable.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 5731d1ee84..bfa55bfcc6 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -572,7 +572,6 @@ dist_patch_DATA = \ %D%/packages/patches/crda-optional-gcrypt.patch \ %D%/packages/patches/crossmap-allow-system-pysam.patch \ %D%/packages/patches/clucene-contribs-lib.patch \ - %D%/packages/patches/curl-bounds-check.patch \ %D%/packages/patches/cursynth-wave-rand.patch \ %D%/packages/patches/cvs-2017-12836.patch \ %D%/packages/patches/cyrus-sasl-CVE-2013-4122.patch \ |