From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [langdale 00/15] Patch review Feb 16th
Date: Thu, 16 Feb 2023 07:27:10 -0500 [thread overview]
Message-ID: <cover.1676550369.git.akuster808@gmail.com> (raw)
Please have comment back by Saturday.
The following changes since commit e7c754778edb25f35896137c8b174669392c492a:
nodejs: upgrade 16.18.1 -> 16.19.0 (2023-02-04 12:16:04 -0500)
are available in the Git repository at:
git://git.openembedded.org/meta-openembedded-contrib stable/langdale-nut
http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/langdale-nut
Chee Yang Lee (1):
tinyproxy: fix CVE-2022-40468
Dmitry Baryshkov (1):
nss: fix cross-compilation error
Joe Slater (1):
phoronix-test-suite: fix CVE-2022-40704
Khem Raj (1):
net-snmp: Fix build with clang16
Martin Jansa (2):
exiv2: fix SRC_URI
mdns: use git fetcher
Narpat Mali (1):
net-snmp: CVE-2022-44792 & CVE-2022-44793 Fix NULL Pointer Exception
Randy MacLeod (2):
python3-pillow: add ptest support
python3-pillow: Add distutils, unixadmin for ptest
Wang Mingyu (5):
python3-pillow: upgrade 9.2.0 -> 9.3.0
python3-pillow: upgrade 9.3.0 -> 9.4.0
apache2: upgrade 2.4.54 -> 2.4.55
python3-django: upgrade 4.1 -> 4.1.3
python3-django: upgrade 4.1.3 -> 4.1.6
Yi Zhao (1):
freeradius: Security fixes for CVE-2022-41860 CVE-2022-41861
.../freeradius/files/CVE-2022-41860.patch | 118 ++++++++++++
.../freeradius/files/CVE-2022-41861.patch | 53 ++++++
.../freeradius/freeradius_3.0.21.bb | 2 +
...utine-for-cleaning-recent-interfaces.patch | 0
.../0001-dns-sd-Include-missing-headers.patch | 0
.../0001-mdns-include-stddef.h-for-NULL.patch | 0
...outine-for-tearing-down-an-interface.patch | 0
...-cross-compilation-fixes-for-bitbake.patch | 0
.../0003-Track-interface-socket-family.patch | 0
...0004-Use-list-for-changed-interfaces.patch | 0
.../0006-Remove-unneeded-function.patch | 0
.../0006-make-Add-top-level-Makefile.patch | 175 ++++++++++++++++++
...-deleted-interfaces-as-being-changed.patch | 0
.../0009-Fix-possible-NULL-dereference.patch | 0
...0010-Handle-errors-from-socket-calls.patch | 0
...ic-allocation-to-file-scope-variable.patch | 0
.../mdns/{files => mdns}/mdns.service | 0
.../recipes-protocols/mdns/mdns_1310.140.1.bb | 44 +++--
...eturn-attribute-to-netsnmp_pci_error.patch | 32 ++++
.../CVE-2022-44792-CVE-2022-44793.patch | 121 ++++++++++++
.../net-snmp/net-snmp_5.9.3.bb | 2 +
.../tinyproxy/tinyproxy/CVE-2022-40468.patch | 33 ++++
.../tinyproxy/tinyproxy_1.11.1.bb | 1 +
.../files/CVE-2022-40704.patch | 46 +++++
.../phoronix-test-suite_10.8.4.bb | 5 +-
meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb | 2 +-
...0001-nss-fix-support-cross-compiling.patch | 7 +-
...-django_4.1.bb => python3-django_4.1.6.bb} | 2 +-
.../python/python3-pillow/run-ptest | 3 +
...illow_9.2.0.bb => python3-pillow_9.4.0.bb} | 30 ++-
.../{apache2_2.4.54.bb => apache2_2.4.55.bb} | 2 +-
31 files changed, 653 insertions(+), 25 deletions(-)
create mode 100644 meta-networking/recipes-connectivity/freeradius/files/CVE-2022-41860.patch
create mode 100644 meta-networking/recipes-connectivity/freeradius/files/CVE-2022-41861.patch
rename meta-networking/recipes-protocols/mdns/{files => mdns}/0001-Create-subroutine-for-cleaning-recent-interfaces.patch (100%)
rename meta-networking/recipes-protocols/mdns/{files => mdns}/0001-dns-sd-Include-missing-headers.patch (100%)
rename meta-networking/recipes-protocols/mdns/{files => mdns}/0001-mdns-include-stddef.h-for-NULL.patch (100%)
rename meta-networking/recipes-protocols/mdns/{files => mdns}/0002-Create-subroutine-for-tearing-down-an-interface.patch (100%)
rename meta-networking/recipes-protocols/mdns/{files => mdns}/0002-mdns-cross-compilation-fixes-for-bitbake.patch (100%)
rename meta-networking/recipes-protocols/mdns/{files => mdns}/0003-Track-interface-socket-family.patch (100%)
rename meta-networking/recipes-protocols/mdns/{files => mdns}/0004-Use-list-for-changed-interfaces.patch (100%)
rename meta-networking/recipes-protocols/mdns/{files => mdns}/0006-Remove-unneeded-function.patch (100%)
create mode 100644 meta-networking/recipes-protocols/mdns/mdns/0006-make-Add-top-level-Makefile.patch
rename meta-networking/recipes-protocols/mdns/{files => mdns}/0008-Mark-deleted-interfaces-as-being-changed.patch (100%)
rename meta-networking/recipes-protocols/mdns/{files => mdns}/0009-Fix-possible-NULL-dereference.patch (100%)
rename meta-networking/recipes-protocols/mdns/{files => mdns}/0010-Handle-errors-from-socket-calls.patch (100%)
rename meta-networking/recipes-protocols/mdns/{files => mdns}/0011-Change-a-dynamic-allocation-to-file-scope-variable.patch (100%)
rename meta-networking/recipes-protocols/mdns/{files => mdns}/mdns.service (100%)
create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/0001-Add-noreturn-attribute-to-netsnmp_pci_error.patch
create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/CVE-2022-44792-CVE-2022-44793.patch
create mode 100644 meta-networking/recipes-support/tinyproxy/tinyproxy/CVE-2022-40468.patch
create mode 100644 meta-oe/recipes-benchmark/phoronix-test-suite/files/CVE-2022-40704.patch
rename meta-python/recipes-devtools/python/{python3-django_4.1.bb => python3-django_4.1.6.bb} (58%)
create mode 100644 meta-python/recipes-devtools/python/python3-pillow/run-ptest
rename meta-python/recipes-devtools/python/{python3-pillow_9.2.0.bb => python3-pillow_9.4.0.bb} (53%)
rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.54.bb => apache2_2.4.55.bb} (99%)
--
2.25.1
next reply other threads:[~2023-02-16 12:27 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-16 12:27 Armin Kuster [this message]
2023-02-16 12:27 ` [langdale 01/15] nss: fix cross-compilation error Armin Kuster
2023-02-16 12:27 ` [langdale 02/15] python3-pillow: upgrade 9.2.0 -> 9.3.0 Armin Kuster
2023-02-16 12:27 ` [langdale 03/15] python3-pillow: upgrade 9.3.0 -> 9.4.0 Armin Kuster
2023-02-16 12:27 ` [langdale 04/15] python3-pillow: add ptest support Armin Kuster
2023-02-16 12:27 ` [langdale 05/15] python3-pillow: Add distutils, unixadmin for ptest Armin Kuster
2023-02-16 12:27 ` [langdale 06/15] freeradius: Security fixes for CVE-2022-41860 CVE-2022-41861 Armin Kuster
2023-02-16 12:27 ` [langdale 07/15] apache2: upgrade 2.4.54 -> 2.4.55 Armin Kuster
2023-02-16 12:27 ` [langdale 08/15] python3-django: upgrade 4.1 -> 4.1.3 Armin Kuster
2023-02-16 12:27 ` [langdale 09/15] python3-django: upgrade 4.1.3 -> 4.1.6 Armin Kuster
2023-02-16 12:27 ` [langdale 10/15] net-snmp: Fix build with clang16 Armin Kuster
2023-02-16 12:27 ` [langdale 11/15] net-snmp: CVE-2022-44792 & CVE-2022-44793 Fix NULL Pointer Exception Armin Kuster
2023-02-16 12:27 ` [langdale 12/15] phoronix-test-suite: fix CVE-2022-40704 Armin Kuster
2023-02-16 12:27 ` [langdale 13/15] tinyproxy: fix CVE-2022-40468 Armin Kuster
2023-02-16 12:27 ` [langdale 14/15] exiv2: fix SRC_URI Armin Kuster
2023-02-16 12:27 ` [langdale 15/15] mdns: use git fetcher Armin Kuster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1676550369.git.akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.