From 00ea4635e5ed3267b79f544035f9cbff55550ce2 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 18 Apr 2021 19:59:18 +0200 Subject: app-arch/bzip2: Drop 1.0.6-r11 and 1.0.7-r1 Bug: https://bugs.gentoo.org/768546 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner --- app-arch/bzip2/files/bzip2-1.0.6-CVE-2016-3189.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 app-arch/bzip2/files/bzip2-1.0.6-CVE-2016-3189.patch (limited to 'app-arch/bzip2/files/bzip2-1.0.6-CVE-2016-3189.patch') diff --git a/app-arch/bzip2/files/bzip2-1.0.6-CVE-2016-3189.patch b/app-arch/bzip2/files/bzip2-1.0.6-CVE-2016-3189.patch deleted file mode 100644 index b031c808fef3..000000000000 --- a/app-arch/bzip2/files/bzip2-1.0.6-CVE-2016-3189.patch +++ /dev/null @@ -1,18 +0,0 @@ -Upstream-Status: Backport -https://bugzilla.suse.com/attachment.cgi?id=681334 - -CVE: CVE-2016-3189 -Signed-off-by: Armin Kuster - -Index: bzip2-1.0.6/bzip2recover.c -=================================================================== ---- a/bzip2recover.c -+++ b/bzip2recover.c -@@ -457,6 +457,7 @@ Int32 main ( Int32 argc, Char** argv ) - bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 ); - bsPutUInt32 ( bsWr, blockCRC ); - bsClose ( bsWr ); -+ outFile = NULL; - } - if (wrBlock >= rbCtr) break; - wrBlock++; -- cgit v1.2.3-65-gdbad