summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-18 19:59:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-30 21:37:30 +0200
commit00ea4635e5ed3267b79f544035f9cbff55550ce2 (patch)
treeb04cf093ab0b6a712211e9945d974514e5a63403 /app-arch/bzip2/files/bzip2-1.0.6-CVE-2016-3189.patch
parentdev-libs/popt: Drop 1.16-r2, EAPI5-- (diff)
downloadgentoo-00ea4635e5ed3267b79f544035f9cbff55550ce2.tar.gz
gentoo-00ea4635e5ed3267b79f544035f9cbff55550ce2.tar.bz2
gentoo-00ea4635e5ed3267b79f544035f9cbff55550ce2.zip
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 <asturm@gentoo.org>
Diffstat (limited to 'app-arch/bzip2/files/bzip2-1.0.6-CVE-2016-3189.patch')
-rw-r--r--app-arch/bzip2/files/bzip2-1.0.6-CVE-2016-3189.patch18
1 files changed, 0 insertions, 18 deletions
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 <akuster@mvista.com>
-
-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++;