mbox series

kirkstone merge request: April 29th

Message ID a2dcb0b3-bb27-e5f5-90ed-0a39f358231a@gmail.com
State New
Headers show
Series kirkstone merge request: April 29th | expand

Pull-request

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

Message

akuster808 April 29, 2023, 3:57 p.m. UTC
The following changes since commit 571e36e20e9d1f27af0eb4545291beeb64f280e2:

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

are available in the Git repository at:

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

for you to fetch changes up to df452d9d98659b49888fa8a5428a0a8bd3e3aaec:

   redis: upgrade 7.0.10 -> 7.0.11 (2023-04-28 07:25:03 -0400)

----------------------------------------------------------------
BINDU (1):
       flatbuffers: adapt for cross-compilation environments

Changqing Li (4):
       zabbix: fix CVE-2023-29451
       redis: upgrade 6.2.11 -> 6.2.12
       redis: upgrade 7.0.9 -> 7.0.10
       redis: upgrade 7.0.10 -> 7.0.11

Khem Raj (1):
       postfix: Fix build on systems with linux 6.x

Manoj Saun (1):
       postgresql: fix ptest failure of sysviews test

Martin Jansa (8):
       jack: fix compatibility with python-3.11
       restinio: fix S variable in multilib builds
       mongodb: fix chown user for multilib builds
       pahole: respect libdir
       lvgl,lv-lib-png,lv-drivers: fix installed-vs-shipped QA issue 
with multilib
       lirc: fix do_install with multilib
       dleyna-{server,renderer}: fix dev-so QA issue with multilib
       zsh: fix installed-vs-shipped with multilib

Neetika Singh (1):
       libcroco: Add fix for CVE-2020-12825

Urade, Yogita (1):
       dlt-daemon: fix CVE-2023-26257

Wang Mingyu (1):
       openwsman: Change download branch from master to main.

  .../recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb          | 2 +-
  .../recipes-multimedia/dleyna/dleyna-server_0.6.0.bb            | 2 +-
  .../recipes-connectivity/restinio/restinio_0.6.13.bb            | 4 +-
  .../files/0006-makedefs-Account-for-linux-6.x-version.patch     | 35 +++++
  meta-networking/recipes-daemons/postfix/postfix_3.6.7.bb        | 1 +
  .../meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb        | 6 +-
  .../meta-python/recipes-dbs/mongodb/mongodb_git.bb              | 2 +-
  meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2023-29451.patch | 116 
+++++++++++++++++
  meta-oe/recipes-connectivity/zabbix/zabbix_5.4.12.bb            | 1 +
  .../files/0001-postgresql-fix-ptest-failure-of-sysviews.patch   | 42 
++++++
  meta-oe/recipes-dbs/postgresql/postgresql_14.5.bb               | 1 +
  meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb       | 7 +-
  meta-oe/recipes-devtools/pahole/pahole_1.22.bb                  | 2 +-
  .../dlt-daemon/dlt-daemon/0001-Fix-memory-leak.patch            | 34 +++++
  meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.8.bb        | 1 +
  meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb          | 2 +-
  .../recipes-extended/redis/{redis_6.2.11.bb => redis_6.2.12.bb} |   2 +-
  .../recipes-extended/redis/{redis_7.0.9.bb => redis_7.0.11.bb} |   2 +-
  meta-oe/recipes-graphics/lvgl/lv-drivers_7.11.0.bb              | 8 +-
  meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb               | 8 +-
  meta-oe/recipes-graphics/lvgl/lvgl_8.1.0.bb                     | 6 +-
  ...1-Remove-usage-of-U-mode-bit-for-opening-files-in-pyth.patch | 52 
++++++++
  meta-oe/recipes-multimedia/jack/jack_1.19.20.bb                 | 4 +-
  meta-oe/recipes-shells/zsh/zsh_5.8.bb                           | 4 +-
  meta/recipes-support/libcroco/libcroco/CVE-2020-12825.patch     | 190 
++++++++++++++++++++++++++++
  meta/recipes-support/libcroco/libcroco_0.6.13.bb                | 22 ++++
  26 files changed, 530 insertions(+), 26 deletions(-)
  create mode 100644 
meta-networking/recipes-daemons/postfix/files/0006-makedefs-Account-for-linux-6.x-version.patch
  create mode 100644 
meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2023-29451.patch
  create mode 100644 
meta-oe/recipes-dbs/postgresql/files/0001-postgresql-fix-ptest-failure-of-sysviews.patch
  create mode 100644 
meta-oe/recipes-extended/dlt-daemon/dlt-daemon/0001-Fix-memory-leak.patch
  rename meta-oe/recipes-extended/redis/{redis_6.2.11.bb => 
redis_6.2.12.bb} (96%)
  rename meta-oe/recipes-extended/redis/{redis_7.0.9.bb => 
redis_7.0.11.bb} (96%)
  create mode 100644 
meta-oe/recipes-multimedia/jack/jack/0001-Remove-usage-of-U-mode-bit-for-opening-files-in-pyth.patch
  create mode 100644 
meta/recipes-support/libcroco/libcroco/CVE-2020-12825.patch
  create mode 100644 meta/recipes-support/libcroco/libcroco_0.6.13.bb