diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-04-27 17:52:48 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-04-27 17:58:43 +0200 |
commit | 244d4f48770ac3e8cac4da435ff6cf8a5a8e14b4 (patch) | |
tree | 1d8384f7cef37a3db2351c65e4a0c0fa54eaa679 /gnu/local.mk | |
parent | decb4c26fa1c748b118e33495d5493d84a6ca6c9 (diff) | |
download | gnu-guix-244d4f48770ac3e8cac4da435ff6cf8a5a8e14b4.tar gnu-guix-244d4f48770ac3e8cac4da435ff6cf8a5a8e14b4.tar.gz |
gnu: serf: Update to 1.3.9.
* gnu/packages/patches/serf-comment-style-fix.patch,
gnu/packages/patches/serf-deflate-buckets-test-fix.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/web.scm (serf): Update to 1.3.9.
[source]: Remove patches.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 31239933ce..40fd0f0619 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -925,8 +925,6 @@ dist_patch_DATA = \ %D%/packages/patches/screen-fix-info-syntax-error.patch \ %D%/packages/patches/sdl-libx11-1.6.patch \ %D%/packages/patches/seq24-rename-mutex.patch \ - %D%/packages/patches/serf-comment-style-fix.patch \ - %D%/packages/patches/serf-deflate-buckets-test-fix.patch \ %D%/packages/patches/shadow-4.4-su-snprintf-fix.patch \ %D%/packages/patches/shadow-CVE-2017-2616.patch \ %D%/packages/patches/slim-session.patch \ |