* [OE-core][kirkstone 00/27] Pull request (cover letter only)
@ 2022-07-15 21:48 Steve Sakoman
0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2022-07-15 21:48 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 4667abcc925ae0c430cccb480ec530506f6201ae:
dropbear: break dependency on base package for -dev package (2022-07-01 08:35: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 (6):
openssl: update 3.0.4 -> 3.0.5
gstreamer1.0: upgrade 1.20.2 -> 1.20.3
weston: update 10.0.0 -> 10.0.1
glib-2.0: upgrade 2.72.2 -> 2.72.3
glib-networking: upgrade 2.72.0 -> 2.72.1
libsoup: upgrade 3.0.6 -> 3.0.7
Richard Purdie (2):
qemu: Avoid accidental librdmacm linkage
glibc-tests: Avoid reproducibility issues
Ross Burton (2):
tiff: backport the fix for CVE-2022-2056, CVE-2022-2057, and
CVE-2022-2058
vim: upgrade to 9.0.0021
Sakib Sajal (1):
u-boot: fix CVE-2022-34835
Steve Sakoman (3):
ruby: add PACKAGECONFIG for capstone
qemu: add PACKAGECONFIG for capstone
qemu: Avoid accidental libvdeplug linkage
Sundeep KOKKONDA (2):
glibc: stable 2.35 branch updates
binutils : stable 2.38 branch updates
Wentao Zhang (1):
harfbuzz: fix CVE-2022-33068
wangmy (10):
gst-devtools: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-libav: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-omx: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-plugins-bad: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-plugins-base: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-plugins-good: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-plugins-ugly: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-python: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-rtsp-server: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-vaapi: upgrade 1.20.2 -> 1.20.3
...ffer-overflow-vulnerability-in-i2c-m.patch | 126 ++++++++++++
meta/recipes-bsp/u-boot/u-boot_2022.01.bb | 1 +
.../{openssl_3.0.4.bb => openssl_3.0.5.bb} | 2 +-
.../glib-2.0/glib-2.0/relocate-modules.patch | 2 +-
...{glib-2.0_2.72.2.bb => glib-2.0_2.72.3.bb} | 2 +-
...ng_2.72.0.bb => glib-networking_2.72.1.bb} | 2 +-
meta/recipes-core/glibc/glibc-tests_2.35.bb | 3 +
meta/recipes-core/glibc/glibc-version.inc | 2 +-
.../glibc/glibc/reproducible-paths.patch | 23 +++
.../binutils/binutils-2.38.inc | 2 +-
meta/recipes-devtools/qemu/qemu.inc | 3 +
meta/recipes-devtools/ruby/ruby_3.1.2.bb | 1 +
.../harfbuzz/harfbuzz/CVE-2022-33068.patch | 35 ++++
.../harfbuzz/harfbuzz_4.0.1.bb | 3 +-
.../{weston_10.0.0.bb => weston_10.0.1.bb} | 4 +-
...tools_1.20.2.bb => gst-devtools_1.20.3.bb} | 2 +-
...1.20.2.bb => gstreamer1.0-libav_1.20.3.bb} | 2 +-
...x_1.20.2.bb => gstreamer1.0-omx_1.20.3.bb} | 2 +-
....bb => gstreamer1.0-plugins-bad_1.20.3.bb} | 2 +-
...bb => gstreamer1.0-plugins-base_1.20.3.bb} | 2 +-
...bb => gstreamer1.0-plugins-good_1.20.3.bb} | 2 +-
...bb => gstreamer1.0-plugins-ugly_1.20.3.bb} | 2 +-
....20.2.bb => gstreamer1.0-python_1.20.3.bb} | 2 +-
....bb => gstreamer1.0-rtsp-server_1.20.3.bb} | 2 +-
...1.20.2.bb => gstreamer1.0-vaapi_1.20.3.bb} | 2 +-
...er1.0_1.20.2.bb => gstreamer1.0_1.20.3.bb} | 2 +-
...-the-FPE-in-tiffcrop-415-427-and-428.patch | 182 ++++++++++++++++++
meta/recipes-multimedia/libtiff/tiff_4.3.0.bb | 1 +
.../{libsoup_3.0.6.bb => libsoup_3.0.7.bb} | 2 +-
meta/recipes-support/vim/vim.inc | 4 +-
30 files changed, 399 insertions(+), 23 deletions(-)
create mode 100644 meta/recipes-bsp/u-boot/files/0001-i2c-fix-stack-buffer-overflow-vulnerability-in-i2c-m.patch
rename meta/recipes-connectivity/openssl/{openssl_3.0.4.bb => openssl_3.0.5.bb} (99%)
rename meta/recipes-core/glib-2.0/{glib-2.0_2.72.2.bb => glib-2.0_2.72.3.bb} (96%)
rename meta/recipes-core/glib-networking/{glib-networking_2.72.0.bb => glib-networking_2.72.1.bb} (93%)
create mode 100644 meta/recipes-core/glibc/glibc/reproducible-paths.patch
create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2022-33068.patch
rename meta/recipes-graphics/wayland/{weston_10.0.0.bb => weston_10.0.1.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.20.2.bb => gst-devtools_1.20.3.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.20.2.bb => gstreamer1.0-libav_1.20.3.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.20.2.bb => gstreamer1.0-omx_1.20.3.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.20.2.bb => gstreamer1.0-plugins-bad_1.20.3.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.20.2.bb => gstreamer1.0-plugins-base_1.20.3.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.20.2.bb => gstreamer1.0-plugins-good_1.20.3.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.20.2.bb => gstreamer1.0-plugins-ugly_1.20.3.bb} (94%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.20.2.bb => gstreamer1.0-python_1.20.3.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.20.2.bb => gstreamer1.0-rtsp-server_1.20.3.bb} (90%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.20.2.bb => gstreamer1.0-vaapi_1.20.3.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.20.2.bb => gstreamer1.0_1.20.3.bb} (97%)
create mode 100644 meta/recipes-multimedia/libtiff/tiff/0001-fix-the-FPE-in-tiffcrop-415-427-and-428.patch
rename meta/recipes-support/libsoup/{libsoup_3.0.6.bb => libsoup_3.0.7.bb} (94%)
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [OE-core][kirkstone 00/27] Pull request (cover letter only)
@ 2023-02-15 14:01 Steve Sakoman
0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2023-02-15 14:01 UTC (permalink / raw)
To: openembedded-core
The following changes since commit cb64ace13db85e143d99627c8803fbb13ba18617:
Fix missing leading whitespace with ':append' (2023-02-01 04:16:52 -1000)
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
Alejandro Hernandez Samaniego (1):
testimage: Fix error message to reflect new syntax
Alexander Kanavin (3):
vulkan-samples: branch rename master -> main
gdk-pixbuf: do not use tools from gdk-pixbuf-native when building
tests
oeqa/qemurunner: do not use Popen.poll() when terminating runqemu with
a signal
Arnout Vandecappelle (1):
python3-pytest: depend on python3-tomli instead of python3-toml
Bruce Ashfield (2):
linux-yocto/5.15: update to v5.15.89
linux-yocto/5.15: update to v5.15.91
Changqing Li (1):
apt: fix do_package_qa failure
Chee Yang Lee (1):
git: upgrade to 2.35.6
Harald Seiler (1):
bootchart2: Fix usrmerge support
Khem Raj (2):
scons: Pass MAXLINELENGTH to scons invocation
scons.bbclass: Make MAXLINELENGTH overridable
Louis Rannou (1):
oeqa/selftest/locales: Add selftest for locale generation/presence
Martin Jansa (1):
meta: remove True option to getVar and getVarFlag calls (again)
Mikko Rapeli (1):
oeqa context.py: fix --target-ip comment to include ssh port number
Mingli Yu (1):
glslang: branch rename master -> main
Narpat Mali (1):
python3-certifi: fix for CVE-2022-23491
Pawel Zalewski (1):
classes/fs-uuid: Fix command output decoding issue
Richard Purdie (3):
kernel/linux-kernel-base: Fix kernel build artefact determinism issues
make-mod-scripts: Ensure kernel build output is deterministic
libc-locale: Fix on target locale generation
Ross Burton (4):
git: ignore CVE-2022-41953
buildtools-tarball: set pkg-config search path
sdkext/cases/devtool: pass a logger to HTTPService
httpserver: add error handler that write to the logger
Ulrich Ölmann (2):
recipe_sanity: fix old override syntax
lsof: fix old override syntax
meta/classes/fs-uuid.bbclass | 2 +-
meta/classes/image.bbclass | 2 +-
meta/classes/kernel.bbclass | 3 -
meta/classes/libc-package.bbclass | 1 +
meta/classes/license_image.bbclass | 2 +-
meta/classes/linux-kernel-base.bbclass | 4 +
meta/classes/recipe_sanity.bbclass | 2 +-
meta/classes/scons.bbclass | 8 +-
meta/classes/testimage.bbclass | 2 +-
meta/lib/oe/package_manager/deb/__init__.py | 8 +-
meta/lib/oeqa/runtime/context.py | 4 +-
meta/lib/oeqa/sdkext/cases/devtool.py | 2 +-
meta/lib/oeqa/selftest/cases/locales.py | 45 ++++
meta/lib/oeqa/utils/httpserver.py | 6 +
meta/lib/oeqa/utils/qemurunner.py | 11 +-
meta/recipes-core/meta/buildtools-tarball.bb | 3 +
meta/recipes-devtools/apt/apt_2.4.5.bb | 1 +
.../0001-bootchart2-support-usrmerge.patch | 37 ---
.../bootchart2/bootchart2_0.14.9.bb | 11 +-
.../git/{git_2.35.5.bb => git_2.35.6.bb} | 4 +-
meta/recipes-devtools/go/go_1.17.13.bb | 4 +-
.../python3-certifi/CVE-2022-23491.patch | 230 ++++++++++++++++++
.../python/python3-certifi_2021.10.8.bb | 2 +
.../python/python3-pytest_7.1.1.bb | 2 +-
meta/recipes-devtools/rust/rust-common.inc | 2 +-
meta/recipes-devtools/rust/rust.inc | 20 +-
meta/recipes-extended/lsof/lsof_4.94.0.bb | 2 +-
.../0001-Add-use_prebuilt_tools-option.patch | 173 -------------
...w-a-subset-of-tests-in-cross-compile.patch | 66 +++++
.../gdk-pixbuf/gdk-pixbuf_2.42.10.bb | 17 +-
.../glslang/glslang_1.3.204.1.bb | 2 +-
.../vulkan/vulkan-samples_git.bb | 2 +-
.../linux/linux-yocto-rt_5.15.bb | 6 +-
.../linux/linux-yocto-tiny_5.15.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +-
.../make-mod-scripts/make-mod-scripts_1.0.bb | 2 +-
scripts/contrib/image-manifest | 2 +-
scripts/lib/devtool/menuconfig.py | 2 +-
38 files changed, 432 insertions(+), 292 deletions(-)
create mode 100644 meta/lib/oeqa/selftest/cases/locales.py
delete mode 100644 meta/recipes-devtools/bootchart2/bootchart2/0001-bootchart2-support-usrmerge.patch
rename meta/recipes-devtools/git/{git_2.35.5.bb => git_2.35.6.bb} (97%)
create mode 100644 meta/recipes-devtools/python/python3-certifi/CVE-2022-23491.patch
delete mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-Add-use_prebuilt_tools-option.patch
create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch
--
2.34.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [OE-core][kirkstone 00/27] Pull request (cover letter only)
@ 2023-04-07 14:08 Steve Sakoman
0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2023-04-07 14:08 UTC (permalink / raw)
To: openembedded-core
This is the final pull request for the 4.0.9 release build.
The following changes since commit 08ab1f02da65ee9815115e6a1cdb51ffed10a2dc:
systemd: fix wrong nobody-group assignment (2023-03-23 06:42:22 -1000)
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
Alexander Kanavin (1):
patchelf: replace a rejected patch with an equivalent
uninative.bbclass tweak
Bruce Ashfield (10):
linux-yocto/5.10: update to v5.10.162
linux-yocto/5.10: update to v5.10.164
linux-yocto/5.10: update to v5.10.166
linux-yocto/5.10: update to v5.10.168
linux-yocto/5.10: update to v5.10.170
linux-yocto/5.10: update to v5.10.172
linux-yocto/5.10: update to v5.10.175
lttng-modules: update to v2.13.9
linux-yocto/5.15: update to v5.15.98
linux-yocto/5.15: update to v5.15.103
Geoffrey GIRY (1):
cve-check: Fix false negative version issue
Khem Raj (2):
rsync: Add missing prototypes to function declarations
rsync: Turn on -pedantic-errors at the end of 'configure'
Martin Jansa (2):
selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting
SSTATE_MIRROR
bmap-tools: switch to main branch
Michael Halstead (2):
uninative: Upgrade to 3.8.1 to include libgcc
uninative: Upgrade to 3.9 to include glibc 2.37
Peter Marko (1):
gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch
Randy MacLeod (1):
vim: upgrade 9.0.1403 -> 9.0.1429
Ross Burton (1):
scripts/lib/buildstats: handle top-level build_stats not being
complete
Sakib Sajal (1):
go: fix CVE-2022-2879 and CVE-2022-41720
Shubham Kulkarni (1):
go-runtime: Security fix for CVE-2022-41723
Siddharth Doshi (1):
openssl: Security fix for CVE-2023-0464, CVE-2023-0465, CVE-2023-0466
Simone Weiss (1):
json-c: Add ptest for json-c
pawan (2):
Revert "qemu: fix CVE-2021-3507"
curl: Add fix for CVE-2023-23916
meta/classes/cve-check.bbclass | 5 +-
meta/classes/uninative.bbclass | 2 +
.../distro/include/ptest-packagelists.inc | 1 +
meta/conf/distro/include/yocto-uninative.inc | 10 +-
meta/lib/oe/cve_check.py | 39 ++
meta/lib/oeqa/selftest/cases/cve_check.py | 19 +
meta/lib/oeqa/selftest/cases/devtool.py | 1 +
.../openssl/openssl/CVE-2023-0464.patch | 225 ++++++++
.../openssl/openssl/CVE-2023-0465.patch | 56 ++
.../openssl/openssl/CVE-2023-0466.patch | 50 ++
.../openssl/openssl_3.0.8.bb | 3 +
.../gcc/gcc-shared-source.inc | 4 +-
meta/recipes-devtools/go/go-1.17.13.inc | 3 +
.../go/go-1.18/CVE-2022-2879.patch | 177 ++++++
.../go/go-1.18/CVE-2022-41720.patch | 514 ++++++++++++++++++
.../go/go-1.18/CVE-2022-41723.patch | 156 ++++++
meta/recipes-devtools/json-c/json-c/run-ptest | 20 +
meta/recipes-devtools/json-c/json-c_0.15.bb | 16 +-
.../patchelf/handle-read-only-files.patch | 65 ---
.../patchelf/patchelf_0.14.5.bb | 1 -
meta/recipes-devtools/qemu/qemu.inc | 2 -
.../qemu/qemu/CVE-2021-3507_1.patch | 92 ----
.../qemu/qemu/CVE-2021-3507_2.patch | 115 ----
...-prototypes-to-function-declarations.patch | 173 ++++++
...antic-errors-at-the-end-of-configure.patch | 68 +++
meta/recipes-devtools/rsync/rsync_3.2.5.bb | 2 +
.../linux/linux-yocto-rt_5.10.bb | 6 +-
.../linux/linux-yocto-rt_5.15.bb | 6 +-
.../linux/linux-yocto-tiny_5.10.bb | 8 +-
.../linux/linux-yocto-tiny_5.15.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +-
meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +-
...ccessor-helpers-into-accessors.h-v6..patch | 45 --
.../fix-jbd2-upper-bound-for-v5.10.163.patch | 52 --
...e-the-correct-print-format-v5.10.163.patch | 61 ---
...ules_2.13.8.bb => lttng-modules_2.13.9.bb} | 5 +-
.../bmap-tools/bmap-tools_git.bb | 2 +-
.../curl/curl/CVE-2023-23916.patch | 219 ++++++++
meta/recipes-support/curl/curl_7.82.0.bb | 1 +
meta/recipes-support/vim/vim.inc | 4 +-
scripts/lib/buildstats.py | 1 +
41 files changed, 1797 insertions(+), 488 deletions(-)
create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2023-0464.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2023-0465.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2023-0466.patch
create mode 100644 meta/recipes-devtools/go/go-1.18/CVE-2022-2879.patch
create mode 100644 meta/recipes-devtools/go/go-1.18/CVE-2022-41720.patch
create mode 100644 meta/recipes-devtools/go/go-1.18/CVE-2022-41723.patch
create mode 100644 meta/recipes-devtools/json-c/json-c/run-ptest
delete mode 100644 meta/recipes-devtools/patchelf/patchelf/handle-read-only-files.patch
delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3507_1.patch
delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3507_2.patch
create mode 100644 meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch
create mode 100644 meta/recipes-devtools/rsync/files/0001-Turn-on-pedantic-errors-at-the-end-of-configure.patch
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-btrfs-move-accessor-helpers-into-accessors.h-v6..patch
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-upper-bound-for-v5.10.163.patch
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-use-the-correct-print-format-v5.10.163.patch
rename meta/recipes-kernel/lttng/{lttng-modules_2.13.8.bb => lttng-modules_2.13.9.bb} (83%)
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-23916.patch
--
2.34.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-04-07 14:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-07 14:08 [OE-core][kirkstone 00/27] Pull request (cover letter only) Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-02-15 14:01 Steve Sakoman
2022-07-15 21:48 Steve Sakoman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox