mbox series

kirkstone merge request: April 5th

Message ID cc70ab0c-82aa-c817-7567-8487c477e5cc@gmail.com
State New
Headers show
Series kirkstone merge request: April 5th | expand

Pull-request

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

Message

akuster808 April 5, 2023, 11:03 a.m. UTC
The following changes since commit 084a584897ad2f85f609d84044c548150d583405:

   dnsmasq: fix CVE-2023-28450 (2023-03-25 09:08:29 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 571e36e20e9d1f27af0eb4545291beeb64f280e2:

   syslog-ng: fix CVE-2022-38725 (2023-04-04 09:06:45 -0400)

----------------------------------------------------------------
Dragos-Marian Panait (1):
       phpmyadmin: fix CVE-2023-25727

Khem Raj (1):
       monkey: Fix build with musl

Martin Jansa (1):
       monkey: use git fetcher

Mingli Yu (1):
       mariadb: Fix CVE-2022-47015

Nikhil R (1):
       duktape: Add ptest

Yogita Urade (1):
       syslog-ng: fix CVE-2022-38725

wangmy (1):
       libcrypt-openssl-rsa-perl: upgrade 0.32 -> 0.33

  meta-oe/recipes-dbs/mysql/mariadb.inc                           | 1 +
  ...1-MDEV-29644-a-potential-bug-of-null-pointer-dereferen.patch | 320 
++++++++++++++++++++++++++++
  meta-oe/recipes-extended/duktape/duktape_2.7.0.bb               | 22 +-
  meta-oe/recipes-extended/duktape/files/run-ptest                | 32 +++
  .../recipes-support/syslog-ng/files/CVE-2022-38725-0001.patch   | 65 
++++++
  .../recipes-support/syslog-ng/files/CVE-2022-38725-0002.patch   | 150 
+++++++++++++
  .../recipes-support/syslog-ng/files/CVE-2022-38725-0003.patch   | 77 
+++++++
  .../recipes-support/syslog-ng/files/CVE-2022-38725-0004.patch   | 37 ++++
  .../recipes-support/syslog-ng/files/CVE-2022-38725-0005.patch   | 211 
++++++++++++++++++
  .../recipes-support/syslog-ng/files/CVE-2022-38725-0006.patch   | 180 
++++++++++++++++
  .../recipes-support/syslog-ng/files/CVE-2022-38725-0007.patch   | 81 
+++++++
  .../recipes-support/syslog-ng/files/CVE-2022-38725-0008.patch   | 45 ++++
  meta-oe/recipes-support/syslog-ng/syslog-ng_3.36.1.bb           | 8 +
  .../recipes-perl/libcrypt/files/0001-Fix-for-Issue-31.patch     | 37 ----
  ...enssl-rsa-perl_0.32.bb => libcrypt-openssl-rsa-perl_0.33.bb} |   3 +-
  ...0001-fastcgi-Use-value-instead-of-address-of-sin6_port.patch | 30 +++
  meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb             | 6 +-
  .../recipes-php/phpmyadmin/phpmyadmin/CVE-2023-25727.patch      | 37 ++++
  meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.3.bb       | 1 +
  19 files changed, 1301 insertions(+), 42 deletions(-)
  create mode 100644 
meta-oe/recipes-dbs/mysql/mariadb/0001-MDEV-29644-a-potential-bug-of-null-pointer-dereferen.patch
  create mode 100644 meta-oe/recipes-extended/duktape/files/run-ptest
  create mode 100644 
meta-oe/recipes-support/syslog-ng/files/CVE-2022-38725-0001.patch
  create mode 100644 
meta-oe/recipes-support/syslog-ng/files/CVE-2022-38725-0002.patch
  create mode 100644 
meta-oe/recipes-support/syslog-ng/files/CVE-2022-38725-0003.patch
  create mode 100644 
meta-oe/recipes-support/syslog-ng/files/CVE-2022-38725-0004.patch
  create mode 100644 
meta-oe/recipes-support/syslog-ng/files/CVE-2022-38725-0005.patch
  create mode 100644 
meta-oe/recipes-support/syslog-ng/files/CVE-2022-38725-0006.patch
  create mode 100644 
meta-oe/recipes-support/syslog-ng/files/CVE-2022-38725-0007.patch
  create mode 100644 
meta-oe/recipes-support/syslog-ng/files/CVE-2022-38725-0008.patch
  delete mode 100644 
meta-perl/recipes-perl/libcrypt/files/0001-Fix-for-Issue-31.patch
  rename 
meta-perl/recipes-perl/libcrypt/{libcrypt-openssl-rsa-perl_0.32.bb => 
libcrypt-openssl-rsa-perl_0.33.bb} (86%)
  create mode 100644 
meta-webserver/recipes-httpd/monkey/files/0001-fastcgi-Use-value-instead-of-address-of-sin6_port.patch
  create mode 100644 
meta-webserver/recipes-php/phpmyadmin/phpmyadmin/CVE-2023-25727.patch