mbox series

kirkstone merge request: July 21st

Message ID f022bce3-ae11-41d6-9f74-954192be0a98@gmail.com
State New
Headers show
Series kirkstone merge request: July 21st | expand

Pull-request

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

Message

akuster808 July 21, 2024, 6:43 p.m. UTC
The following changes since commit 6ff0748a4741517519a281985fc3cd95dadb633e:

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

are available in the Git repository at:

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

for you to fetch changes up to 4052c97dc83d0c88fc277d6fc1815e0699020daa:

   xfce4-panel-profiles:fix tar error (2024-07-17 20:10:27 -0400)

----------------------------------------------------------------
Jasper Orschulko (1):
       nginx-1.20.1: Drop reference to removed patch

Kai Kang (1):
       xfce4-panel-profiles:fix tar error

Martin Jansa (1):
       giflib: fix build with gold and avoid imagemagick-native dependency

Siddharth Doshi (1):
       apache2: Upgrade 2.4.59 -> 2.4.60

Vijay Anusuri (1):
       krb5: Fix for CVE-2024-37370 and CVE-2024-37371

  .../krb5/krb5/CVE-2024-37370_37371-pre1.patch                   | 168 
+++++++++
  .../recipes-connectivity/krb5/krb5/CVE-2024-37370_37371.patch   | 538 
++++++++++++++++++++++++++++
  meta-oe/recipes-connectivity/krb5/krb5_1.17.2.bb                | 2 +
  .../files/add_suffix_to_convert_binary_used_in_Makefile.patch   | 42 ---
  .../giflib/0001-Makefile-fix-typo-in-soname-argument.patch      | 34 ++
  meta-oe/recipes-devtools/giflib/giflib_5.2.2.bb                 | 8 +-
  .../apache2/{apache2_2.4.59.bb => apache2_2.4.60.bb} |   2 +-
  meta-webserver/recipes-httpd/nginx/nginx_1.20.1.bb              | 1 -
  .../0001-Makefile.in.in-Pass-arguments-to-tar.patch             | 30 ++
  .../xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb         | 1 +
  10 files changed, 779 insertions(+), 47 deletions(-)
  create mode 100644 
meta-oe/recipes-connectivity/krb5/krb5/CVE-2024-37370_37371-pre1.patch
  create mode 100644 
meta-oe/recipes-connectivity/krb5/krb5/CVE-2024-37370_37371.patch
  delete mode 100644 
meta-oe/recipes-devtools/giflib/files/add_suffix_to_convert_binary_used_in_Makefile.patch
  create mode 100644 
meta-oe/recipes-devtools/giflib/giflib/0001-Makefile-fix-typo-in-soname-argument.patch
  rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.59.bb => 
apache2_2.4.60.bb} (99%)
  create mode 100644 
meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles/0001-Makefile.in.in-Pass-arguments-to-tar.patch

Comments

Khem Raj July 21, 2024, 8:41 p.m. UTC | #1
meged thanks Armin.

On Sun, Jul 21, 2024 at 11:43 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 6ff0748a4741517519a281985fc3cd95dadb633e:
>
>    php: Upgrade to 8.1.29 (2024-06-27 11:32:38 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded kirkstone-next
>
> for you to fetch changes up to 4052c97dc83d0c88fc277d6fc1815e0699020daa:
>
>    xfce4-panel-profiles:fix tar error (2024-07-17 20:10:27 -0400)
>
> ----------------------------------------------------------------
> Jasper Orschulko (1):
>        nginx-1.20.1: Drop reference to removed patch
>
> Kai Kang (1):
>        xfce4-panel-profiles:fix tar error
>
> Martin Jansa (1):
>        giflib: fix build with gold and avoid imagemagick-native dependency
>
> Siddharth Doshi (1):
>        apache2: Upgrade 2.4.59 -> 2.4.60
>
> Vijay Anusuri (1):
>        krb5: Fix for CVE-2024-37370 and CVE-2024-37371
>
>   .../krb5/krb5/CVE-2024-37370_37371-pre1.patch                   | 168
> +++++++++
>   .../recipes-connectivity/krb5/krb5/CVE-2024-37370_37371.patch   | 538
> ++++++++++++++++++++++++++++
>   meta-oe/recipes-connectivity/krb5/krb5_1.17.2.bb                | 2 +
>   .../files/add_suffix_to_convert_binary_used_in_Makefile.patch   | 42 ---
>   .../giflib/0001-Makefile-fix-typo-in-soname-argument.patch      | 34 ++
>   meta-oe/recipes-devtools/giflib/giflib_5.2.2.bb                 | 8 +-
>   .../apache2/{apache2_2.4.59.bb => apache2_2.4.60.bb} |   2 +-
>   meta-webserver/recipes-httpd/nginx/nginx_1.20.1.bb              | 1 -
>   .../0001-Makefile.in.in-Pass-arguments-to-tar.patch             | 30 ++
>   .../xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb         | 1 +
>   10 files changed, 779 insertions(+), 47 deletions(-)
>   create mode 100644
> meta-oe/recipes-connectivity/krb5/krb5/CVE-2024-37370_37371-pre1.patch
>   create mode 100644
> meta-oe/recipes-connectivity/krb5/krb5/CVE-2024-37370_37371.patch
>   delete mode 100644
> meta-oe/recipes-devtools/giflib/files/add_suffix_to_convert_binary_used_in_Makefile.patch
>   create mode 100644
> meta-oe/recipes-devtools/giflib/giflib/0001-Makefile-fix-typo-in-soname-argument.patch
>   rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.59.bb =>
> apache2_2.4.60.bb} (99%)
>   create mode 100644
> meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles/0001-Makefile.in.in-Pass-arguments-to-tar.patch
>