diff options
author | Andreas Enge <andreas@enge.fr> | 2014-08-07 22:53:21 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-08-07 22:53:21 +0200 |
commit | 87806dde17b1b3877487ed574cfc5f841e031675 (patch) | |
tree | 33112a774849ea3681112b80e441dfc7afe66c3a /gnu/packages/patches | |
parent | 75f6f74f1567661d53caebaa95f744cad86289eb (diff) | |
download | guix-87806dde17b1b3877487ed574cfc5f841e031675.tar guix-87806dde17b1b3877487ed574cfc5f841e031675.tar.gz |
gnu: curl: Update to 7.37.1.
* gnu/packages/curl.scm (curl): Update to 7.37.1. Remove patch.
* gnu/packages/patches/curl-fix-test172.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove patch.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/curl-fix-test172.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/patches/curl-fix-test172.patch b/gnu/packages/patches/curl-fix-test172.patch deleted file mode 100644 index cc2c2705e7..0000000000 --- a/gnu/packages/patches/curl-fix-test172.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/tests/data/test172 b/tests/data/test172 -index b3efae9..3d53418 100644 ---- a/tests/data/test172 -+++ b/tests/data/test172 -@@ -36,7 +36,7 @@ http://%HOSTIP:%HTTPPORT/we/want/172 -b log/jar172.txt -b "tool=curl; name=fool" - - .%HOSTIP TRUE /silly/ FALSE 0 ismatch this - .%HOSTIP TRUE / FALSE 0 partmatch present --%HOSTIP FALSE /we/want/ FALSE 1391252187 nodomain value -+%HOSTIP FALSE /we/want/ FALSE 2139150993 nodomain value - </file> - </client> |