diff options
13 files changed, 13 insertions, 15 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch b/meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch index df64a140d3..7e043a2db1 100644 --- a/meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch +++ b/meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch | |||
@@ -8,7 +8,7 @@ type, so that 's - src' in strlcpy and others may trigger signed overflow. | |||
8 | In case of compilation by gcc or clang with -ftrapv option, the overflow | 8 | In case of compilation by gcc or clang with -ftrapv option, the overflow |
9 | would lead to program abort. | 9 | would lead to program abort. |
10 | 10 | ||
11 | Upstream-status: Submitted [http://bugzilla.mindrot.org/show_bug.cgi?id=2608] | 11 | Upstream-Status: Submitted [http://bugzilla.mindrot.org/show_bug.cgi?id=2608] |
12 | 12 | ||
13 | Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com> | 13 | Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com> |
14 | --- | 14 | --- |
diff --git a/meta/recipes-core/glibc/glibc/0027-locale-fix-hard-coded-reference-to-gcc-E.patch b/meta/recipes-core/glibc/glibc/0027-locale-fix-hard-coded-reference-to-gcc-E.patch index 71c0bdcaea..bce90557cf 100644 --- a/meta/recipes-core/glibc/glibc/0027-locale-fix-hard-coded-reference-to-gcc-E.patch +++ b/meta/recipes-core/glibc/glibc/0027-locale-fix-hard-coded-reference-to-gcc-E.patch | |||
@@ -17,7 +17,7 @@ environment. | |||
17 | This patch replaces the hard-coded reference to the gcc binary with the proper | 17 | This patch replaces the hard-coded reference to the gcc binary with the proper |
18 | environment variable, thus allowing a user to override it. | 18 | environment variable, thus allowing a user to override it. |
19 | 19 | ||
20 | Upstream-Status : Submitted [https://sourceware.org/ml/libc-alpha/2016-08/msg00746.html] | 20 | Upstream-Status: Submitted [https://sourceware.org/ml/libc-alpha/2016-08/msg00746.html] |
21 | --- | 21 | --- |
22 | locale/gen-translit.pl | 2 +- | 22 | locale/gen-translit.pl | 2 +- |
23 | 1 file changed, 1 insertion(+), 1 deletion(-) | 23 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta/recipes-core/libxml/libxml2/libxml2-CVE-2016-4658.patch b/meta/recipes-core/libxml/libxml2/libxml2-CVE-2016-4658.patch index 5412e8c02a..bb55eed171 100644 --- a/meta/recipes-core/libxml/libxml2/libxml2-CVE-2016-4658.patch +++ b/meta/recipes-core/libxml/libxml2/libxml2-CVE-2016-4658.patch | |||
@@ -8,7 +8,7 @@ Namespace nodes must be copied to avoid use-after-free errors. | |||
8 | But they don't necessarily have a physical representation in a | 8 | But they don't necessarily have a physical representation in a |
9 | document, so simply disallow them in XPointer ranges. | 9 | document, so simply disallow them in XPointer ranges. |
10 | 10 | ||
11 | Upstream-Status: Backported | 11 | Upstream-Status: Backport |
12 | - [https://git.gnome.org/browse/libxml2/commit/?id=c1d1f7121194036608bf555f08d3062a36fd344b] | 12 | - [https://git.gnome.org/browse/libxml2/commit/?id=c1d1f7121194036608bf555f08d3062a36fd344b] |
13 | - [https://git.gnome.org/browse/libxml2/commit/?id=3f8a91036d338e51c059d54397a42d645f019c65] | 13 | - [https://git.gnome.org/browse/libxml2/commit/?id=3f8a91036d338e51c059d54397a42d645f019c65] |
14 | CVE: CVE-2016-4658 | 14 | CVE: CVE-2016-4658 |
diff --git a/meta/recipes-core/libxml/libxml2/libxml2-fix_NULL_pointer_derefs.patch b/meta/recipes-core/libxml/libxml2/libxml2-fix_NULL_pointer_derefs.patch index 83552ca3ec..c60e32f656 100644 --- a/meta/recipes-core/libxml/libxml2/libxml2-fix_NULL_pointer_derefs.patch +++ b/meta/recipes-core/libxml/libxml2/libxml2-fix_NULL_pointer_derefs.patch | |||
@@ -2,8 +2,7 @@ libxml2-2.9.4: Fix more NULL pointer derefs | |||
2 | 2 | ||
3 | xpointer: Fix more NULL pointer derefs | 3 | xpointer: Fix more NULL pointer derefs |
4 | 4 | ||
5 | Upstream-Status: Backported [https://git.gnome.org/browse/libxml2/commit/?id=e905f08123e4a6e7731549e6f09dadff4cab65bd] | 5 | Upstream-Status: Backport [https://git.gnome.org/browse/libxml2/commit/?id=e905f08123e4a6e7731549e6f09dadff4cab65bd] |
6 | CVE: - | ||
7 | Signed-off-by: Andrej Valek <andrej.valek@siemens.com> | 6 | Signed-off-by: Andrej Valek <andrej.valek@siemens.com> |
8 | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> | 7 | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> |
9 | 8 | ||
diff --git a/meta/recipes-core/libxml/libxml2/libxml2-fix_node_comparison.patch b/meta/recipes-core/libxml/libxml2/libxml2-fix_node_comparison.patch index 11718bb2bd..65f6bef1e6 100644 --- a/meta/recipes-core/libxml/libxml2/libxml2-fix_node_comparison.patch +++ b/meta/recipes-core/libxml/libxml2/libxml2-fix_node_comparison.patch | |||
@@ -5,10 +5,10 @@ xpath: | |||
5 | - Add sanity check for empty stack. | 5 | - Add sanity check for empty stack. |
6 | - Include comparation in changes from xmlXPathCmpNodesExt to xmlXPathCmpNodes | 6 | - Include comparation in changes from xmlXPathCmpNodesExt to xmlXPathCmpNodes |
7 | 7 | ||
8 | Upstream-Status: Backported | 8 | Upstream-Status: Backport |
9 | - [https://git.gnome.org/browse/libxml2/commit/?id=c1d1f7121194036608bf555f08d3062a36fd344b] | 9 | - [https://git.gnome.org/browse/libxml2/commit/?id=c1d1f7121194036608bf555f08d3062a36fd344b] |
10 | - [https://git.gnome.org/browse/libxml2/commit/?id=a005199330b86dada19d162cae15ef9bdcb6baa8] | 10 | - [https://git.gnome.org/browse/libxml2/commit/?id=a005199330b86dada19d162cae15ef9bdcb6baa8] |
11 | CVE: necessary changes for fixing CVE-2016-5131 | 11 | CVE: CVE-2016-5131 |
12 | Signed-off-by: Andrej Valek <andrej.valek@siemens.com> | 12 | Signed-off-by: Andrej Valek <andrej.valek@siemens.com> |
13 | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> | 13 | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> |
14 | 14 | ||
diff --git a/meta/recipes-devtools/apt/apt/0001-apt-1.2.12-Fix-musl-build.patch b/meta/recipes-devtools/apt/apt/0001-apt-1.2.12-Fix-musl-build.patch index 04b0406583..f7ac19bfd0 100644 --- a/meta/recipes-devtools/apt/apt/0001-apt-1.2.12-Fix-musl-build.patch +++ b/meta/recipes-devtools/apt/apt/0001-apt-1.2.12-Fix-musl-build.patch | |||
@@ -11,7 +11,7 @@ header so define it manually. | |||
11 | apt-pkg/contrib/srvrec.h: Add explicity include of sys/types.h | 11 | apt-pkg/contrib/srvrec.h: Add explicity include of sys/types.h |
12 | to avoid errors in types u_int_SIZE. | 12 | to avoid errors in types u_int_SIZE. |
13 | 13 | ||
14 | Upstream-status: Pending | 14 | Upstream-Status: Pending |
15 | 15 | ||
16 | Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> | 16 | Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> |
17 | --- | 17 | --- |
diff --git a/meta/recipes-devtools/gcc/gcc-6.3/0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch b/meta/recipes-devtools/gcc/gcc-6.3/0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch index ed6cd6905c..6b5da0254e 100644 --- a/meta/recipes-devtools/gcc/gcc-6.3/0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch +++ b/meta/recipes-devtools/gcc/gcc-6.3/0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch | |||
@@ -31,7 +31,7 @@ gcc/Changelog: | |||
31 | 31 | ||
32 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 32 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
33 | --- | 33 | --- |
34 | Upstream-Status: Rejected | 34 | Upstream-Status: Denied |
35 | 35 | ||
36 | gcc/config/i386/i386.c | 4 ++-- | 36 | gcc/config/i386/i386.c | 4 ++-- |
37 | libgcc/config/i386/cpuinfo.c | 6 +++--- | 37 | libgcc/config/i386/cpuinfo.c | 6 +++--- |
diff --git a/meta/recipes-devtools/perl/perl/0001-Configure-Remove-fstack-protector-strong-for-native-.patch b/meta/recipes-devtools/perl/perl/0001-Configure-Remove-fstack-protector-strong-for-native-.patch index 7391ac5837..14a05d291b 100644 --- a/meta/recipes-devtools/perl/perl/0001-Configure-Remove-fstack-protector-strong-for-native-.patch +++ b/meta/recipes-devtools/perl/perl/0001-Configure-Remove-fstack-protector-strong-for-native-.patch | |||
@@ -10,7 +10,7 @@ be removed when all supported distros comes with GCC>=4.9. | |||
10 | 10 | ||
11 | [YOCTO #10338] | 11 | [YOCTO #10338] |
12 | 12 | ||
13 | Upstream-status: Inappropriate [configuration] | 13 | Upstream-Status: Inappropriate [configuration] |
14 | 14 | ||
15 | [1] http://errors.yoctoproject.org/Errors/Details/109589/ | 15 | [1] http://errors.yoctoproject.org/Errors/Details/109589/ |
16 | 16 | ||
diff --git a/meta/recipes-extended/acpica/acpitests/aapits-linux.patch b/meta/recipes-extended/acpica/acpitests/aapits-linux.patch index 7c5d6b0443..5601046660 100644 --- a/meta/recipes-extended/acpica/acpitests/aapits-linux.patch +++ b/meta/recipes-extended/acpica/acpitests/aapits-linux.patch | |||
@@ -3,7 +3,7 @@ Date: Mon, 7 Apr 2014 19:09:37 +0000 | |||
3 | Subject: [PATCH 1/2] Fixup aapits build | 3 | Subject: [PATCH 1/2] Fixup aapits build |
4 | 4 | ||
5 | From http://git.linaro.org/people/al.stone/acpica-tools.git | 5 | From http://git.linaro.org/people/al.stone/acpica-tools.git |
6 | Upstream-status: Unknown | 6 | Upstream-Status: Pending |
7 | 7 | ||
8 | diff -urN acpica-unix2-20130626/tests/aapits/atexec.c acpica-unix2-20130626-aapits/tests/aapits/atexec.c | 8 | diff -urN acpica-unix2-20130626/tests/aapits/atexec.c acpica-unix2-20130626-aapits/tests/aapits/atexec.c |
9 | --- acpica-unix2-20130626/tests/aapits/atexec.c 2013-01-17 12:48:28.000000000 -0700 | 9 | --- acpica-unix2-20130626/tests/aapits/atexec.c 2013-01-17 12:48:28.000000000 -0700 |
diff --git a/meta/recipes-extended/acpica/acpitests/aapits-makefile.patch b/meta/recipes-extended/acpica/acpitests/aapits-makefile.patch index 4d9e9974dd..f9d9deabf3 100644 --- a/meta/recipes-extended/acpica/acpitests/aapits-makefile.patch +++ b/meta/recipes-extended/acpica/acpitests/aapits-makefile.patch | |||
@@ -3,7 +3,7 @@ Date: Mon, 7 Apr 2014 19:09:37 +0000 | |||
3 | Subject: [PATCH 1/2] Fixup aapits build | 3 | Subject: [PATCH 1/2] Fixup aapits build |
4 | 4 | ||
5 | From http://git.linaro.org/people/al.stone/acpica-tools.git | 5 | From http://git.linaro.org/people/al.stone/acpica-tools.git |
6 | Upstream-status: Unknown | 6 | Upstream-Status: Pending |
7 | 7 | ||
8 | diff -urN acpica-unix2-20140325/tests/aapits/Makefile acpica-unix2-20140325/tests/aapits/Makefile | 8 | diff -urN acpica-unix2-20140325/tests/aapits/Makefile acpica-unix2-20140325/tests/aapits/Makefile |
9 | --- acpica-unix2-20140325/tests/aapits/Makefile 2014-04-05 14:23:14.683636794 -0600 | 9 | --- acpica-unix2-20140325/tests/aapits/Makefile 2014-04-05 14:23:14.683636794 -0600 |
diff --git a/meta/recipes-kernel/lttng/lttng-modules/Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch b/meta/recipes-kernel/lttng/lttng-modules/Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch index 6a91f3258b..e411242272 100644 --- a/meta/recipes-kernel/lttng/lttng-modules/Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch +++ b/meta/recipes-kernel/lttng/lttng-modules/Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch | |||
@@ -10,7 +10,7 @@ however, not every kernel has the CONFIG_TRACEPOINTS feature enabled. | |||
10 | This change makes the build do not fail when CONFIG_TRACEPOINTS is not | 10 | This change makes the build do not fail when CONFIG_TRACEPOINTS is not |
11 | available, allowing it to be kept being pulled by default. | 11 | available, allowing it to be kept being pulled by default. |
12 | 12 | ||
13 | Upstream-Status: Inapropriate [embedded specific] | 13 | Upstream-Status: Inappropriate [embedded specific] |
14 | 14 | ||
15 | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | 15 | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |
16 | --- | 16 | --- |
diff --git a/meta/recipes-support/boost/boost/0001-correct-error-which-appeared-when-compiling-non-c-co.patch b/meta/recipes-support/boost/boost/0001-correct-error-which-appeared-when-compiling-non-c-co.patch index 2598d2b175..f96005ebc7 100644 --- a/meta/recipes-support/boost/boost/0001-correct-error-which-appeared-when-compiling-non-c-co.patch +++ b/meta/recipes-support/boost/boost/0001-correct-error-which-appeared-when-compiling-non-c-co.patch | |||
@@ -4,7 +4,7 @@ Date: Wed, 1 Feb 2017 16:43:59 -0800 | |||
4 | Subject: [PATCH] correct error which appeared when compiling non c++ compliant | 4 | Subject: [PATCH] correct error which appeared when compiling non c++ compliant |
5 | code for arrays | 5 | code for arrays |
6 | 6 | ||
7 | Upstream-Status: Backported [expected to be released in v1.65] | 7 | Upstream-Status: Backport [expected to be released in v1.65] |
8 | 8 | ||
9 | --- | 9 | --- |
10 | boost/serialization/array.hpp | 2 ++ | 10 | boost/serialization/array.hpp | 2 ++ |
diff --git a/meta/recipes-support/rng-tools/rng-tools/rng-tools-5-fix-textrels-on-PIC-x86.patch b/meta/recipes-support/rng-tools/rng-tools/rng-tools-5-fix-textrels-on-PIC-x86.patch index 90c9d8c515..93a5864a49 100644 --- a/meta/recipes-support/rng-tools/rng-tools/rng-tools-5-fix-textrels-on-PIC-x86.patch +++ b/meta/recipes-support/rng-tools/rng-tools/rng-tools-5-fix-textrels-on-PIC-x86.patch | |||
@@ -13,7 +13,6 @@ original file as long as the author and the tester are credited. | |||
13 | 13 | ||
14 | Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=469962 | 14 | Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=469962 |
15 | Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=518210 | 15 | Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=518210 |
16 | Upstream-status: Not sent yet | ||
17 | Signed-off-by: Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org> | 16 | Signed-off-by: Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org> |
18 | Reported-by: cilly <cilly@cilly.mine.nu> | 17 | Reported-by: cilly <cilly@cilly.mine.nu> |
19 | Reported-by: Manuel Rüger <mrueg@gentoo.org> | 18 | Reported-by: Manuel Rüger <mrueg@gentoo.org> |