diff options
author | Leo Famulari <leo@famulari.name> | 2018-03-15 13:57:48 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-03-16 10:31:52 -0400 |
commit | 77166eb758ff565837db9e9a26d34ba9aaa16281 (patch) | |
tree | c11529c4c6dd461952dbd269dc598d704eebfb05 /gnu/local.mk | |
parent | 5d818b3557cc3b546d5bd0639359c14c7c0ab685 (diff) | |
download | patches-77166eb758ff565837db9e9a26d34ba9aaa16281.tar patches-77166eb758ff565837db9e9a26d34ba9aaa16281.tar.gz |
gnu: util-linux: Fix CVE-2018-7738.
* gnu/packages/patches/util-linux-CVE-2018-7738.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 69e4d2b7b5..788b260e5e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1135,6 +1135,7 @@ dist_patch_DATA = \ %D%/packages/patches/unzip-overflow-long-fsize.patch \ %D%/packages/patches/unzip-remove-build-date.patch \ %D%/packages/patches/ustr-fix-build-with-gcc-5.patch \ + %D%/packages/patches/util-linux-CVE-2018-7738.patch \ %D%/packages/patches/util-linux-tests.patch \ %D%/packages/patches/upower-builddir.patch \ %D%/packages/patches/valgrind-enable-arm.patch \ |