mbox series

kirkstone merge request: Jan 9th

Message ID ac413271-b152-499b-94f4-e04fab4ae9be@gmail.com
State New
Headers show
Series kirkstone merge request: Jan 9th | expand

Pull-request

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

Message

akuster808 Jan. 9, 2025, 1:05 p.m. UTC
The following changes since commit 7b3fdcdfaab2fc964bbf9eec2cce4e03001fa8cf:

   libgsf: Upgrade 1.14.49 -> 1.14.53 (2024-12-08 15:04:56 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 66ec16850573a7ec69248b81f9904cdfba79b930:

   packagegroup-meta-multimedia: Remove library only packages from rdeps 
(2025-01-01 09:13:52 -0500)

----------------------------------------------------------------
Colin McAllister (1):
       lldpd: Fix CVE-2023-41910

Fabrice Aeschbacher (1):
       mosquitto: upgrade 2.0.18 -> 2.0.19

Khem Raj (2):
       nspr: Fix build with clang16
       packagegroup-meta-multimedia: Remove library only packages from rdeps

Mingli Yu (1):
       asio: Add ptest support

Peter Marko (2):
       hostapd: Patch CVE-2024-3596
       hostapd: Patch security advisory 2024-2

Soumya Sambu (2):
       python3-werkzeug: Fix CVE-2024-34069
       python3-werkzeug: Fix CVE-2024-49767

Vijay Anusuri (1):
       php: upgrade 8.1.30 -> 8.1.31

Wang Mingyu (1):
       mosquitto: upgrade 2.0.19 -> 2.0.20

Yogita Urade (1):
       postgresql: upgrade 14.13 -> 14.14

  .../packagegroups/packagegroup-meta-multimedia.bb               | 34 
+-----
  meta-networking/recipes-connectivity/mosquitto/files/1571.patch | 22 ----
  meta-networking/recipes-connectivity/mosquitto/files/2894.patch | 25 -----
  .../mosquitto/{mosquitto_2.0.18.bb => mosquitto_2.0.20.bb} |   4 +-
  .../recipes-daemons/lldpd/files/CVE-2023-41910.patch            | 26 +++++
  meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb            | 1 +
  ...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 ++
  .../0001-configure.ac-bypass-autoconf-2.69-version-check.patch  | 7 +-
  .../postgresql/{postgresql_14.13.bb => postgresql_14.14.bb} |   2 +-
  meta-oe/recipes-devtools/php/{php_8.1.30.bb => php_8.1.31.bb} |   2 +-
  .../asio/asio/0001-tests-Remove-blocking_adaptation.cpp.patch   | 45 
++++++++
  meta-oe/recipes-support/asio/asio/run-ptest                     | 19 ++++
  meta-oe/recipes-support/asio/asio_1.20.0.bb                     | 21 +++-
  .../nspr/0001-Fix-Wincompatible-function-pointer-types.patch    | 39 
+++++++
  meta-oe/recipes-support/nspr/nspr_4.29.bb                       | 1 +
  .../python/python3-werkzeug/CVE-2024-34069-0001.patch           | 149 
+++++++++++++++++++++++++
  .../python/python3-werkzeug/CVE-2024-34069-0002.patch           | 120 
++++++++++++++++++++
  .../python/python3-werkzeug/CVE-2024-49767.patch                | 87 
+++++++++++++++
  meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb   | 5 +-
  29 files changed, 1227 insertions(+), 92 deletions(-)
  delete mode 100644 
meta-networking/recipes-connectivity/mosquitto/files/1571.patch
  delete mode 100644 
meta-networking/recipes-connectivity/mosquitto/files/2894.patch
  rename 
meta-networking/recipes-connectivity/mosquitto/{mosquitto_2.0.18.bb => 
mosquitto_2.0.20.bb} (95%)
  create mode 100644 
meta-networking/recipes-daemons/lldpd/files/CVE-2023-41910.patch
  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/postgresql/{postgresql_14.13.bb => 
postgresql_14.14.bb} (84%)
  rename meta-oe/recipes-devtools/php/{php_8.1.30.bb => php_8.1.31.bb} (99%)
  create mode 100644 
meta-oe/recipes-support/asio/asio/0001-tests-Remove-blocking_adaptation.cpp.patch
  create mode 100644 meta-oe/recipes-support/asio/asio/run-ptest
  create mode 100644 
meta-oe/recipes-support/nspr/nspr/0001-Fix-Wincompatible-function-pointer-types.patch
  create mode 100644 
meta-python/recipes-devtools/python/python3-werkzeug/CVE-2024-34069-0001.patch
  create mode 100644 
meta-python/recipes-devtools/python/python3-werkzeug/CVE-2024-34069-0002.patch
  create mode 100644 
meta-python/recipes-devtools/python/python3-werkzeug/CVE-2024-49767.patch

Comments

Khem Raj Jan. 9, 2025, 11:33 p.m. UTC | #1
merged thanks Armin.

On Thu, Jan 9, 2025 at 5:05 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 7b3fdcdfaab2fc964bbf9eec2cce4e03001fa8cf:
>
>    libgsf: Upgrade 1.14.49 -> 1.14.53 (2024-12-08 15:04:56 -0500)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded kirkstone-next
>
> for you to fetch changes up to 66ec16850573a7ec69248b81f9904cdfba79b930:
>
>    packagegroup-meta-multimedia: Remove library only packages from rdeps
> (2025-01-01 09:13:52 -0500)
>
> ----------------------------------------------------------------
> Colin McAllister (1):
>        lldpd: Fix CVE-2023-41910
>
> Fabrice Aeschbacher (1):
>        mosquitto: upgrade 2.0.18 -> 2.0.19
>
> Khem Raj (2):
>        nspr: Fix build with clang16
>        packagegroup-meta-multimedia: Remove library only packages from rdeps
>
> Mingli Yu (1):
>        asio: Add ptest support
>
> Peter Marko (2):
>        hostapd: Patch CVE-2024-3596
>        hostapd: Patch security advisory 2024-2
>
> Soumya Sambu (2):
>        python3-werkzeug: Fix CVE-2024-34069
>        python3-werkzeug: Fix CVE-2024-49767
>
> Vijay Anusuri (1):
>        php: upgrade 8.1.30 -> 8.1.31
>
> Wang Mingyu (1):
>        mosquitto: upgrade 2.0.19 -> 2.0.20
>
> Yogita Urade (1):
>        postgresql: upgrade 14.13 -> 14.14
>
>   .../packagegroups/packagegroup-meta-multimedia.bb               | 34
> +-----
>   meta-networking/recipes-connectivity/mosquitto/files/1571.patch | 22 ----
>   meta-networking/recipes-connectivity/mosquitto/files/2894.patch | 25 -----
>   .../mosquitto/{mosquitto_2.0.18.bb => mosquitto_2.0.20.bb} |   4 +-
>   .../recipes-daemons/lldpd/files/CVE-2023-41910.patch            | 26 +++++
>   meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb            | 1 +
>   ...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 ++
>   .../0001-configure.ac-bypass-autoconf-2.69-version-check.patch  | 7 +-
>   .../postgresql/{postgresql_14.13.bb => postgresql_14.14.bb} |   2 +-
>   meta-oe/recipes-devtools/php/{php_8.1.30.bb => php_8.1.31.bb} |   2 +-
>   .../asio/asio/0001-tests-Remove-blocking_adaptation.cpp.patch   | 45
> ++++++++
>   meta-oe/recipes-support/asio/asio/run-ptest                     | 19 ++++
>   meta-oe/recipes-support/asio/asio_1.20.0.bb                     | 21 +++-
>   .../nspr/0001-Fix-Wincompatible-function-pointer-types.patch    | 39
> +++++++
>   meta-oe/recipes-support/nspr/nspr_4.29.bb                       | 1 +
>   .../python/python3-werkzeug/CVE-2024-34069-0001.patch           | 149
> +++++++++++++++++++++++++
>   .../python/python3-werkzeug/CVE-2024-34069-0002.patch           | 120
> ++++++++++++++++++++
>   .../python/python3-werkzeug/CVE-2024-49767.patch                | 87
> +++++++++++++++
>   meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb   | 5 +-
>   29 files changed, 1227 insertions(+), 92 deletions(-)
>   delete mode 100644
> meta-networking/recipes-connectivity/mosquitto/files/1571.patch
>   delete mode 100644
> meta-networking/recipes-connectivity/mosquitto/files/2894.patch
>   rename
> meta-networking/recipes-connectivity/mosquitto/{mosquitto_2.0.18.bb =>
> mosquitto_2.0.20.bb} (95%)
>   create mode 100644
> meta-networking/recipes-daemons/lldpd/files/CVE-2023-41910.patch
>   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/postgresql/{postgresql_14.13.bb =>
> postgresql_14.14.bb} (84%)
>   rename meta-oe/recipes-devtools/php/{php_8.1.30.bb => php_8.1.31.bb} (99%)
>   create mode 100644
> meta-oe/recipes-support/asio/asio/0001-tests-Remove-blocking_adaptation.cpp.patch
>   create mode 100644 meta-oe/recipes-support/asio/asio/run-ptest
>   create mode 100644
> meta-oe/recipes-support/nspr/nspr/0001-Fix-Wincompatible-function-pointer-types.patch
>   create mode 100644
> meta-python/recipes-devtools/python/python3-werkzeug/CVE-2024-34069-0001.patch
>   create mode 100644
> meta-python/recipes-devtools/python/python3-werkzeug/CVE-2024-34069-0002.patch
>   create mode 100644
> meta-python/recipes-devtools/python/python3-werkzeug/CVE-2024-49767.patch
>