diff options
author | Leo Famulari <leo@famulari.name> | 2016-05-26 22:29:24 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-05-30 21:47:40 -0400 |
commit | df2dd07b880432a0205dd399fede6dee5b9af76b (patch) | |
tree | 009f9249fbb413d0746d2cae7a0f9834e4132ee3 /gnu/local.mk | |
parent | c06f6db7a424fd47e3cd2625dbfda2367316f3bd (diff) | |
download | gnu-guix-df2dd07b880432a0205dd399fede6dee5b9af76b.tar gnu-guix-df2dd07b880432a0205dd399fede6dee5b9af76b.tar.gz |
gnu: libxml2: Update replacement to 2.9.4 [security fixes].
This fixes CVE-2016-{1762, 1833, 1834, 1835, 1836, 1837, 1838, 1839,
1840, 3627, 3705, 4483}.
* gnu/packages/patches/libxml2-CVE-2016-3627.patch,
gnu/packages/patches/libxml2-CVE-2016-3705.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/xml.scm (libxml2/fixed): Update to 2.9.4.
[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 e94920e554..6e2d765159 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -616,8 +616,6 @@ dist_patch_DATA = \ %D%/packages/patches/libwmf-CVE-2015-0848+CVE-2015-4588.patch \ %D%/packages/patches/libwmf-CVE-2015-4695.patch \ %D%/packages/patches/libwmf-CVE-2015-4696.patch \ - %D%/packages/patches/libxml2-CVE-2016-3627.patch \ - %D%/packages/patches/libxml2-CVE-2016-3705.patch \ %D%/packages/patches/libxslt-CVE-2015-7995.patch \ %D%/packages/patches/lirc-localstatedir.patch \ %D%/packages/patches/libpthread-glibc-preparation.patch \ |