merged now thanks Armin.

On Tue, Oct 8, 2024 at 10:36 AM akuster808 <[email protected]> wrote:
>
> The following changes since commit ce456f692384f56f03328d3466a36f05146314f2:
>
>    tgt: fix CVE-2024-45751 (2024-09-22 10:06:37 -0400)
>
> are available in the Git repository at:
>
>    git://git.openembedded.org/meta-openembedded scarthgap-next
>
> for you to fetch changes up to 72018ca1b1a471226917e8246e8bbf9a374ccf97:
>
>    rocksdb: Add an option to set static library (2024-10-06 07:29:13 -0400)
>
> ----------------------------------------------------------------
> Armin Kuster (1):
>        Revert "mariadb: fix runtime failure on riscv"
>
> Dmitry Baryshkov (1):
>        android-tools: Create flag file /etc/usb-debugging-enabled
>
> Khem Raj (1):
>        mariadb: Upgrade to 10.11.9 release
>
> Michael Olbrich (1):
>        nftables: avoid python dependencies when building without python
>
> Nikhil R (2):
>        nftables: Conditionally add ${PN}-python as RDEPENDS for ptest
>        rocksdb: Add an option to set static library
>
> Peter Marko (2):
>        hostapd: Patch CVE-2024-3596
>        hostapd: Patch security advisory 2024-2
>
> Raghuvarya S (2):
>        android-tools-adbd.service: Update ConditionPathExists to /etc
>        android-toold-adbd: Fix inconsistency between selinux configurations
>
> Trevor Woerner (1):
>        apache2: use update-alternatives for httpd
>
> Yi Zhao (1):
>        libldb: upgrade 2.8.0 -> 2.8.1
>
> Yogesh Tyagi (1):
>        tbb-native: Fix build with gcc-13
>
>   meta-networking/recipes-filter/nftables/nftables_1.0.9.bb       | 9 +-
>   .../recipes-support/libldb/{libldb_2.8.0.bb => libldb_2.8.1.bb} |   2 +-
>   .../android-tools/android-tools/android-tools-adbd.service      | 2 +-
>   .../recipes-devtool/android-tools/android-tools_29.0.6.r14.bb   | 2 +-
>   ...1-SAE-Check-for-invalid-Rejected-Groups-element-length.patch | 52
> +++++++++
>   ...3-SAE-Reject-invalid-Rejected-Groups-element-in-the-pa.patch | 38
> +++++++
>   .../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_00.patch | 82
> ++++++++++++++
>   .../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_01.patch | 165
> +++++++++++++++++++++++++++
>   .../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_02.patch | 62
> ++++++++++
>   .../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_04.patch | 52
> +++++++++
>   .../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_05.patch | 51
> +++++++++
>   .../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_06.patch | 46
> ++++++++
>   .../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_07.patch | 105
> +++++++++++++++++
>   .../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_08.patch | 47
> ++++++++
>   meta-oe/recipes-connectivity/hostapd/hostapd_2.10.bb            | 10 ++
>   .../{mariadb-native_10.11.7.bb => mariadb-native_10.11.9.bb} |   0
>   meta-oe/recipes-dbs/mysql/mariadb.inc                           | 5 +-
>   .../mariadb/0001-MDEV-33439-Fix-build-with-libxml2-2.12.patch   | 170
> ----------------------------
>   .../mariadb/0001-RISC-V-use-RDTIME-instead-of-RDCYCLE.patch     | 66
> -----------
>   .../mariadb/0001-Remove-the-compile_time_assert-lines.patch     | 43
> -------
>   .../mysql/{mariadb_10.11.7.bb => mariadb_10.11.9.bb} |   0
>   .../recipes-dbs/rocksdb/files/static_library_as_option.patch    | 71
> ++++++++++++
>   meta-oe/recipes-dbs/rocksdb/rocksdb_9.0.0.bb                    | 2 +
>   .../android-tools/android-tools/android-tools-adbd.service      | 2 +-
>   .../recipes-devtools/android-tools/android-tools_5.1.1.r37.bb   | 2 +-
>   .../tbb/tbb/0001-Fix-suppress-new-GCC-12-13-warnings-1192.patch | 57
> ++++++++++
>   meta-oe/recipes-support/tbb/tbb_2021.11.0.bb                    | 1 +
>   meta-webserver/recipes-httpd/apache2/apache2_2.4.62.bb          | 3 +
>   28 files changed, 856 insertions(+), 291 deletions(-)
>   rename meta-networking/recipes-support/libldb/{libldb_2.8.0.bb =>
> libldb_2.8.1.bb} (97%)
>   create mode 100644
> meta-oe/recipes-connectivity/hostapd/hostapd/0001-SAE-Check-for-invalid-Rejected-Groups-element-length.patch
>   create mode 100644
> meta-oe/recipes-connectivity/hostapd/hostapd/0003-SAE-Reject-invalid-Rejected-Groups-element-in-the-pa.patch
>   create mode 100644
> meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_00.patch
>   create mode 100644
> meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_01.patch
>   create mode 100644
> meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_02.patch
>   create mode 100644
> meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_04.patch
>   create mode 100644
> meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_05.patch
>   create mode 100644
> meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_06.patch
>   create mode 100644
> meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_07.patch
>   create mode 100644
> meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_08.patch
>   rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.11.7.bb =>
> mariadb-native_10.11.9.bb} (100%)
>   delete mode 100644
> meta-oe/recipes-dbs/mysql/mariadb/0001-MDEV-33439-Fix-build-with-libxml2-2.12.patch
>   delete mode 100644
> meta-oe/recipes-dbs/mysql/mariadb/0001-RISC-V-use-RDTIME-instead-of-RDCYCLE.patch
>   delete mode 100644
> meta-oe/recipes-dbs/mysql/mariadb/0001-Remove-the-compile_time_assert-lines.patch
>   rename meta-oe/recipes-dbs/mysql/{mariadb_10.11.7.bb =>
> mariadb_10.11.9.bb} (100%)
>   create mode 100644
> meta-oe/recipes-dbs/rocksdb/files/static_library_as_option.patch
>   create mode 100644
> meta-oe/recipes-support/tbb/tbb/0001-Fix-suppress-new-GCC-12-13-warnings-1192.patch
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112719): 
https://lists.openembedded.org/g/openembedded-devel/message/112719
Mute This Topic: https://lists.openembedded.org/mt/108893991/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to