mbox

[hardknott,00/11] Patch review: Jan 15th

Message ID cover.1642256648.git.akuster808@gmail.com
State Accepted, archived
Headers show

Pull-request

git://git.openembedded.org/meta-openembedded-contrib stable/hardknott-nut

Message

akuster808 Jan. 15, 2022, 2:27 p.m. UTC
Please have comments back by Monday

The following changes since commit 4932616b69b957e3a876541a579b79cb3f83306f:

  sdbus-c++-libsystemd: Avoid hard dependency on rsync (2021-11-18 08:05:44 -0800)

are available in the Git repository at:

  git://git.openembedded.org/meta-openembedded-contrib stable/hardknott-nut
  http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/hardknott-nut

Armin Kuster (1):
  wireshark: update to latest stable 3.4.11

Changqing Li (2):
  syslog-ng: adjust control socket location
  redis: add back missing patch

Chen Qi (1):
  udisks2: upgrade from 2.9.2 to 2.9.4

Jeremy Puhlman (1):
  ifenslave: Add branch=main

Mingli Yu (1):
  libteam: switch to python3

Peter Kjellerstedt (1):
  googletest: Switch branch from master to main

Sakib Sajal (1):
  nss: fix CVE-2021-43527

Yi Zhao (2):
  postfix: fix build with glibc 2.34
  postfix: upgrade 3.4.12 -> 3.4.23

wangmy (1):
  apache2: upgrade 2.4.51 -> 2.4.52

 .../0001-fix-build-with-glibc-2.34.patch      |  46 +++
 .../{postfix_3.4.12.bb => postfix_3.4.23.bb}  |   5 +-
 .../ifenslave/ifenslave_2.11.bb               |   2 +-
 .../0004-lemon-Remove-line-directives.patch   |  15 +-
 ...wireshark_3.4.8.bb => wireshark_3.4.11.bb} |   2 +-
 meta-oe/recipes-extended/redis/redis_6.2.6.bb |   4 +
 ...team_basic_test.py-switch-to-python3.patch | 101 ++++++
 ...asic_test.py-use-python3-interpreter.patch |  28 --
 .../recipes-support/libteam/libteam_1.31.bb   |   2 +-
 ...re-DER-encoded-signatures-are-within.patch | 297 ++++++++++++++++++
 meta-oe/recipes-support/nss/nss_3.64.bb       |   1 +
 ...log-ng.service-the-syslog-ng-service.patch |   2 +-
 .../{udisks2_2.9.2.bb => udisks2_2.9.4.bb}    |   4 +-
 .../recipes-test/googletest/googletest_git.bb |   2 +-
 .../{apache2_2.4.51.bb => apache2_2.4.52.bb}  |   2 +-
 15 files changed, 466 insertions(+), 47 deletions(-)
 create mode 100644 meta-networking/recipes-daemons/postfix/files/0001-fix-build-with-glibc-2.34.patch
 rename meta-networking/recipes-daemons/postfix/{postfix_3.4.12.bb => postfix_3.4.23.bb} (75%)
 rename meta-networking/recipes-support/wireshark/{wireshark_3.4.8.bb => wireshark_3.4.11.bb} (97%)
 create mode 100644 meta-oe/recipes-support/libteam/libteam/0001-team_basic_test.py-switch-to-python3.patch
 delete mode 100644 meta-oe/recipes-support/libteam/libteam/0001-team_basic_test.py-use-python3-interpreter.patch
 create mode 100644 meta-oe/recipes-support/nss/nss/0001-Bug-1737470-Ensure-DER-encoded-signatures-are-within.patch
 rename meta-oe/recipes-support/udisks/{udisks2_2.9.2.bb => udisks2_2.9.4.bb} (89%)
 rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.51.bb => apache2_2.4.52.bb} (99%)