]> code.ossystems Code Review - openembedded-core.git/commitdiff
unzip/zip: mark all patches as non-upstreamable
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 17 Nov 2021 15:34:55 +0000 (16:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Nov 2021 11:04:00 +0000 (11:04 +0000)
While upstream is not technically dead as of today [1], it has not made
a release in over a decade, and there is no source code repo to
rebase the patches on. If/when a new release ever comes, or someone
takes over the maintenance, we can reassess the situation with these patches.

[1] Discussion in https://sourceforge.net/p/infozip/bugs/53/

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/unzip/unzip/avoid-strip.patch
meta/recipes-extended/unzip/unzip/define-ldflags.patch
meta/recipes-extended/unzip/unzip/fix-security-format.patch
meta/recipes-extended/unzip/unzip/symlink.patch
meta/recipes-extended/zip/zip-3.0/fix-security-format.patch

index 8f30e426749de96e31eadc7503c49f948629ae7b..e0c89d81b7a97a66f8020914e94d845c31352885 100644 (file)
@@ -1,4 +1,4 @@
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [need a new release]
 
 unix/Makefile: remove hard coded strip commands
 
index 659c6e3315d798137b2e4744df8605485872b041..dc554c32cb2a631ccda03392bcc92687da7434a6 100644 (file)
@@ -1,6 +1,6 @@
 Pass LDFLAGS to the linker 
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [need a new release]
 
 Signed-off-by: Mikhail Durnev <Mikhail_Durnev@mentor.com>
 
index 8e9b06c423261cd5485c84c4baed3408240a8e9d..ba6ead3b5e914eaaa9096df936e0b4a8f1784033 100644 (file)
@@ -5,7 +5,7 @@ Fix security formatting issues related to sprintf parameters expeted.
 [YOCTO #9551]
 [https://bugzilla.yoctoproject.org/show_bug.cgi?id=9551]
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [need a new release]
 
 Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com>
 
index a38f6f16123ccfca5dcdb71f8655be3465dd2eeb..c1d82ac187a43a952e2df5cb6c1e35286de1e2bb 100644 (file)
@@ -6,7 +6,7 @@ a symlink entry."
 
 This patch is taken from Fedora (https://bugzilla.redhat.com/show_bug.cgi?id=972427)
 
-Upstream-Status: Pending (upstream is dead)
+Upstream-Status: Inappropriate [need a new release]
 Signed-off-by: Ross Burton <ross.burton@intel.com>
 
 --- unzip60/process.c.sav      2013-06-09 12:08:57.070392264 +0200
index 19d8548273e85b1d0b4e4cc81da8e61e0f5a8b02..5cdbf22a5406ef31f81cf4258c02e7ddd209420e 100644 (file)
@@ -14,7 +14,7 @@ zip.c:1228:5: error: format not a string literal and no format arguments [-Werro
 [YOCTO #9552]
 [https://bugzilla.yoctoproject.org/show_bug.cgi?id=9552]
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [need a new release]
 
 Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com>