summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/unzip
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-05-24 19:18:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-27 23:50:48 +0100
commitb2a1465d61601c287112428d0fe2762280cb2fa1 (patch)
tree6027eddcd312dc8ccf2975ef225b5a8b313e5e92 /meta/recipes-extended/unzip
parent875db2bc9d20e0e0a6fe30997a99f1252f896073 (diff)
downloadpoky-b2a1465d61601c287112428d0fe2762280cb2fa1.tar.gz
zip/unzip: mark all submittable patches as Inactive-Upstream
(From OE-Core rev: df78f7bb461c7d3eccac469fd01a77a3d0b800df) 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>
Diffstat (limited to 'meta/recipes-extended/unzip')
-rw-r--r--meta/recipes-extended/unzip/unzip/0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch2
-rw-r--r--meta/recipes-extended/unzip/unzip/CVE-2021-4217.patch2
-rw-r--r--meta/recipes-extended/unzip/unzip/avoid-strip.patch2
-rw-r--r--meta/recipes-extended/unzip/unzip/define-ldflags.patch2
-rw-r--r--meta/recipes-extended/unzip/unzip/fix-security-format.patch2
-rw-r--r--meta/recipes-extended/unzip/unzip/symlink.patch2
6 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-extended/unzip/unzip/0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch b/meta/recipes-extended/unzip/unzip/0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch
index 716766de29..5a6d1946f6 100644
--- a/meta/recipes-extended/unzip/unzip/0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch
+++ b/meta/recipes-extended/unzip/unzip/0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] configure: Pass LDFLAGS to tests doing link step
6Ensures that right flags from recipes are honored, otherwise tests fail 6Ensures that right flags from recipes are honored, otherwise tests fail
7which otherwise should not. 7which otherwise should not.
8 8
9Upstream-Status: Pending 9Upstream-Status: Inactive-Upstream
10Signed-off-by: Khem Raj <raj.khem@gmail.com> 10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11--- 11---
12 unix/configure | 28 ++++++++++++++-------------- 12 unix/configure | 28 ++++++++++++++--------------
diff --git a/meta/recipes-extended/unzip/unzip/CVE-2021-4217.patch b/meta/recipes-extended/unzip/unzip/CVE-2021-4217.patch
index 6ba2b879a3..c0103444fc 100644
--- a/meta/recipes-extended/unzip/unzip/CVE-2021-4217.patch
+++ b/meta/recipes-extended/unzip/unzip/CVE-2021-4217.patch
@@ -20,7 +20,7 @@ Regenerated to apply without offsets.
20 20
21CVE: CVE-2021-4217 21CVE: CVE-2021-4217
22 22
23Upstream-Status: Pending [infozip upstream inactive] 23Upstream-Status: Inactive-Upstream [infozip upstream inactive]
24 24
25Signed-off-by: Joe Slater <joe.slater@windriver.com> 25Signed-off-by: Joe Slater <joe.slater@windriver.com>
26 26
diff --git a/meta/recipes-extended/unzip/unzip/avoid-strip.patch b/meta/recipes-extended/unzip/unzip/avoid-strip.patch
index e0c89d81b7..70bedc8381 100644
--- a/meta/recipes-extended/unzip/unzip/avoid-strip.patch
+++ b/meta/recipes-extended/unzip/unzip/avoid-strip.patch
@@ -1,4 +1,4 @@
1Upstream-Status: Inappropriate [need a new release] 1Upstream-Status: Inactive-Upstream [need a new release]
2 2
3unix/Makefile: remove hard coded strip commands 3unix/Makefile: remove hard coded strip commands
4 4
diff --git a/meta/recipes-extended/unzip/unzip/define-ldflags.patch b/meta/recipes-extended/unzip/unzip/define-ldflags.patch
index dc554c32cb..dd01c01400 100644
--- a/meta/recipes-extended/unzip/unzip/define-ldflags.patch
+++ b/meta/recipes-extended/unzip/unzip/define-ldflags.patch
@@ -1,6 +1,6 @@
1Pass LDFLAGS to the linker 1Pass LDFLAGS to the linker
2 2
3Upstream-Status: Inappropriate [need a new release] 3Upstream-Status: Inactive-Upstream [need a new release]
4 4
5Signed-off-by: Mikhail Durnev <Mikhail_Durnev@mentor.com> 5Signed-off-by: Mikhail Durnev <Mikhail_Durnev@mentor.com>
6 6
diff --git a/meta/recipes-extended/unzip/unzip/fix-security-format.patch b/meta/recipes-extended/unzip/unzip/fix-security-format.patch
index ba6ead3b5e..2889c652d4 100644
--- a/meta/recipes-extended/unzip/unzip/fix-security-format.patch
+++ b/meta/recipes-extended/unzip/unzip/fix-security-format.patch
@@ -5,7 +5,7 @@ Fix security formatting issues related to sprintf parameters expeted.
5[YOCTO #9551] 5[YOCTO #9551]
6[https://bugzilla.yoctoproject.org/show_bug.cgi?id=9551] 6[https://bugzilla.yoctoproject.org/show_bug.cgi?id=9551]
7 7
8Upstream-Status: Inappropriate [need a new release] 8Upstream-Status: Inactive-Upstream [need a new release]
9 9
10Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com> 10Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com>
11 11
diff --git a/meta/recipes-extended/unzip/unzip/symlink.patch b/meta/recipes-extended/unzip/unzip/symlink.patch
index c1d82ac187..26f1c8ba86 100644
--- a/meta/recipes-extended/unzip/unzip/symlink.patch
+++ b/meta/recipes-extended/unzip/unzip/symlink.patch
@@ -6,7 +6,7 @@ a symlink entry."
6 6
7This patch is taken from Fedora (https://bugzilla.redhat.com/show_bug.cgi?id=972427) 7This patch is taken from Fedora (https://bugzilla.redhat.com/show_bug.cgi?id=972427)
8 8
9Upstream-Status: Inappropriate [need a new release] 9Upstream-Status: Inactive-Upstream [need a new release]
10Signed-off-by: Ross Burton <ross.burton@intel.com> 10Signed-off-by: Ross Burton <ross.burton@intel.com>
11 11
12--- unzip60/process.c.sav 2013-06-09 12:08:57.070392264 +0200 12--- unzip60/process.c.sav 2013-06-09 12:08:57.070392264 +0200