diff options
author | Leo Famulari <leo@famulari.name> | 2017-09-06 15:43:30 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-09-07 14:29:38 -0400 |
commit | 94d671f673d184691cb13d36203e109c13cd4859 (patch) | |
tree | ab0ae8fd06c3cf52b89c288c53d947b1f5c54420 /gnu/local.mk | |
parent | 5a7deb117424ff4d430b771b50e534cf065c0ba1 (diff) | |
download | patches-94d671f673d184691cb13d36203e109c13cd4859.tar patches-94d671f673d184691cb13d36203e109c13cd4859.tar.gz |
gnu: libarchive: Replace with libarchive 3.3.2 and fix CVE-2017-14166.
* gnu/packages/backup.scm (libarchive)[replacement]: New field.
(libarchive-3.3.2): New variable.
* gnu/packages/patches/libarchive-CVE-2017-14166.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a38e4e2d5a..60e9ff29f1 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -752,6 +752,7 @@ dist_patch_DATA = \ %D%/packages/patches/liba52-link-with-libm.patch \ %D%/packages/patches/liba52-set-soname.patch \ %D%/packages/patches/liba52-use-mtune-not-mcpu.patch \ + %D%/packages/patches/libarchive-CVE-2017-14166.patch \ %D%/packages/patches/libbase-fix-includes.patch \ %D%/packages/patches/libbase-use-own-logging.patch \ %D%/packages/patches/libbonobo-activation-test-race.patch \ |