diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-01 01:21:14 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-01 18:14:55 -0500 |
commit | a3df7e9f862c756684cf13d7ecb5cb6275bb7ee1 (patch) | |
tree | f6152691756a21b277ac9260c33c4fa3d1ba1fad /gnu/local.mk | |
parent | 4a6b2a21bf36a6d0170d7568073f0a03ef3004f3 (diff) | |
download | guix-a3df7e9f862c756684cf13d7ecb5cb6275bb7ee1.tar guix-a3df7e9f862c756684cf13d7ecb5cb6275bb7ee1.tar.gz |
gnu: httpd: Update to 2.4.25 [fixes CVE-2016-{0736,2161,5387,8743}].
* gnu/packages/web.scm (httpd): Update to 2.4.25.
[source]: Remove obsolete patch 'httpd-CVE-2016-8740.patch'.
* gnu/packages/patches/httpd-CVE-2016-8740.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
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 ac167b23fa..7377e5122f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -630,7 +630,6 @@ dist_patch_DATA = \ %D%/packages/patches/hdf-eos5-fortrantests.patch \ %D%/packages/patches/higan-remove-march-native-flag.patch \ %D%/packages/patches/hop-linker-flags.patch \ - %D%/packages/patches/httpd-CVE-2016-8740.patch \ %D%/packages/patches/hydra-disable-darcs-test.patch \ %D%/packages/patches/hypre-doc-tables.patch \ %D%/packages/patches/hypre-ldflags.patch \ |