mbox series

kirkstone merge request: July 1st

Message ID 3aa77b79-b7e9-4cc0-9e7b-592d48720614@gmail.com
State New
Headers show
Series kirkstone merge request: July 1st | expand

Pull-request

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

Message

akuster808 July 1, 2024, 11 a.m. UTC
The following changes since commit 8e297cdc841c6cad34097f00a6903ba25edfc153:

   nginx: Remove obsolete patch (2024-06-02 15:16:32 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 6ff0748a4741517519a281985fc3cd95dadb633e:

   php: Upgrade to 8.1.29 (2024-06-27 11:32:38 -0400)

----------------------------------------------------------------
Jiaqing Zhao (1):
       rdfind: fix build with gcc-13

Meenali Gupta (1):
       openvpn: fix multiple CVEs

Niko Mauno (1):
       nginx-1.21.1: Drop reference to removed patch

Peter Marko (1):
       gnome-shell: correct regression with glib-2.0 fix for CVE-2024-34397

Randy MacLeod (1):
       python3-pyyaml-include: support native and nativesdk build

Rob Woolley (1):
       sip3: Fix segmentation fault

Siddharth Doshi (1):
       nano: Security fix for CVE-2024-5742

Soumya Sambu (1):
       php: Upgrade to 8.1.29

Vijay Anusuri (1):
       yajl: backport Debian patch for CVE-2022-24795

nikhil (1):
       giflib: upgrade to version 5.2.2

  .../0002-screencast-Correct-expected-bus-name-for-streams.patch |    38 +
  meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb |     1 +
  .../recipes-support/openvpn/openvpn/CVE-2024-24974.patch |    49 +
  .../recipes-support/openvpn/openvpn/CVE-2024-27459.patch |    99 +
  .../recipes-support/openvpn/openvpn/CVE-2024-27903.patch        | 119 +
  meta-networking/recipes-support/openvpn/openvpn_2.5.6.bb |     6 +-
  meta-oe/recipes-devtools/giflib/files/CVE-2022-28506.patch |    40 -
  .../files/add_suffix_to_convert_binary_used_in_Makefile.patch |    42 +
  .../giflib/{giflib_5.2.1.bb => giflib_5.2.2.bb} |     7 +-
  meta-oe/recipes-devtools/php/{php_8.1.28.bb => php_8.1.29.bb} |     2 +-
  ...-the-py_ssize_t_clean-argument-to-the-module-directive.patch | 
17433 +-------------------------
  meta-oe/recipes-devtools/sip/sip3_4.19.23.bb |     7 +-
  meta-oe/recipes-devtools/yajl/yajl/CVE-2022-24795.patch |    61 +
  meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb |     1 +
  meta-oe/recipes-support/nano/files/CVE-2024-5742.patch          | 100 +
  meta-oe/recipes-support/nano/nano_6.2.bb |     4 +-
  .../rdfind/rdfind/0001-include-standard-header-cstdint.patch |    41 +
  meta-oe/recipes-support/rdfind/rdfind_1.4.1.bb |     1 +
  .../recipes-devtools/python/python3-pyyaml-include_1.4.1.bb |     2 +-
  meta-webserver/recipes-httpd/nginx/nginx_1.21.1.bb |     2 -
  20 files changed, 594 insertions(+), 17461 deletions(-)
  create mode 100644 
meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0002-screencast-Correct-expected-bus-name-for-streams.patch
  create mode 100644 
meta-networking/recipes-support/openvpn/openvpn/CVE-2024-24974.patch
  create mode 100644 
meta-networking/recipes-support/openvpn/openvpn/CVE-2024-27459.patch
  create mode 100644 
meta-networking/recipes-support/openvpn/openvpn/CVE-2024-27903.patch
  delete mode 100644 
meta-oe/recipes-devtools/giflib/files/CVE-2022-28506.patch
  create mode 100644 
meta-oe/recipes-devtools/giflib/files/add_suffix_to_convert_binary_used_in_Makefile.patch
  rename meta-oe/recipes-devtools/giflib/{giflib_5.2.1.bb => 
giflib_5.2.2.bb} (72%)
  rename meta-oe/recipes-devtools/php/{php_8.1.28.bb => php_8.1.29.bb} (99%)
  create mode 100644 meta-oe/recipes-devtools/yajl/yajl/CVE-2022-24795.patch
  create mode 100644 meta-oe/recipes-support/nano/files/CVE-2024-5742.patch
  create mode 100644 
meta-oe/recipes-support/rdfind/rdfind/0001-include-standard-header-cstdint.patch

Comments

Khem Raj July 1, 2024, 2:55 p.m. UTC | #1
merged. Thanks Armin.

On Mon, Jul 1, 2024 at 4:00 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 8e297cdc841c6cad34097f00a6903ba25edfc153:
>
>    nginx: Remove obsolete patch (2024-06-02 15:16:32 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded kirkstone-next
>
> for you to fetch changes up to 6ff0748a4741517519a281985fc3cd95dadb633e:
>
>    php: Upgrade to 8.1.29 (2024-06-27 11:32:38 -0400)
>
> ----------------------------------------------------------------
> Jiaqing Zhao (1):
>        rdfind: fix build with gcc-13
>
> Meenali Gupta (1):
>        openvpn: fix multiple CVEs
>
> Niko Mauno (1):
>        nginx-1.21.1: Drop reference to removed patch
>
> Peter Marko (1):
>        gnome-shell: correct regression with glib-2.0 fix for CVE-2024-34397
>
> Randy MacLeod (1):
>        python3-pyyaml-include: support native and nativesdk build
>
> Rob Woolley (1):
>        sip3: Fix segmentation fault
>
> Siddharth Doshi (1):
>        nano: Security fix for CVE-2024-5742
>
> Soumya Sambu (1):
>        php: Upgrade to 8.1.29
>
> Vijay Anusuri (1):
>        yajl: backport Debian patch for CVE-2022-24795
>
> nikhil (1):
>        giflib: upgrade to version 5.2.2
>
>   .../0002-screencast-Correct-expected-bus-name-for-streams.patch |    38 +
>   meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb |     1 +
>   .../recipes-support/openvpn/openvpn/CVE-2024-24974.patch |    49 +
>   .../recipes-support/openvpn/openvpn/CVE-2024-27459.patch |    99 +
>   .../recipes-support/openvpn/openvpn/CVE-2024-27903.patch        | 119 +
>   meta-networking/recipes-support/openvpn/openvpn_2.5.6.bb |     6 +-
>   meta-oe/recipes-devtools/giflib/files/CVE-2022-28506.patch |    40 -
>   .../files/add_suffix_to_convert_binary_used_in_Makefile.patch |    42 +
>   .../giflib/{giflib_5.2.1.bb => giflib_5.2.2.bb} |     7 +-
>   meta-oe/recipes-devtools/php/{php_8.1.28.bb => php_8.1.29.bb} |     2 +-
>   ...-the-py_ssize_t_clean-argument-to-the-module-directive.patch |
> 17433 +-------------------------
>   meta-oe/recipes-devtools/sip/sip3_4.19.23.bb |     7 +-
>   meta-oe/recipes-devtools/yajl/yajl/CVE-2022-24795.patch |    61 +
>   meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb |     1 +
>   meta-oe/recipes-support/nano/files/CVE-2024-5742.patch          | 100 +
>   meta-oe/recipes-support/nano/nano_6.2.bb |     4 +-
>   .../rdfind/rdfind/0001-include-standard-header-cstdint.patch |    41 +
>   meta-oe/recipes-support/rdfind/rdfind_1.4.1.bb |     1 +
>   .../recipes-devtools/python/python3-pyyaml-include_1.4.1.bb |     2 +-
>   meta-webserver/recipes-httpd/nginx/nginx_1.21.1.bb |     2 -
>   20 files changed, 594 insertions(+), 17461 deletions(-)
>   create mode 100644
> meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0002-screencast-Correct-expected-bus-name-for-streams.patch
>   create mode 100644
> meta-networking/recipes-support/openvpn/openvpn/CVE-2024-24974.patch
>   create mode 100644
> meta-networking/recipes-support/openvpn/openvpn/CVE-2024-27459.patch
>   create mode 100644
> meta-networking/recipes-support/openvpn/openvpn/CVE-2024-27903.patch
>   delete mode 100644
> meta-oe/recipes-devtools/giflib/files/CVE-2022-28506.patch
>   create mode 100644
> meta-oe/recipes-devtools/giflib/files/add_suffix_to_convert_binary_used_in_Makefile.patch
>   rename meta-oe/recipes-devtools/giflib/{giflib_5.2.1.bb =>
> giflib_5.2.2.bb} (72%)
>   rename meta-oe/recipes-devtools/php/{php_8.1.28.bb => php_8.1.29.bb} (99%)
>   create mode 100644 meta-oe/recipes-devtools/yajl/yajl/CVE-2022-24795.patch
>   create mode 100644 meta-oe/recipes-support/nano/files/CVE-2024-5742.patch
>   create mode 100644
> meta-oe/recipes-support/rdfind/rdfind/0001-include-standard-header-cstdint.patch
>