diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-24 19:18:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-27 23:50:48 +0100 |
commit | b2a1465d61601c287112428d0fe2762280cb2fa1 (patch) | |
tree | 6027eddcd312dc8ccf2975ef225b5a8b313e5e92 /meta | |
parent | 875db2bc9d20e0e0a6fe30997a99f1252f896073 (diff) | |
download | poky-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')
10 files changed, 10 insertions, 10 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 | |||
6 | Ensures that right flags from recipes are honored, otherwise tests fail | 6 | Ensures that right flags from recipes are honored, otherwise tests fail |
7 | which otherwise should not. | 7 | which otherwise should not. |
8 | 8 | ||
9 | Upstream-Status: Pending | 9 | Upstream-Status: Inactive-Upstream |
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-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 | ||
21 | CVE: CVE-2021-4217 | 21 | CVE: CVE-2021-4217 |
22 | 22 | ||
23 | Upstream-Status: Pending [infozip upstream inactive] | 23 | Upstream-Status: Inactive-Upstream [infozip upstream inactive] |
24 | 24 | ||
25 | Signed-off-by: Joe Slater <joe.slater@windriver.com> | 25 | Signed-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 @@ | |||
1 | Upstream-Status: Inappropriate [need a new release] | 1 | Upstream-Status: Inactive-Upstream [need a new release] |
2 | 2 | ||
3 | unix/Makefile: remove hard coded strip commands | 3 | unix/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 @@ | |||
1 | Pass LDFLAGS to the linker | 1 | Pass LDFLAGS to the linker |
2 | 2 | ||
3 | Upstream-Status: Inappropriate [need a new release] | 3 | Upstream-Status: Inactive-Upstream [need a new release] |
4 | 4 | ||
5 | Signed-off-by: Mikhail Durnev <Mikhail_Durnev@mentor.com> | 5 | Signed-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 | ||
8 | Upstream-Status: Inappropriate [need a new release] | 8 | Upstream-Status: Inactive-Upstream [need a new release] |
9 | 9 | ||
10 | Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com> | 10 | Signed-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 | ||
7 | This patch is taken from Fedora (https://bugzilla.redhat.com/show_bug.cgi?id=972427) | 7 | This patch is taken from Fedora (https://bugzilla.redhat.com/show_bug.cgi?id=972427) |
8 | 8 | ||
9 | Upstream-Status: Inappropriate [need a new release] | 9 | Upstream-Status: Inactive-Upstream [need a new release] |
10 | Signed-off-by: Ross Burton <ross.burton@intel.com> | 10 | Signed-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 |
diff --git a/meta/recipes-extended/zip/zip-3.0/0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch b/meta/recipes-extended/zip/zip-3.0/0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch index 475a653f28..92d0d5db58 100644 --- a/meta/recipes-extended/zip/zip-3.0/0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch +++ b/meta/recipes-extended/zip/zip-3.0/0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch | |||
@@ -8,7 +8,7 @@ linking, link fails otherwise without them, which can result in | |||
8 | configure detection go wrong, ensure these flags are used along with CC | 8 | configure detection go wrong, ensure these flags are used along with CC |
9 | when tests involve linking | 9 | when tests involve linking |
10 | 10 | ||
11 | Upstream-Status: Pending | 11 | Upstream-Status: Inactive-Upstream |
12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
13 | --- | 13 | --- |
14 | unix/configure | 16 ++++++++-------- | 14 | unix/configure | 16 ++++++++-------- |
diff --git a/meta/recipes-extended/zip/zip-3.0/10-remove-build-date.patch b/meta/recipes-extended/zip/zip-3.0/10-remove-build-date.patch index 244ddea363..6fd04df1c6 100644 --- a/meta/recipes-extended/zip/zip-3.0/10-remove-build-date.patch +++ b/meta/recipes-extended/zip/zip-3.0/10-remove-build-date.patch | |||
@@ -2,7 +2,7 @@ From: Santiago Vila <sanvila@debian.org> | |||
2 | Subject: Remove (optional) build date to make the build reproducible | 2 | Subject: Remove (optional) build date to make the build reproducible |
3 | Bug-Debian: http://bugs.debian.org/779042 | 3 | Bug-Debian: http://bugs.debian.org/779042 |
4 | 4 | ||
5 | Upstream-Status: Inappropriate [no upstream] | 5 | Upstream-Status: Inactive-Upstream [no upstream] |
6 | 6 | ||
7 | Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> | 7 | Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> |
8 | 8 | ||
diff --git a/meta/recipes-extended/zip/zip-3.0/fix-security-format.patch b/meta/recipes-extended/zip/zip-3.0/fix-security-format.patch index 5cdbf22a54..f85fddbc60 100644 --- a/meta/recipes-extended/zip/zip-3.0/fix-security-format.patch +++ b/meta/recipes-extended/zip/zip-3.0/fix-security-format.patch | |||
@@ -14,7 +14,7 @@ zip.c:1228:5: error: format not a string literal and no format arguments [-Werro | |||
14 | [YOCTO #9552] | 14 | [YOCTO #9552] |
15 | [https://bugzilla.yoctoproject.org/show_bug.cgi?id=9552] | 15 | [https://bugzilla.yoctoproject.org/show_bug.cgi?id=9552] |
16 | 16 | ||
17 | Upstream-Status: Inappropriate [need a new release] | 17 | Upstream-Status: Inactive-Upstream [need a new release] |
18 | 18 | ||
19 | Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com> | 19 | Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com> |
20 | 20 | ||
diff --git a/meta/recipes-extended/zip/zip-3.0/zipnote-crashes-with-segfault.patch b/meta/recipes-extended/zip/zip-3.0/zipnote-crashes-with-segfault.patch index ce6caff83e..77ade40a04 100644 --- a/meta/recipes-extended/zip/zip-3.0/zipnote-crashes-with-segfault.patch +++ b/meta/recipes-extended/zip/zip-3.0/zipnote-crashes-with-segfault.patch | |||
@@ -4,7 +4,7 @@ https://bugs.archlinux.org/task/47713 | |||
4 | 4 | ||
5 | Signed-off-by: Jate Sujjavanich <jatedev@gmail.com> | 5 | Signed-off-by: Jate Sujjavanich <jatedev@gmail.com> |
6 | 6 | ||
7 | Upstream-Status: Inappropriate [no upstream] | 7 | Upstream-Status: Inactive-Upstream [no upstream] |
8 | 8 | ||
9 | diff --git a/zipnote.c b/zipnote.c | 9 | diff --git a/zipnote.c b/zipnote.c |
10 | index 5e02cb6..996f012 100644 | 10 | index 5e02cb6..996f012 100644 |