diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-23 14:49:47 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-23 15:01:54 -0500 |
commit | 1d311009fe34a7b22814cc6a3386375ff9142d51 (patch) | |
tree | c5391f548f9c2a7d04bcd5ea42e903c443b4f327 /gnu/local.mk | |
parent | 1c851cbe0c562894bd38c0f9f39d12be306b3e59 (diff) | |
download | patches-1d311009fe34a7b22814cc6a3386375ff9142d51.tar patches-1d311009fe34a7b22814cc6a3386375ff9142d51.tar.gz |
gnu: util-linux: Fix CVE-2017-2616.
* gnu/packages/patches/util-linux-CVE-2017-2616.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (util-linux)[replacement]: New field.
(util-linux/fixed): New variable.
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 2954549759..515b154b9a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -953,6 +953,7 @@ dist_patch_DATA = \ %D%/packages/patches/unzip-overflow-long-fsize.patch \ %D%/packages/patches/unzip-remove-build-date.patch \ %D%/packages/patches/util-linux-tests.patch \ + %D%/packages/patches/util-linux-CVE-2017-2616.patch \ %D%/packages/patches/upower-builddir.patch \ %D%/packages/patches/valgrind-enable-arm.patch \ %D%/packages/patches/vdirsyncer-test-suite-slow-machines.patch \ |