* [OE-core][kirkstone 00/19] Pull request (cover letter only)
@ 2022-12-21 2:33 Steve Sakoman
0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2022-12-21 2:33 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 45a8b4101b14453aa3020d3f2b8a76b4dc0ae3f2:
build-appliance-image: Update to kirkstone head revision (2022-12-13 15:59:33 +0000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-next
Alex Stewart (1):
lsof: add update-alternatives logic
Carlos Alberto Lopez Perez (1):
xwayland: libxshmfence is needed when dri3 is enabled
Chen Qi (2):
bc: extend to nativesdk
rm_work: adjust dependency to make do_rm_work_all depend on do_rm_work
Florin Diaconescu (1):
python3: upgrade 3.10.8 -> 3.10.9
Hitendra Prajapati (2):
golang: CVE-2022-41715 regexp/syntax: limit memory used by parsing
regexps
libxml2: Fix CVE-2022-40303 && CVE-2022-40304
Marta Rybczynska (1):
efibootmgr: update compilation with musl
Mathieu Dubois-Briand (1):
dbus: Add missing CVE product name
Peter Marko (2):
externalsrc: fix lookup for .gitmodules
oeqa/selftest/externalsrc: add test for srctree_hash_files
Richard Purdie (1):
yocto-check-layer: Allow OE-Core to be tested
Ross Burton (4):
lib/buildstats: fix parsing of trees with reduced_proc_pressure
directories
combo-layer: remove unused import
combo-layer: dont use bb.utils.rename
combo-layer: add sync-revs command
Wang Mingyu (3):
bind: upgrade 9.18.8 -> 9.18.9
mpfr: upgrade 4.1.0 -> 4.1.1
libxcrypt-compat: upgrade 4.4.30 -> 4.4.33
meta/classes/externalsrc.bbclass | 2 +-
meta/classes/rm_work.bbclass | 2 +-
meta/lib/oeqa/selftest/cases/externalsrc.py | 44 ++
meta/recipes-bsp/efibootmgr/efibootmgr_17.bb | 2 -
...1-avoid-start-failure-with-bind-user.patch | 0
...d-V-and-start-log-hide-build-options.patch | 0
...ching-for-json-headers-searches-sysr.patch | 0
.../bind/{bind-9.18.8 => bind-9.18.9}/bind9 | 0
.../{bind-9.18.8 => bind-9.18.9}/conf.patch | 0
.../generate-rndc-key.sh | 0
...t.d-add-support-for-read-only-rootfs.patch | 0
.../make-etc-initd-bind-stop-work.patch | 0
.../named.service | 0
.../bind/{bind_9.18.8.bb => bind_9.18.9.bb} | 2 +-
meta/recipes-core/dbus/dbus_1.14.4.bb | 2 +
...t_4.4.30.bb => libxcrypt-compat_4.4.33.bb} | 0
meta/recipes-core/libxcrypt/libxcrypt.inc | 2 +-
.../libxml/libxml2/CVE-2022-40303.patch | 624 ++++++++++++++++++
.../libxml/libxml2/CVE-2022-40304.patch | 106 +++
meta/recipes-core/libxml/libxml2_2.9.14.bb | 2 +
meta/recipes-devtools/go/go-1.17.13.inc | 1 +
.../go/go-1.18/CVE-2022-41715.patch | 270 ++++++++
.../python/python3/CVE-2022-42919.patch | 70 --
.../python/python3/cve-2022-37454.patch | 108 ---
.../{python3_3.10.8.bb => python3_3.10.9.bb} | 3 +-
meta/recipes-extended/bc/bc_1.07.1.bb | 2 +-
meta/recipes-extended/lsof/lsof_4.94.0.bb | 9 +
.../xwayland/xwayland_22.1.5.bb | 2 +-
.../mpfr/{mpfr_4.1.0.bb => mpfr_4.1.1.bb} | 2 +-
scripts/combo-layer | 30 +-
scripts/lib/buildstats.py | 4 +-
scripts/lib/checklayer/__init__.py | 11 +-
scripts/lib/checklayer/cases/bsp.py | 2 +-
scripts/lib/checklayer/cases/common.py | 3 +
scripts/lib/checklayer/cases/distro.py | 2 +-
scripts/yocto-check-layer | 5 +-
36 files changed, 1107 insertions(+), 205 deletions(-)
create mode 100644 meta/lib/oeqa/selftest/cases/externalsrc.py
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/0001-avoid-start-failure-with-bind-user.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/0001-named-lwresd-V-and-start-log-hide-build-options.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/bind-ensure-searching-for-json-headers-searches-sysr.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/bind9 (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/conf.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/generate-rndc-key.sh (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/init.d-add-support-for-read-only-rootfs.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/make-etc-initd-bind-stop-work.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/named.service (100%)
rename meta/recipes-connectivity/bind/{bind_9.18.8.bb => bind_9.18.9.bb} (97%)
rename meta/recipes-core/libxcrypt/{libxcrypt-compat_4.4.30.bb => libxcrypt-compat_4.4.33.bb} (100%)
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2022-40303.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2022-40304.patch
create mode 100644 meta/recipes-devtools/go/go-1.18/CVE-2022-41715.patch
delete mode 100644 meta/recipes-devtools/python/python3/CVE-2022-42919.patch
delete mode 100644 meta/recipes-devtools/python/python3/cve-2022-37454.patch
rename meta/recipes-devtools/python/{python3_3.10.8.bb => python3_3.10.9.bb} (99%)
rename meta/recipes-support/mpfr/{mpfr_4.1.0.bb => mpfr_4.1.1.bb} (91%)
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread* [OE-core][kirkstone 00/19] Pull request (cover letter only)
@ 2022-09-02 22:50 Steve Sakoman
0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2022-09-02 22:50 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 92f122e0c1a7589bec3b628474548aad7fe159b4:
wic: depend on cross-binutils (2022-08-31 04:16:07 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-next
Alexander Kanavin (1):
bind: upgrade 9.18.4 -> 9.18.5
Andrei Gherzan (4):
linux-yocto: Fix COMPATIBLE_MACHINE regex match
shadow: Enable subid support
rootfspostcommands.py: Cleanup subid backup files generated by
shadow-utils
shadow: Avoid nss warning/error with musl
Bruce Ashfield (4):
linux-yocto/5.15: update to v5.15.60
linux-yocto/5.15: update to v5.15.62
linux-yocto/5.10: update to v5.10.136
linux-yocto/5.10: update to v5.10.137
Khem Raj (5):
xinetd: Pass missing -D_GNU_SOURCE
watchdog: Include needed system header for function decls
pinentry: enable _XOPEN_SOURCE on musl for wchar usage in curses
apr: Use correct strerror_r implementation based on libc type
gcr: Define _GNU_SOURCE
Mateusz Marciniec (1):
util-linux: Remove --enable-raw from EXTRA_OECONF
Pavel Zhukov (1):
parselogs: Ignore xf86OpenConsole error
Ross Burton (1):
libxml2: wrap xmllint to use the correct XML catalogues
Steve Sakoman (1):
lttng-modules: fix build for kernel 5.10.137
ghassaneben (1):
sqlite: fix CVE-2022-35737
meta/lib/oeqa/runtime/cases/parselogs.py | 1 +
meta/lib/rootfspostcommands.py | 7 ++
...1-avoid-start-failure-with-bind-user.patch | 0
...d-V-and-start-log-hide-build-options.patch | 0
...ching-for-json-headers-searches-sysr.patch | 0
.../bind/{bind-9.18.4 => bind-9.18.5}/bind9 | 0
.../{bind-9.18.4 => bind-9.18.5}/conf.patch | 0
.../generate-rndc-key.sh | 0
...t.d-add-support-for-read-only-rootfs.patch | 0
.../make-etc-initd-bind-stop-work.patch | 0
.../named.service | 0
.../bind/{bind_9.18.4.bb => bind_9.18.5.bb} | 2 +-
meta/recipes-core/libxml/libxml2_2.9.14.bb | 2 +
.../util-linux/util-linux_2.37.4.bb | 2 +-
...f-message-when-not-in-place-eg.-musl.patch | 27 ++++++
meta/recipes-extended/shadow/shadow.inc | 9 ++
...guard-sys-quota.h-sys-swap.h-and-sys.patch | 37 ++++++++
.../watchdog/watchdog_5.16.bb | 1 +
.../xinetd/xinetd_2.3.15.4.bb | 2 +
meta/recipes-gnome/gcr/gcr_3.40.0.bb | 2 +
meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +-
.../linux/linux-yocto-rt_5.10.bb | 8 +-
.../linux/linux-yocto-rt_5.15.bb | 8 +-
.../linux/linux-yocto-tiny_5.10.bb | 10 +-
.../linux/linux-yocto-tiny_5.15.bb | 8 +-
meta/recipes-kernel/linux/linux-yocto_5.10.bb | 26 +++---
meta/recipes-kernel/linux/linux-yocto_5.15.bb | 28 +++---
...djust-range-v5.10.137-in-block-probe.patch | 92 +++++++++++++++++++
.../lttng/lttng-modules_2.13.4.bb | 1 +
...CHE_CHECK-for-strerror_r-return-type.patch | 52 +++++++++++
meta/recipes-support/apr/apr_1.7.0.bb | 4 +
.../pinentry/pinentry_1.2.0.bb | 3 +
...riables-in-the-printf-implementation.patch | 26 ++++++
33 files changed, 313 insertions(+), 47 deletions(-)
rename meta/recipes-connectivity/bind/{bind-9.18.4 => bind-9.18.5}/0001-avoid-start-failure-with-bind-user.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.4 => bind-9.18.5}/0001-named-lwresd-V-and-start-log-hide-build-options.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.4 => bind-9.18.5}/bind-ensure-searching-for-json-headers-searches-sysr.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.4 => bind-9.18.5}/bind9 (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.4 => bind-9.18.5}/conf.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.4 => bind-9.18.5}/generate-rndc-key.sh (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.4 => bind-9.18.5}/init.d-add-support-for-read-only-rootfs.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.4 => bind-9.18.5}/make-etc-initd-bind-stop-work.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.4 => bind-9.18.5}/named.service (100%)
rename meta/recipes-connectivity/bind/{bind_9.18.4.bb => bind_9.18.5.bb} (97%)
create mode 100644 meta/recipes-extended/shadow/files/0001-Drop-nsswitch.conf-message-when-not-in-place-eg.-musl.patch
create mode 100644 meta/recipes-extended/watchdog/watchdog/0001-shutdown-Do-not-guard-sys-quota.h-sys-swap.h-and-sys.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-adjust-range-v5.10.137-in-block-probe.patch
create mode 100644 meta/recipes-support/apr/apr/0001-add-AC_CACHE_CHECK-for-strerror_r-return-type.patch
create mode 100644 meta/recipes-support/sqlite/files/0001-sqlite-Increased-the-size-of-loop-variables-in-the-printf-implementation.patch
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread* [OE-core][kirkstone 00/19] Pull request (cover letter only)
@ 2022-05-28 2:12 Steve Sakoman
0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2022-05-28 2:12 UTC (permalink / raw)
To: openembedded-core
The following changes since commit d3beac233558242ab6895e9ba8536a6df9df8eb3:
selftest/imagefeatures/overlayfs: Always append to DISTRO_FEATURES (2022-05-22 11:40:26 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-next
Alexander Kanavin (15):
gst-devtools: upgrade 1.20.1 -> 1.20.2
gstreamer1.0-libav: upgrade 1.20.1 -> 1.20.2
gstreamer1.0-omx: upgrade 1.20.1 -> 1.20.2
gstreamer1.0-plugins-bad: upgrade 1.20.1 -> 1.20.2
gstreamer1.0-plugins-base: upgrade 1.20.1 -> 1.20.2
gstreamer1.0-plugins-good: upgrade 1.20.1 -> 1.20.2
gstreamer1.0-plugins-ugly: upgrade 1.20.1 -> 1.20.2
gstreamer1.0-python: upgrade 1.20.1 -> 1.20.2
gstreamer1.0-rtsp-server: upgrade 1.20.1 -> 1.20.2
gstreamer1.0: upgrade 1.20.1 -> 1.20.2
gstreamer1.0-vaapi: upgrade 1.20.1 -> 1.20.2
libcgroup: upgrade 2.0.1 -> 2.0.2
mesa: upgrade 22.0.2 -> 22.0.3
mobile-broadband-provider-info: upgrade 20220315 -> 20220511
sqlite3: upgrade 3.38.3 -> 3.38.5
Hitendra Prajapati (1):
pcre2: CVE-2022-1586 Out-of-bounds read
Peter Kjellerstedt (1):
license_image.bbclass: Make QA errors fail the build
Ross Burton (1):
oeqa/selftest/cve_check: add tests for recipe and image reports
Steve Sakoman (1):
go: upgrade 1.17.8 -> 1.17.10
meta/classes/license_image.bbclass | 2 +
meta/lib/oeqa/selftest/cases/cve_check.py | 77 ++++++++++++++++++-
.../mobile-broadband-provider-info_git.bb | 4 +-
...{libcgroup_2.0.1.bb => libcgroup_2.0.2.bb} | 2 +-
.../go/{go-1.17.8.inc => go-1.17.10.inc} | 2 +-
..._1.17.8.bb => go-binary-native_1.17.10.bb} | 4 +-
...1.17.8.bb => go-cross-canadian_1.17.10.bb} | 0
...go-cross_1.17.8.bb => go-cross_1.17.10.bb} | 0
...sssdk_1.17.8.bb => go-crosssdk_1.17.10.bb} | 0
...-native_1.17.8.bb => go-native_1.17.10.bb} | 0
...untime_1.17.8.bb => go-runtime_1.17.10.bb} | 0
.../go/{go_1.17.8.bb => go_1.17.10.bb} | 0
.../{mesa-gl_22.0.2.bb => mesa-gl_22.0.3.bb} | 0
meta/recipes-graphics/mesa/mesa.inc | 2 +-
.../mesa/{mesa_22.0.2.bb => mesa_22.0.3.bb} | 0
...tools_1.20.1.bb => gst-devtools_1.20.2.bb} | 2 +-
...1.20.1.bb => gstreamer1.0-libav_1.20.2.bb} | 2 +-
...x_1.20.1.bb => gstreamer1.0-omx_1.20.2.bb} | 2 +-
....bb => gstreamer1.0-plugins-bad_1.20.2.bb} | 2 +-
...bb => gstreamer1.0-plugins-base_1.20.2.bb} | 2 +-
...bb => gstreamer1.0-plugins-good_1.20.2.bb} | 2 +-
...bb => gstreamer1.0-plugins-ugly_1.20.2.bb} | 2 +-
....20.1.bb => gstreamer1.0-python_1.20.2.bb} | 2 +-
....bb => gstreamer1.0-rtsp-server_1.20.2.bb} | 2 +-
...1.20.1.bb => gstreamer1.0-vaapi_1.20.2.bb} | 2 +-
...er1.0_1.20.1.bb => gstreamer1.0_1.20.2.bb} | 2 +-
.../libpcre/libpcre2/CVE-2022-1586.patch | 58 ++++++++++++++
.../recipes-support/libpcre/libpcre2_10.39.bb | 5 +-
.../{sqlite3_3.38.3.bb => sqlite3_3.38.5.bb} | 2 +-
29 files changed, 158 insertions(+), 22 deletions(-)
rename meta/recipes-core/libcgroup/{libcgroup_2.0.1.bb => libcgroup_2.0.2.bb} (93%)
rename meta/recipes-devtools/go/{go-1.17.8.inc => go-1.17.10.inc} (92%)
rename meta/recipes-devtools/go/{go-binary-native_1.17.8.bb => go-binary-native_1.17.10.bb} (83%)
rename meta/recipes-devtools/go/{go-cross-canadian_1.17.8.bb => go-cross-canadian_1.17.10.bb} (100%)
rename meta/recipes-devtools/go/{go-cross_1.17.8.bb => go-cross_1.17.10.bb} (100%)
rename meta/recipes-devtools/go/{go-crosssdk_1.17.8.bb => go-crosssdk_1.17.10.bb} (100%)
rename meta/recipes-devtools/go/{go-native_1.17.8.bb => go-native_1.17.10.bb} (100%)
rename meta/recipes-devtools/go/{go-runtime_1.17.8.bb => go-runtime_1.17.10.bb} (100%)
rename meta/recipes-devtools/go/{go_1.17.8.bb => go_1.17.10.bb} (100%)
rename meta/recipes-graphics/mesa/{mesa-gl_22.0.2.bb => mesa-gl_22.0.3.bb} (100%)
rename meta/recipes-graphics/mesa/{mesa_22.0.2.bb => mesa_22.0.3.bb} (100%)
rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.20.1.bb => gst-devtools_1.20.2.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.20.1.bb => gstreamer1.0-libav_1.20.2.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.20.1.bb => gstreamer1.0-omx_1.20.2.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.20.1.bb => gstreamer1.0-plugins-bad_1.20.2.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.20.1.bb => gstreamer1.0-plugins-base_1.20.2.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.20.1.bb => gstreamer1.0-plugins-good_1.20.2.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.20.1.bb => gstreamer1.0-plugins-ugly_1.20.2.bb} (94%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.20.1.bb => gstreamer1.0-python_1.20.2.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.20.1.bb => gstreamer1.0-rtsp-server_1.20.2.bb} (90%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.20.1.bb => gstreamer1.0-vaapi_1.20.2.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.20.1.bb => gstreamer1.0_1.20.2.bb} (97%)
create mode 100644 meta/recipes-support/libpcre/libpcre2/CVE-2022-1586.patch
rename meta/recipes-support/sqlite/{sqlite3_3.38.3.bb => sqlite3_3.38.5.bb} (86%)
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-12-21 2:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-21 2:33 [OE-core][kirkstone 00/19] Pull request (cover letter only) Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2022-09-02 22:50 Steve Sakoman
2022-05-28 2:12 Steve Sakoman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox