From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][mickledore 00/30] Patch review
Date: Tue, 27 Jun 2023 16:29:16 -1000 [thread overview]
Message-ID: <cover.1687919241.git.steve@sakoman.com> (raw)
Please review this set of changes for mickledore and have comments back by
end of day Thursday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5529
The following changes since commit 677661c3e1795a1904a0d869866ea8a6442fb160:
maintainers.inc: correct Carlos Rafael Giani's email address (2023-06-21 04:19:31 -1000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/mickledore-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/mickledore-nut
Alejandro Hernandez Samaniego (1):
baremetal-helloworld: Update SRCREV to fix entry addresses for ARM
architectures
Anuj Mittal (1):
gstreamer1.0: upgrade 1.22.2 -> 1.22.3
BELOUARGA Mohamed (1):
meta: lib: oe: npm_registry: Add more safe caracters
Bruce Ashfield (10):
linux-yocto/5.15: update to v5.15.114
linux-yocto/5.15: update to v5.15.115
linux-yocto/5.15: update to v5.15.116
linux-yocto/5.15: update to v5.15.117
linux-yocto/5.15: update to v5.15.118
linux-yocto/5.15: cfg: fix DECNET configuration warning
linux-yocto/6.1: update to v6.1.33
linux-yocto/6.1: fix intermittent x86 boot hangs
linux-yocto/6.1: update to v6.1.34
linux-yocto/6.1: update to v6.1.35
Chen Qi (1):
qemurunner.py: fix error message about qmp
Denys Dmytriyenko (1):
binutils: move packaging of gprofng static lib into common .inc
Dmitry Baryshkov (1):
openssl: fix building on riscv32
Frieder Paape (1):
image_types: Fix reproducible builds for initramfs and UKI img
Jörg Sommer (2):
runqemu-gen-tapdevs: Refactoring
runqemu-ifupdown/get-tapdevs: Add support for ip tuntap
Richard Purdie (2):
v86d: Improve kernel dependency
strace: Disable failing test
Riyaz Khan (1):
openssh: Remove BSD-4-clause contents completely from codebase
Ross Burton (3):
binutils: fix CVE-2023-1972
pkgconf: upgrade 1.9.4 -> 1.9.5
git: upgrade to 2.39.3
Sakib Sajal (1):
go: Upgrade 1.20.4 -> 1.20.5
Steve Sakoman (1):
maintainers.inc: update version for gcc-source
Sudip Mukherjee (1):
dpkg: upgrade to v1.21.22
Sundeep KOKKONDA (1):
gcc : upgrade to v12.3
nikhil (1):
libwebp: Fix CVE-2023-1999
meta/classes-recipe/image_types.bbclass | 5 +-
meta/conf/distro/include/maintainers.inc | 2 +-
meta/lib/oe/npm_registry.py | 2 +-
meta/lib/oeqa/utils/qemurunner.py | 4 +-
meta/recipes-bsp/v86d/v86d_0.1.10.bb | 1 -
...401bdd77ca54be6867a154cc01e0d72612e0.patch | 994 ++++++++++++++++++
.../openssh/openssh_9.3p1.bb | 1 +
.../openssl/openssl_3.1.1.bb | 2 +-
.../binutils/binutils-2.40.inc | 1 +
meta/recipes-devtools/binutils/binutils.inc | 2 +
...emory-access-when-an-accessing-a-zer.patch | 43 +
.../binutils/binutils_2.40.bb | 1 -
.../dpkg/{dpkg_1.21.21.bb => dpkg_1.21.22.bb} | 2 +-
.../gcc/{gcc-12.2.inc => gcc-12.3.inc} | 6 +-
...ian_12.2.bb => gcc-cross-canadian_12.3.bb} | 0
.../{gcc-cross_12.2.bb => gcc-cross_12.3.bb} | 0
...-crosssdk_12.2.bb => gcc-crosssdk_12.3.bb} | 0
...cc-runtime_12.2.bb => gcc-runtime_12.3.bb} | 0
...itizers_12.2.bb => gcc-sanitizers_12.3.bb} | 0
...{gcc-source_12.2.bb => gcc-source_12.3.bb} | 0
.../gcc/{gcc_12.2.bb => gcc_12.3.bb} | 0
...initial_12.2.bb => libgcc-initial_12.3.bb} | 0
.../gcc/{libgcc_12.2.bb => libgcc_12.3.bb} | 0
...ibgfortran_12.2.bb => libgfortran_12.3.bb} | 0
.../git/{git_2.39.2.bb => git_2.39.3.bb} | 2 +-
.../go/{go-1.20.4.inc => go-1.20.5.inc} | 2 +-
...e_1.20.4.bb => go-binary-native_1.20.5.bb} | 6 +-
..._1.20.4.bb => go-cross-canadian_1.20.5.bb} | 0
...{go-cross_1.20.4.bb => go-cross_1.20.5.bb} | 0
...osssdk_1.20.4.bb => go-crosssdk_1.20.5.bb} | 0
...o-native_1.20.4.bb => go-native_1.20.5.bb} | 0
...runtime_1.20.4.bb => go-runtime_1.20.5.bb} | 0
.../go/{go_1.20.4.bb => go_1.20.5.bb} | 0
.../{pkgconf_1.9.4.bb => pkgconf_1.9.5.bb} | 2 +-
.../strace/strace/skip-sockopt-test.patch | 37 +
meta/recipes-devtools/strace/strace_6.2.bb | 1 +
.../baremetal-helloworld_git.bb | 4 +-
.../linux/linux-yocto-rt_5.15.bb | 6 +-
.../linux/linux-yocto-rt_6.1.bb | 6 +-
.../linux/linux-yocto-tiny_5.15.bb | 6 +-
.../linux/linux-yocto-tiny_6.1.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +-
meta/recipes-kernel/linux/linux-yocto_6.1.bb | 28 +-
...tools_1.22.2.bb => gst-devtools_1.22.3.bb} | 2 +-
...1.22.2.bb => gstreamer1.0-libav_1.22.3.bb} | 2 +-
...x_1.22.2.bb => gstreamer1.0-omx_1.22.3.bb} | 2 +-
....bb => gstreamer1.0-plugins-bad_1.22.3.bb} | 2 +-
...bb => gstreamer1.0-plugins-base_1.22.3.bb} | 2 +-
...bb => gstreamer1.0-plugins-good_1.22.3.bb} | 2 +-
...bb => gstreamer1.0-plugins-ugly_1.22.3.bb} | 2 +-
....22.2.bb => gstreamer1.0-python_1.22.3.bb} | 2 +-
....bb => gstreamer1.0-rtsp-server_1.22.3.bb} | 2 +-
...1.22.2.bb => gstreamer1.0-vaapi_1.22.3.bb} | 2 +-
...er1.0_1.22.2.bb => gstreamer1.0_1.22.3.bb} | 2 +-
.../webp/files/CVE-2023-1999.patch | 55 +
meta/recipes-multimedia/webp/libwebp_1.3.0.bb | 4 +
scripts/lib/wic/plugins/source/bootimg-efi.py | 2 +
scripts/runqemu-gen-tapdevs | 89 +-
scripts/runqemu-ifdown | 14 +-
scripts/runqemu-ifup | 31 +-
60 files changed, 1284 insertions(+), 131 deletions(-)
create mode 100644 meta/recipes-connectivity/openssh/openssh/7280401bdd77ca54be6867a154cc01e0d72612e0.patch
create mode 100644 meta/recipes-devtools/binutils/binutils/0001-Fix-an-illegal-memory-access-when-an-accessing-a-zer.patch
rename meta/recipes-devtools/dpkg/{dpkg_1.21.21.bb => dpkg_1.21.22.bb} (95%)
rename meta/recipes-devtools/gcc/{gcc-12.2.inc => gcc-12.3.inc} (97%)
rename meta/recipes-devtools/gcc/{gcc-cross-canadian_12.2.bb => gcc-cross-canadian_12.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-cross_12.2.bb => gcc-cross_12.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-crosssdk_12.2.bb => gcc-crosssdk_12.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-runtime_12.2.bb => gcc-runtime_12.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-sanitizers_12.2.bb => gcc-sanitizers_12.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc-source_12.2.bb => gcc-source_12.3.bb} (100%)
rename meta/recipes-devtools/gcc/{gcc_12.2.bb => gcc_12.3.bb} (100%)
rename meta/recipes-devtools/gcc/{libgcc-initial_12.2.bb => libgcc-initial_12.3.bb} (100%)
rename meta/recipes-devtools/gcc/{libgcc_12.2.bb => libgcc_12.3.bb} (100%)
rename meta/recipes-devtools/gcc/{libgfortran_12.2.bb => libgfortran_12.3.bb} (100%)
rename meta/recipes-devtools/git/{git_2.39.2.bb => git_2.39.3.bb} (98%)
rename meta/recipes-devtools/go/{go-1.20.4.inc => go-1.20.5.inc} (89%)
rename meta/recipes-devtools/go/{go-binary-native_1.20.4.bb => go-binary-native_1.20.5.bb} (78%)
rename meta/recipes-devtools/go/{go-cross-canadian_1.20.4.bb => go-cross-canadian_1.20.5.bb} (100%)
rename meta/recipes-devtools/go/{go-cross_1.20.4.bb => go-cross_1.20.5.bb} (100%)
rename meta/recipes-devtools/go/{go-crosssdk_1.20.4.bb => go-crosssdk_1.20.5.bb} (100%)
rename meta/recipes-devtools/go/{go-native_1.20.4.bb => go-native_1.20.5.bb} (100%)
rename meta/recipes-devtools/go/{go-runtime_1.20.4.bb => go-runtime_1.20.5.bb} (100%)
rename meta/recipes-devtools/go/{go_1.20.4.bb => go_1.20.5.bb} (100%)
rename meta/recipes-devtools/pkgconf/{pkgconf_1.9.4.bb => pkgconf_1.9.5.bb} (96%)
create mode 100644 meta/recipes-devtools/strace/strace/skip-sockopt-test.patch
rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.22.2.bb => gst-devtools_1.22.3.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.22.2.bb => gstreamer1.0-libav_1.22.3.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.22.2.bb => gstreamer1.0-omx_1.22.3.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.22.2.bb => gstreamer1.0-plugins-bad_1.22.3.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.22.2.bb => gstreamer1.0-plugins-base_1.22.3.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.22.2.bb => gstreamer1.0-plugins-good_1.22.3.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.22.2.bb => gstreamer1.0-plugins-ugly_1.22.3.bb} (94%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.22.2.bb => gstreamer1.0-python_1.22.3.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.22.2.bb => gstreamer1.0-rtsp-server_1.22.3.bb} (90%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.22.2.bb => gstreamer1.0-vaapi_1.22.3.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.22.2.bb => gstreamer1.0_1.22.3.bb} (97%)
create mode 100644 meta/recipes-multimedia/webp/files/CVE-2023-1999.patch
--
2.34.1
next reply other threads:[~2023-06-28 2:30 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-28 2:29 Steve Sakoman [this message]
2023-06-28 2:29 ` [OE-core][mickledore 01/30] binutils: fix CVE-2023-1972 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 02/30] libwebp: Fix CVE-2023-1999 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 03/30] linux-yocto/5.15: update to v5.15.114 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 04/30] linux-yocto/5.15: update to v5.15.115 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 05/30] linux-yocto/5.15: update to v5.15.116 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 06/30] linux-yocto/5.15: update to v5.15.117 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 07/30] linux-yocto/5.15: update to v5.15.118 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 08/30] linux-yocto/5.15: cfg: fix DECNET configuration warning Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 09/30] linux-yocto/6.1: update to v6.1.33 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 10/30] linux-yocto/6.1: fix intermittent x86 boot hangs Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 11/30] linux-yocto/6.1: update to v6.1.34 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 12/30] linux-yocto/6.1: update to v6.1.35 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 13/30] gcc : upgrade to v12.3 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 14/30] go: Upgrade 1.20.4 -> 1.20.5 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 15/30] pkgconf: upgrade 1.9.4 -> 1.9.5 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 16/30] git: upgrade to 2.39.3 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 17/30] gstreamer1.0: upgrade 1.22.2 -> 1.22.3 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 18/30] dpkg: upgrade to v1.21.22 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 19/30] qemurunner.py: fix error message about qmp Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 20/30] v86d: Improve kernel dependency Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 21/30] openssl: fix building on riscv32 Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 22/30] image_types: Fix reproducible builds for initramfs and UKI img Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 23/30] openssh: Remove BSD-4-clause contents completely from codebase Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 24/30] meta: lib: oe: npm_registry: Add more safe caracters Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 25/30] runqemu-gen-tapdevs: Refactoring Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 26/30] runqemu-ifupdown/get-tapdevs: Add support for ip tuntap Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 27/30] baremetal-helloworld: Update SRCREV to fix entry addresses for ARM architectures Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 28/30] binutils: move packaging of gprofng static lib into common .inc Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 29/30] strace: Disable failing test Steve Sakoman
2023-06-28 2:29 ` [OE-core][mickledore 30/30] maintainers.inc: update version for gcc-source Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-07-04 15:29 [OE-core][mickledore 00/30] Patch review Steve Sakoman
2023-06-30 2:28 Steve Sakoman
2023-06-09 16:53 Steve Sakoman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1687919241.git.steve@sakoman.com \
--to=steve@sakoman.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.