Message ID | f5a909bd-6758-4488-957d-22dd872ae45b@gmail.com |
---|---|
State | New |
Headers | show |
Series | scarthgap merge request: April 20th | expand |
merged now thanks Armin On Sun, Apr 20, 2025 at 10:29 AM akuster808 <akuster808@gmail.com> wrote: > > The following changes since commit 67ad83dd7c2485dae0c90eac345007af6195b84d: > > krb5: fix CVE-2025-24528 (2025-03-27 14:04:21 -0400) > > are available in the Git repository at: > > https://git.openembedded.org/meta-openembedded scarthgap-next > > for you to fetch changes up to e92d0173a80ea7592c866618ef5293203c50544c: > > lmsensors: Clean stale files for sensord to avoid incorrect GCC > header dependencies (2025-04-16 20:33:56 -0400) > > ---------------------------------------------------------------- > Awais Belal (1): > mongodb: update to 4.4.29 > > Divya Chellam (1): > openvpn: upgrade 2.6.12 -> 2.6.14 > > Haixiao Yan (1): > lmsensors: Clean stale files for sensord to avoid incorrect GCC > header dependencies > > Khem Raj (13): > wolfssl: Add packageconfig for reproducible build > blueman: Fix buildpathe issue with cython generated code > botan: Make it reproducible > keepalived: Make build reproducible > ldns: Fix buildpaths QA issues > python3-kivy: Remove buildpaths from comments in generated C sources > python3-pyproj: Fix buildpaths QA Error > python3-pyproj: Remove absolute paths from cython generated .c files > python3-pycocotools: Remove absolute paths from comments > lprng: Specify target paths for needed utilities > fwknop: Specify target locations of gpg and wget > e2tools: Fix buildpaths QA warning in config.status in ptest > sharutils: Let POSIX_SHELL be overridable from environment > > Martin Jansa (1): > gcab: fix buildpaths QA issue > > Soumya Sambu (1): > php: Upgrade 8.2.26 -> 8.2.28 > > Wang Mingyu (3): > nana: Fix buildpaths warning. > fetchmail: Fix buildpaths warning. > fetchmail: disable rpath to fix buildpaths warning. > > Yi Zhao (2): > mbedtls: upgrade 2.28.9 -> 2.28.10 > mbedtls: 3.6.2 -> 3.6.3 > > alperak (4): > rdist: Fix contains reference to TMPDIR [buildpaths] warning > perfetto: Fix contains reference to TMPDIR [buildpaths] warning > hplip: Fix contains reference to TMPDIR [buildpaths] warning > boinc-client: Fix contains reference to TMPDIR [buildpaths] warning > > meta-filesystems/recipes-utils/e2tools/e2tools_git.bb | 2 +- > .../blueman/0001-meson-DO-not-emit-absolute-path-when-S-B.patch | 38 > +++++++++++++++++++++++ > meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb | 1 + > .../mbedtls/{mbedtls_2.28.9.bb => mbedtls_2.28.10.bb} | 2 +- > .../mbedtls/{mbedtls_3.6.2.bb => mbedtls_3.6.3.bb} | 7 ++--- > meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | 2 +- > meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb | 3 ++ > ...1-configure.ac-Do-not-emit-compiler-flags-into-object-.patch | 29 > ++++++++++++++++++ > meta-networking/recipes-daemons/keepalived/keepalived_2.2.8.bb | 5 +++ > meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb | 2 +- > meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb | 4 ++- > .../openvpn/{openvpn_2.6.12.bb => openvpn_2.6.14.bb} | 2 +- > .../mongodb/mongodb/0001-free_mon-Include-missing-cstdint.patch | 28 > ----------------- > .../meta-python/recipes-dbs/mongodb/mongodb_git.bb | 7 ++--- > meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb | 5 ++- > meta-oe/recipes-crypto/botan/botan_3.2.0.bb | 8 ++--- > meta-oe/recipes-devtools/ldns/ldns_1.8.3.bb | 3 +- > meta-oe/recipes-devtools/perfetto/perfetto.bb | 4 +-- > meta-oe/recipes-devtools/php/{php_8.2.26.bb => php_8.2.28.bb} | 2 +- > meta-oe/recipes-extended/boinc/boinc-client_7.20.5.bb | 4 +++ > meta-oe/recipes-extended/hplip/hplip_3.22.10.bb | 2 +- > meta-oe/recipes-extended/lprng/lprng_3.8.C.bb | 4 ++- > meta-oe/recipes-extended/nana/nana_git.bb | 6 ++++ > ...1-gcab-enums.c.etemplate-include-basename-instead-of-f.patch | 37 > +++++++++++++++++++++++ > meta-oe/recipes-gnome/gcab/gcab_1.6.bb | 1 + > ...1-libopts.m4-accept-POSIX_SHELL-from-the-environment-d.patch | 47 > +++++++++++++++++++++++++++++ > meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb | 3 ++ > meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb | 7 +++++ > .../recipes-devtools/python/python3-pycocotools_2.0.7.bb | 4 +++ > meta-python/recipes-devtools/python/python3-pyproj/rpath.patch | 18 > +++++++++++ > meta-python/recipes-devtools/python/python3-pyproj_3.6.1.bb | 10 > ++++++ > 31 files changed, 243 insertions(+), 54 deletions(-) > create mode 100644 > meta-networking/recipes-connectivity/blueman/blueman/0001-meson-DO-not-emit-absolute-path-when-S-B.patch > rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_2.28.9.bb > => mbedtls_2.28.10.bb} (98%) > rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_3.6.2.bb > => mbedtls_3.6.3.bb} (91%) > create mode 100644 > meta-networking/recipes-daemons/keepalived/keepalived/0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch > rename meta-networking/recipes-support/openvpn/{openvpn_2.6.12.bb => > openvpn_2.6.14.bb} (97%) > delete mode 100644 > meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-free_mon-Include-missing-cstdint.patch > rename meta-oe/recipes-devtools/php/{php_8.2.26.bb => php_8.2.28.bb} (99%) > create mode 100644 > meta-oe/recipes-gnome/gcab/gcab/0001-gcab-enums.c.etemplate-include-basename-instead-of-f.patch > create mode 100644 > meta-oe/recipes-support/sharutils/sharutils/0001-libopts.m4-accept-POSIX_SHELL-from-the-environment-d.patch > create mode 100644 > meta-python/recipes-devtools/python/python3-pyproj/rpath.patch >