diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-29 02:43:06 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-29 02:43:06 +0200 |
commit | ab0bdd5456b908a89737cfba1fa431c4e2344f38 (patch) | |
tree | 6d4cae04d8f43a00735c46aaa93796972860b5c9 /gnu/local.mk | |
parent | 5f69388d70b9772568e55d54c1d84f2a46333be2 (diff) | |
download | patches-ab0bdd5456b908a89737cfba1fa431c4e2344f38.tar patches-ab0bdd5456b908a89737cfba1fa431c4e2344f38.tar.gz |
gnu: util-linux: Update to 2.32.
* gnu/packages/patches/util-linux-tests.patch: Adjust context.
* gnu/packages/patches/util-linux-CVE-2018-7738.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (util-linux): Update to 2.32.
[source](patches): Remove 'util-linux-CVE-2018-7738.patch'.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 786e5a6956..0ae2e4ee94 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1131,7 +1131,6 @@ 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 \ |