* [OE-core][dunfell 0/2] Patch review
@ 2021-03-08 16:47 Steve Sakoman
2021-03-08 16:47 ` [OE-core][dunfell 1/2] yocto-uninative.inc: version 2.11 updates glibc to 2.33 Steve Sakoman
2021-03-08 16:47 ` [OE-core][dunfell 2/2] yocto-uninative.inc: version 3.0 incorporate seccomp filter workaround Steve Sakoman
0 siblings, 2 replies; 5+ messages in thread
From: Steve Sakoman @ 2021-03-08 16:47 UTC (permalink / raw)
To: openembedded-core
Please review this next set of patches for dunfell and have comments back by
end of day Wednesday.
Passed a-full and meta-oe on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1948
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1014
The following changes since commit cf22f3831488b346195e049ace92e153d18660db:
meta/recipes-core: Add HOMEPAGE / DESCRIPTION (2021-03-05 04:40:01 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut
Michael Halstead (2):
yocto-uninative.inc: version 2.11 updates glibc to 2.33
yocto-uninative.inc: version 3.0 incorporate seccomp filter workaround
meta/conf/distro/include/yocto-uninative.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [OE-core][dunfell 1/2] yocto-uninative.inc: version 2.11 updates glibc to 2.33
2021-03-08 16:47 [OE-core][dunfell 0/2] Patch review Steve Sakoman
@ 2021-03-08 16:47 ` Steve Sakoman
2021-03-08 16:47 ` [OE-core][dunfell 2/2] yocto-uninative.inc: version 3.0 incorporate seccomp filter workaround Steve Sakoman
1 sibling, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2021-03-08 16:47 UTC (permalink / raw)
To: openembedded-core
From: Michael Halstead <mhalstead@linuxfoundation.org>
Support glibc 2.33.
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5c7f963d395aa4a94d78c37883488baac471ea43)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
meta/conf/distro/include/yocto-uninative.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc
index 85336014b1..bc47083978 100644
--- a/meta/conf/distro/include/yocto-uninative.inc
+++ b/meta/conf/distro/include/yocto-uninative.inc
@@ -6,9 +6,9 @@
# to the distro running on the build machine.
#
-UNINATIVE_MAXGLIBCVERSION = "2.32"
+UNINATIVE_MAXGLIBCVERSION = "2.33"
-UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.10/"
-UNINATIVE_CHECKSUM[aarch64] ?= "645e5c50b2b48aabb8b10f783a9f94b4b7c5ddc7cfceb5386d43b86d30253202"
-UNINATIVE_CHECKSUM[i686] ?= "233e09b5ff30e15341232a0c16fa8448ff31dccb8f3f3e2ad3948cdac8c4a598"
-UNINATIVE_CHECKSUM[x86_64] ?= "04333677f81990ce2cf55c3bc256cd84a66085d18fc95ccddfab8581e4aec014"
+UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.11/"
+UNINATIVE_CHECKSUM[aarch64] ?= "fa703e25c26eaebb1afd895337b92a24cc5077818e093af74912e53846a117fe"
+UNINATIVE_CHECKSUM[i686] ?= "638901c990ffbe716a34400134a2ad49a1c3104e3b48cdafd6fcd28e9b133294"
+UNINATIVE_CHECKSUM[x86_64] ?= "047ddd78d6b5cabd2a102120e27755a9eaa1d5724c6a8f4007daa3f10ecb6871"
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [OE-core][dunfell 2/2] yocto-uninative.inc: version 3.0 incorporate seccomp filter workaround
2021-03-08 16:47 [OE-core][dunfell 0/2] Patch review Steve Sakoman
2021-03-08 16:47 ` [OE-core][dunfell 1/2] yocto-uninative.inc: version 2.11 updates glibc to 2.33 Steve Sakoman
@ 2021-03-08 16:47 ` Steve Sakoman
1 sibling, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2021-03-08 16:47 UTC (permalink / raw)
To: openembedded-core
From: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 317f8bf320383e81085f5740e202a7edb12932c7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
meta/conf/distro/include/yocto-uninative.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc
index bc47083978..a2a2dd18ec 100644
--- a/meta/conf/distro/include/yocto-uninative.inc
+++ b/meta/conf/distro/include/yocto-uninative.inc
@@ -8,7 +8,7 @@
UNINATIVE_MAXGLIBCVERSION = "2.33"
-UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.11/"
-UNINATIVE_CHECKSUM[aarch64] ?= "fa703e25c26eaebb1afd895337b92a24cc5077818e093af74912e53846a117fe"
-UNINATIVE_CHECKSUM[i686] ?= "638901c990ffbe716a34400134a2ad49a1c3104e3b48cdafd6fcd28e9b133294"
-UNINATIVE_CHECKSUM[x86_64] ?= "047ddd78d6b5cabd2a102120e27755a9eaa1d5724c6a8f4007daa3f10ecb6871"
+UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/3.0/"
+UNINATIVE_CHECKSUM[aarch64] ?= "1c668909098c5b56132067adc69a249cb771f4560428e5822de903a12d97bf33"
+UNINATIVE_CHECKSUM[i686] ?= "e6cc2fc056234cffa6a2ff084cce27d544ea3f487a62b5e253351cefd4421900"
+UNINATIVE_CHECKSUM[x86_64] ?= "5ec5a9276046e7eceeac749a18b175667384e1f445cd4526300a41404d985a5b"
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [OE-core][dunfell 0/2] Patch review
@ 2020-10-29 22:09 Steve Sakoman
0 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2020-10-29 22:09 UTC (permalink / raw)
To: openembedded-core
Please review this set of patches for dunfell and have comments back by end
of day Monday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1521
The following changes since commit 8a367cbbf092339a8c82c680a2565567b594b6c6:
glib-2.0: fix parsing of slim encoded tzdata (2020-10-26 15:06:51 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut
Alexander Kanavin (1):
nasm: update 2.14.02 -> 2.15.03 for CVE fixes
Steve Sakoman (1):
qemu: fix CVE-2019-20175
.../nasm/nasm/0001-stdlib-Add-strlcat.patch | 28 ++--
.../0002-Add-debug-prefix-map-option.patch | 129 +++++++-----------
.../nasm/nasm/CVE-2018-19755.patch | 116 ----------------
.../nasm/nasm/CVE-2019-14248.patch | 43 ------
.../nasm/{nasm_2.14.02.bb => nasm_2.15.03.bb} | 10 +-
meta/recipes-devtools/qemu/qemu.inc | 1 +
.../qemu/qemu/CVE-2019-20175.patch | 94 +++++++++++++
7 files changed, 161 insertions(+), 260 deletions(-)
delete mode 100644 meta/recipes-devtools/nasm/nasm/CVE-2018-19755.patch
delete mode 100644 meta/recipes-devtools/nasm/nasm/CVE-2019-14248.patch
rename meta/recipes-devtools/nasm/{nasm_2.14.02.bb => nasm_2.15.03.bb} (56%)
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2019-20175.patch
--
2.17.1
^ permalink raw reply [flat|nested] 5+ messages in thread* [OE-core][dunfell 0/2] Patch review
@ 2020-10-05 22:57 Steve Sakoman
0 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2020-10-05 22:57 UTC (permalink / raw)
To: openembedded-core
Please review this next set of patches for dunfell and have comments back
by end of day Thursday.
Passed a-full test on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1449
The following changes since commit b9296bdeaacc1dce97aac9c9bf0d70555bb36646:
wic: Add 512 Byte alignment to --offset (2020-09-30 05:54:58 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut
Chee Yang Lee (1):
perl: fix ptest test count
Tim Orling (1):
oeqa/selftest/cases/devtool.py: avoid .pyc race
meta/lib/oeqa/selftest/cases/devtool.py | 3 ++-
meta/recipes-devtools/perl/files/CVE-2020-12723.patch | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
--
2.17.1
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-03-08 16:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-08 16:47 [OE-core][dunfell 0/2] Patch review Steve Sakoman
2021-03-08 16:47 ` [OE-core][dunfell 1/2] yocto-uninative.inc: version 2.11 updates glibc to 2.33 Steve Sakoman
2021-03-08 16:47 ` [OE-core][dunfell 2/2] yocto-uninative.inc: version 3.0 incorporate seccomp filter workaround Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2020-10-29 22:09 [OE-core][dunfell 0/2] Patch review Steve Sakoman
2020-10-05 22:57 Steve Sakoman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox