Message ID | 6096f37f-7ec2-4816-baf0-97973927b279@gmail.com |
---|---|
State | New |
Headers | show |
Series | scarthgap merge request: March 5th | expand |
installed now, thanks Armin. On Wed, Mar 5, 2025 at 10:52 AM akuster808 <akuster808@gmail.com> wrote: > > The following changes since commit 4f11a12b2352bbdfafb6b7d956bf424af4992977: > > modejs: upgrade 20.18.0 -> 20.18.2 (2025-02-04 15:04:57 -0800) > > are available in the Git repository at: > > https://git.openembedded.org/meta-openembedded scarthgap-next > > for you to fetch changes up to 6c9f1f8d4538119803bf793747b65e4d23c33544: > > nginx: fix CVE-2025-23419 (2025-03-03 08:09:03 -0500) > > ---------------------------------------------------------------- > Alexandre Truong (1): > source-han-sans-*-fonts: Switch away from SVN fetcher in SRC_URI > > Changqing Li (3): > dlt-daemon: make DLT_WatchdogSec configurable > abseil-cpp: upgrade 20240116.2 -> 20240116.3 > nginx: fix CVE-2025-23419 > > Chris Laplante (1): > poco: fix branch: master => poco-1.12.5 > > Etienne Cordonnier (1): > uutils-coreutils: fix compilation with selinux > > Leon Anavi (1): > sip: Fix homepage and license > > Peter Kjellerstedt (2): > ebtables: Remove the dependecy on bash > libeigen: Remove LGPL code > > Peter Marko (1): > python3-grpcio(-tools): fix build concurrency issue > > Soumya Sambu (2): > python3-django: upgrade 5.0.10 -> 5.0.11 > python3-django: upgrade 4.2.17 -> 4.2.18 > > Trevor Woerner (1): > iperf3: throughput fix > > Vijay Anusuri (1): > openjpeg: upgrade 2.5.0 -> 2.5.3 > > .../ebtables/ebtables-2.0.11/ebtables-legacy-save | 19 +- > meta-networking/recipes-filter/ebtables/ebtables_2.0.11.bb | 2 - > .../iperf3/iperf3/do-not-listen-to-old-udp-prot-listener.patch | 30 + > meta-oe/recipes-benchmark/iperf3/iperf3_3.16.bb | 1 + > ...1-Cargo.lock-revert-to-selinux-sys-0.6.9-and-fts-sys-0.patch | 178 > +++++ > .../recipes-core/uutils-coreutils/uutils-coreutils-crates.inc | 20 +- > .../recipes-core/uutils-coreutils/uutils-coreutils_0.0.28.bb | 3 +- > .../{abseil-cpp_20240116.2.bb => abseil-cpp_20240116.3.bb} | 2 +- > meta-oe/recipes-devtools/sip/sip_6.8.6.bb | 4 +- > ...CMakeLists-txt-make-DLT_WatchdogSec-can-be-set-by-user.patch | 40 ++ > meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb | 1 + > ...-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch} | 10 +- > .../openjpeg/{openjpeg_2.5.0.bb => openjpeg_2.5.3.bb} | 4 +- > .../ttf-fonts/source-han-sans-cn-fonts_2.004.bb | 7 +- > .../ttf-fonts/source-han-sans-jp-fonts_2.004.bb | 7 +- > .../ttf-fonts/source-han-sans-kr-fonts_2.004.bb | 7 +- > .../ttf-fonts/source-han-sans-tw-fonts_2.004.bb | 7 +- > .../libeigen/0002-Remove-LGPL-Code-and-references.patch | 1040 > +++++++++++++++++++++++++++ > meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb | 9 +- > meta-oe/recipes-support/poco/poco_1.12.5p2.bb | 2 +- > .../{python3-django_4.2.17.bb => python3-django_4.2.18.bb} | 4 +- > .../{python3-django_5.0.10.bb => python3-django_5.0.11.bb} | 2 +- > .../recipes-devtools/python/python3-grpcio-tools_1.62.2.bb | 4 + > meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb | 4 + > meta-webserver/recipes-httpd/nginx/files/CVE-2025-23419.patch | 87 +++ > meta-webserver/recipes-httpd/nginx/nginx_1.24.0.bb | 3 +- > 26 files changed, 1441 insertions(+), 56 deletions(-) > create mode 100644 > meta-oe/recipes-benchmark/iperf3/iperf3/do-not-listen-to-old-udp-prot-listener.patch > create mode 100644 > meta-oe/recipes-core/uutils-coreutils/files/0001-Cargo.lock-revert-to-selinux-sys-0.6.9-and-fts-sys-0.patch > rename meta-oe/recipes-devtools/abseil-cpp/{abseil-cpp_20240116.2.bb > => abseil-cpp_20240116.3.bb} (97%) > create mode 100644 > meta-oe/recipes-extended/dlt-daemon/dlt-daemon/0001-CMakeLists-txt-make-DLT_WatchdogSec-can-be-set-by-user.patch > rename > meta-oe/recipes-graphics/openjpeg/openjpeg/{0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch > => 0001-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch} (75%) > rename meta-oe/recipes-graphics/openjpeg/{openjpeg_2.5.0.bb => > openjpeg_2.5.3.bb} (82%) > create mode 100644 > meta-oe/recipes-support/libeigen/libeigen/0002-Remove-LGPL-Code-and-references.patch > rename meta-python/recipes-devtools/python/{python3-django_4.2.17.bb > => python3-django_4.2.18.bb} (63%) > rename meta-python/recipes-devtools/python/{python3-django_5.0.10.bb > => python3-django_5.0.11.bb} (56%) > create mode 100644 > meta-webserver/recipes-httpd/nginx/files/CVE-2025-23419.patch >