aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-10-25 09:39:45 +0200
committerAndreas Enge <andreas@enge.fr>2024-10-28 10:06:42 +0100
commit386399296a48c3ee34b9cc8d2fe08c95635a77af (patch)
tree42d5ae23378af3c613b77923a31de62a9d6e69dd /gnu/local.mk
parent3566cabecc0337f64b8a3e2ef276a93d99f440c7 (diff)
downloadguix-386399296a48c3ee34b9cc8d2fe08c95635a77af.tar
guix-386399296a48c3ee34b9cc8d2fe08c95635a77af.tar.gz
gnu: libtar: Patch CVEs. [security fixes]
This fixes CVE-2021-33643, CVE-2021-33644, CVE-2021-33645, CVE-2021-33646. * gnu/packages/compression.scm (libtar)[source]<patches>: Add patches here... * gnu/local.mk (dist_patch_DATA): ...and here. * gnu/packages/patches/libtar-CVE-2021-33643-CVE-2021-33644.patch, gnu/packages/patches/libtar-CVE-2021-33645-CVE-2021-33646.patch: New files. Signed-off-by: Andreas Enge <andreas@enge.fr> Change-Id: I60a6b753fddc1a0d08f96010ef3d57ec66c2251b
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 6bd7c75090..c432685775 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1699,6 +1699,8 @@ dist_patch_DATA = \
%D%/packages/patches/libquicktime-ffmpeg.patch \
%D%/packages/patches/libsepol-versioned-docbook.patch \
%D%/packages/patches/libtar-CVE-2013-4420.patch \
+ %D%/packages/patches/libtar-CVE-2021-33643-CVE-2021-33644.patch \
+ %D%/packages/patches/libtar-CVE-2021-33645-CVE-2021-33646.patch \
%D%/packages/patches/libtgvoip-disable-sse2.patch \
%D%/packages/patches/libtgvoip-disable-webrtc.patch \
%D%/packages/patches/libtheora-config-guess.patch \