diff options
author | Pierre Neidhardt <ambrevar@gmail.com> | 2018-06-16 16:54:53 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-06-17 01:40:13 +0200 |
commit | a14de83213a8d4fe6befced5a3dcf05e40fe4513 (patch) | |
tree | ede1ffa1fb873c137b3dedee2996b03775a2dc03 /gnu/local.mk | |
parent | ed2ae0dc7f44d884ed1329cba457f5479cafd2ba (diff) | |
download | patches-a14de83213a8d4fe6befced5a3dcf05e40fe4513.tar patches-a14de83213a8d4fe6befced5a3dcf05e40fe4513.tar.gz |
gnu: upx: Fix CVE-2017-15056.
* gnu/packages/patches/upx-protect-against-bad-crafted-input.patch: New file.
* gnu/packages/compression.scm (upx)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 3aad334a11..2856186595 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1157,6 +1157,7 @@ dist_patch_DATA = \ %D%/packages/patches/ustr-fix-build-with-gcc-5.patch \ %D%/packages/patches/util-linux-tests.patch \ %D%/packages/patches/upower-builddir.patch \ + %D%/packages/patches/upx-fix-CVE-2017-15056.patch \ %D%/packages/patches/valgrind-enable-arm.patch \ %D%/packages/patches/valgrind-glibc-compat.patch \ %D%/packages/patches/vinagre-revert-1.patch \ |