]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
zip/unzip: mark all submittable patches as Inactive-Upstream
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 24 May 2022 17:18:05 +0000 (19:18 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 May 2022 22:47:20 +0000 (23:47 +0100)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/unzip/unzip/0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch
meta/recipes-extended/unzip/unzip/CVE-2021-4217.patch
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/0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch
meta/recipes-extended/zip/zip-3.0/10-remove-build-date.patch
meta/recipes-extended/zip/zip-3.0/fix-security-format.patch
meta/recipes-extended/zip/zip-3.0/zipnote-crashes-with-segfault.patch

index 716766de294ad2913e9b33886ce95e9abd652c98..5a6d1946f6d6b869125e680e4c88bdb7660fe35a 100644 (file)
@@ -6,7 +6,7 @@ Subject: [PATCH] configure: Pass LDFLAGS to tests doing link step
 Ensures that right flags from recipes are honored, otherwise tests fail
 which otherwise should not.
 
-Upstream-Status: Pending
+Upstream-Status: Inactive-Upstream
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 ---
  unix/configure | 28 ++++++++++++++--------------
index 6ba2b879a33295b58f6d93f9ccf298a1e645ac17..c0103444fc6f89ef999c4f21f78be2f5f675ce28 100644 (file)
@@ -20,7 +20,7 @@ Regenerated to apply without offsets.
 
 CVE: CVE-2021-4217
 
-Upstream-Status: Pending [infozip upstream inactive]
+Upstream-Status: Inactive-Upstream [infozip upstream inactive]
 
 Signed-off-by: Joe Slater <joe.slater@windriver.com>
 
index e0c89d81b7a97a66f8020914e94d845c31352885..70bedc838135141e86ded27e6157df7e430a4e42 100644 (file)
@@ -1,4 +1,4 @@
-Upstream-Status: Inappropriate [need a new release]
+Upstream-Status: Inactive-Upstream [need a new release]
 
 unix/Makefile: remove hard coded strip commands
 
index dc554c32cb2a631ccda03392bcc92687da7434a6..dd01c01400cc709c45b94e5e9d9a234d767892c1 100644 (file)
@@ -1,6 +1,6 @@
 Pass LDFLAGS to the linker 
 
-Upstream-Status: Inappropriate [need a new release]
+Upstream-Status: Inactive-Upstream [need a new release]
 
 Signed-off-by: Mikhail Durnev <Mikhail_Durnev@mentor.com>
 
index ba6ead3b5e914eaaa9096df936e0b4a8f1784033..2889c652d432d8054788a97fbd5c81a7414ab1cc 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: Inappropriate [need a new release]
+Upstream-Status: Inactive-Upstream [need a new release]
 
 Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com>
 
index c1d82ac187a43a952e2df5cb6c1e35286de1e2bb..26f1c8ba86ae2d6266620819702217c69333bc95 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: Inappropriate [need a new release]
+Upstream-Status: Inactive-Upstream [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 475a653f287dbdfae86b4ba9ab3dfee36dd5ea80..92d0d5db58fa54a3c0e8120501e3c189433f1060 100644 (file)
@@ -8,7 +8,7 @@ linking, link fails otherwise without them, which can result in
 configure detection go wrong, ensure these flags are used along with CC
 when tests involve linking
 
-Upstream-Status: Pending
+Upstream-Status: Inactive-Upstream
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 ---
  unix/configure | 16 ++++++++--------
index 244ddea363a4a29d51f1e1091aaa1330e8002aec..6fd04df1c6f1c78519cd66c4dacc4500c938d7a6 100644 (file)
@@ -2,7 +2,7 @@ From: Santiago Vila <sanvila@debian.org>
 Subject: Remove (optional) build date to make the build reproducible
 Bug-Debian: http://bugs.debian.org/779042
 
-Upstream-Status: Inappropriate [no upstream]
+Upstream-Status: Inactive-Upstream [no upstream]
 
 Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
 
index 5cdbf22a5406ef31f81cf4258c02e7ddd209420e..f85fddbc60b6b2697da11b7fdc058adb9a110dcb 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: Inappropriate [need a new release]
+Upstream-Status: Inactive-Upstream [need a new release]
 
 Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com>
 
index ce6caff83e416c15f097fb4d4f176d08ade9495b..77ade40a04ab6c34ebbec4c981bbea11e47fa4f8 100644 (file)
@@ -4,7 +4,7 @@ https://bugs.archlinux.org/task/47713
 
 Signed-off-by: Jate Sujjavanich <jatedev@gmail.com>
 
-Upstream-Status: Inappropriate [no upstream]
+Upstream-Status: Inactive-Upstream [no upstream]
 
 diff --git a/zipnote.c b/zipnote.c
 index 5e02cb6..996f012 100644