mbox series

scarthgap merge request: March 29th

Message ID a1271383-1bbb-434a-a8cf-1b34a1b32146@gmail.com
State New
Headers show
Series scarthgap merge request: March 29th | expand

Pull-request

https://git.openembedded.org/meta-openembedded scarthgap-next

Message

akuster808 March 29, 2025, 6:11 p.m. UTC
The following changes since commit edd1a1e284fdcb80cd48d411f235d47f23bc27ae:

   mongodb: fix build with python 3.12 (2025-03-07 19:40:51 -0500)

are available in the Git repository at:

   https://git.openembedded.org/meta-openembedded scarthgap-next

for you to fetch changes up to 67ad83dd7c2485dae0c90eac345007af6195b84d:

   krb5: fix CVE-2025-24528 (2025-03-27 14:04:21 -0400)

----------------------------------------------------------------
Alexandre Truong (1):
       lcov: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status

Claus Stovgaard (2):
       lcov: sort RDEPENDS alphabetical
       lcov: Add missing RDEPENDS

Divya Chellam (1):
       krb5: fix CVE-2025-24528

Jinfeng Wang (1):
       netplan: Fix CVE-2022-4968

Libo Chen (1):
       libgpiod: fix gpiod-cxx-test failed test case

Sofiane HAMAM (2):
       Wolfssl: add ptest
       wolfssl: Upgrade 5.7.0 -> 5.7.2

Vijay Anusuri (2):
       postgresql: upgrade 16.5 -> 16.8
       wireshark: upgrade 4.2.7 -> 4.2.9

  .../conf/include/ptest-packagelists-meta-networking.inc         | 1 +
  meta-networking/recipes-connectivity/wolfssl/files/run-ptest    | 24 ++
  meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.0.bb   | 22 --
  meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb   | 41 +++
  .../recipes-core/images/meta-networking-image-ptest.bb          | 1 +
  .../recipes-support/wireshark/files/CVE-2024-9781.patch         | 133 
--------
  .../wireshark/{wireshark_4.2.7.bb => wireshark_4.2.9.bb} |   3 +-
  .../recipes-connectivity/netplan/netplan/CVE-2022-4968.patch    | 452 
++++++++++++++++++++++++++++
  .../meta-python/recipes-connectivity/netplan/netplan_1.0.bb     | 1 +
  meta-oe/recipes-connectivity/krb5/krb5/CVE-2025-24528.patch     | 68 +++++
  meta-oe/recipes-connectivity/krb5/krb5_1.21.3.bb                | 1 +
  .../0003-configure.ac-bypass-autoconf-2.69-version-check.patch  | 2 +-
  .../postgresql/{postgresql_16.5.bb => postgresql_16.8.bb} |   4 +-
  meta-oe/recipes-support/lcov/lcov_1.16.bb                       | 17 +-
  ...1-bindings-cxx-tests-set-direction-when-reconfiguring-.patch | 38 +++
  meta-oe/recipes-support/libgpiod/libgpiod_2.1.2.bb              | 2 +
  16 files changed, 645 insertions(+), 165 deletions(-)
  create mode 100644 
meta-networking/recipes-connectivity/wolfssl/files/run-ptest
  delete mode 100644 
meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.0.bb
  create mode 100644 
meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb
  delete mode 100644 
meta-networking/recipes-support/wireshark/files/CVE-2024-9781.patch
  rename meta-networking/recipes-support/wireshark/{wireshark_4.2.7.bb 
=> wireshark_4.2.9.bb} (96%)
  create mode 100644 
meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/CVE-2022-4968.patch
  create mode 100644 
meta-oe/recipes-connectivity/krb5/krb5/CVE-2025-24528.patch
  rename meta-oe/recipes-dbs/postgresql/{postgresql_16.5.bb => 
postgresql_16.8.bb} (75%)
  create mode 100644 
meta-oe/recipes-support/libgpiod/libgpiod-2.x/0001-bindings-cxx-tests-set-direction-when-reconfiguring-.patch