mbox series

kirkstone merge request: Feb 6th

Message ID 9d37f092-3ff0-f29e-d60e-83f03cd09f8a@gmail.com
State New
Headers show
Series kirkstone merge request: Feb 6th | expand

Pull-request

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

Message

akuster808 Feb. 6, 2023, 12:44 p.m. UTC
The following changes since commit 1f31570d0795da90083d1dbf28127c90908e30ee:

   multipath-tools: fix QA "dev-so" regression (2023-01-10 09:26:26 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 278ec081a64e6a7679d6def550101158126cd935:

   nodejs: upgrade 16.18.1 -> 16.19.0 (2023-02-04 12:16:38 -0500)

----------------------------------------------------------------
Andrej Valek (1):
       grpc: upgrade 1.45.2 -> 1.46.6

Changqing Li (4):
       zabbix: fix CVE-2022-43515,CVE-2022-46768
       redis: 6.2.7 -> 6.2.8
       redis: upgrade 7.0.4 to 7.0.5
       redis: 7.0.5 -> 7.0.7

Chee Yang Lee (1):
       zsh: Fix CVE-2021-45444

Hermes Zhang (1):
       kernel_add_regdb: Change the task order

Hitendra Prajapati (2):
       net-snmp: CVE-2022-44792 & CVE-2022-44793 Fix NULL Pointer Exception
       krb5: CVE-2022-42898 integer overflow vulnerabilities in PAC parsing

Niko Mauno (2):
       nftables: Fix missing leading whitespace with ':append'
       Fix missing leading whitespace with ':append'

Tim Orling (1):
       nodejs: upgrade 16.18.1 -> 16.19.0

Yi Zhao (1):
       postfix: upgrade 3.6.5 -> 3.6.7

  meta-networking/classes/kernel_wireless_regdb.bbclass           | 2 +-
  .../postfix/{postfix_3.6.5.bb => postfix_3.6.7.bb} |   2 +-
  meta-networking/recipes-filter/nftables/nftables_1.0.2.bb       | 2 +-
  .../net-snmp/net-snmp/CVE-2022-44792-CVE-2022-44793.patch       | 116 
+++++++++++++++++++++++
  meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb    | 1 +
  meta-oe/recipes-connectivity/krb5/krb5/CVE-2022-42898.patch     | 110 
++++++++++++++++++++++
  meta-oe/recipes-connectivity/krb5/krb5_1.17.2.bb                | 1 +
  meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2022-43515.patch | 37 
++++++++
  meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2022-46768.patch | 53 
+++++++++++
  meta-oe/recipes-connectivity/zabbix/zabbix_5.4.12.bb            | 2 +
  meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.1.0.bb                 | 2 +-
  meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb     | 2 +-
  .../recipes-devtools/grpc/{grpc_1.45.2.bb => grpc_1.46.6.bb} |   4 +-
  .../oe-npm-cache                                                | 0
  ...oe-cache-native_16.18.bb => nodejs-oe-cache-native_16.19.bb} |   0
  .../nodejs/{nodejs_16.18.1.bb => nodejs_16.19.0.bb} |   6 +-
  .../redis/redis-7/0006-Define-correct-gregs-for-RISCV32.patch   | 20 ++--
  .../redis/redis/0006-Define-correct-gregs-for-RISCV32.patch     | 15 +--
  .../recipes-extended/redis/{redis_6.2.7.bb => redis_6.2.8.bb} |   2 +-
  .../recipes-extended/redis/{redis_7.0.4.bb => redis_7.0.7.bb} |   2 +-
  meta-oe/recipes-shells/zsh/zsh/CVE-2021-45444_1.patch           | 60 
++++++++++++
  meta-oe/recipes-shells/zsh/zsh/CVE-2021-45444_2.patch           | 140 
++++++++++++++++++++++++++++
  meta-oe/recipes-shells/zsh/zsh/CVE-2021-45444_3.patch           | 77 
+++++++++++++++
  meta-oe/recipes-shells/zsh/zsh_5.8.bb                           | 6 +-
  24 files changed, 634 insertions(+), 28 deletions(-)
  rename meta-networking/recipes-daemons/postfix/{postfix_3.6.5.bb => 
postfix_3.6.7.bb} (89%)
  create mode 100644 
meta-networking/recipes-protocols/net-snmp/net-snmp/CVE-2022-44792-CVE-2022-44793.patch
  create mode 100644 
meta-oe/recipes-connectivity/krb5/krb5/CVE-2022-42898.patch
  create mode 100644 
meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2022-43515.patch
  create mode 100644 
meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2022-46768.patch
  rename meta-oe/recipes-devtools/grpc/{grpc_1.45.2.bb => 
grpc_1.46.6.bb} (97%)
  rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-16.18 => 
nodejs-oe-cache-16.19}/oe-npm-cache (100%)
  rename 
meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-native_16.18.bb => 
nodejs-oe-cache-native_16.19.bb} (100%)
  rename meta-oe/recipes-devtools/nodejs/{nodejs_16.18.1.bb => 
nodejs_16.19.0.bb} (97%)
  rename meta-oe/recipes-extended/redis/{redis_6.2.7.bb => 
redis_6.2.8.bb} (96%)
  rename meta-oe/recipes-extended/redis/{redis_7.0.4.bb => 
redis_7.0.7.bb} (96%)
  create mode 100644 meta-oe/recipes-shells/zsh/zsh/CVE-2021-45444_1.patch
  create mode 100644 meta-oe/recipes-shells/zsh/zsh/CVE-2021-45444_2.patch
  create mode 100644 meta-oe/recipes-shells/zsh/zsh/CVE-2021-45444_3.patch