diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-26 00:19:34 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-26 13:02:09 -0500 |
commit | 16ce73d87f664b2a539c2264671fddc2077f6ecc (patch) | |
tree | 762879bbba71c24a67f4b600d0dba60a90d667d7 /gnu/local.mk | |
parent | 7afed75764348e60bca90be3cc13e8deeadc6947 (diff) |
gnu: util-linux: Fix CVE-2021-3995 and CVE-2021-3996.
* gnu/packages/patches/util-linux-CVE-2021-3995.patch,
gnu/packages/patches/util-linux-CVE-2021-3996.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index eb07842775..76354b5ea1 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1926,6 +1926,8 @@ dist_patch_DATA = \ %D%/packages/patches/upx-CVE-2021-20285.patch \ %D%/packages/patches/ustr-fix-build-with-gcc-5.patch \ %D%/packages/patches/util-linux-tests.patch \ + %D%/packages/patches/util-linux-CVE-2021-3995.patch \ + %D%/packages/patches/util-linux-CVE-2021-3996.patch \ %D%/packages/patches/upower-builddir.patch \ %D%/packages/patches/valgrind-enable-arm.patch \ %D%/packages/patches/vboot-utils-fix-format-load-address.patch \ |