From: akuster808 <akuster808@gmail.com>
To: Khem Raj <raj.khem@gmail.com>,
OpenEmbedded Devel List
<openembedded-devel@lists.openembedded.org>
Subject: kirkstone merge request: Jan 9th
Date: Thu, 9 Jan 2025 08:05:25 -0500 [thread overview]
Message-ID: <ac413271-b152-499b-94f4-e04fab4ae9be@gmail.com> (raw)
The following changes since commit 7b3fdcdfaab2fc964bbf9eec2cce4e03001fa8cf:
libgsf: Upgrade 1.14.49 -> 1.14.53 (2024-12-08 15:04:56 -0500)
are available in the Git repository at:
https://git.openembedded.org/meta-openembedded kirkstone-next
for you to fetch changes up to 66ec16850573a7ec69248b81f9904cdfba79b930:
packagegroup-meta-multimedia: Remove library only packages from rdeps
(2025-01-01 09:13:52 -0500)
----------------------------------------------------------------
Colin McAllister (1):
lldpd: Fix CVE-2023-41910
Fabrice Aeschbacher (1):
mosquitto: upgrade 2.0.18 -> 2.0.19
Khem Raj (2):
nspr: Fix build with clang16
packagegroup-meta-multimedia: Remove library only packages from rdeps
Mingli Yu (1):
asio: Add ptest support
Peter Marko (2):
hostapd: Patch CVE-2024-3596
hostapd: Patch security advisory 2024-2
Soumya Sambu (2):
python3-werkzeug: Fix CVE-2024-34069
python3-werkzeug: Fix CVE-2024-49767
Vijay Anusuri (1):
php: upgrade 8.1.30 -> 8.1.31
Wang Mingyu (1):
mosquitto: upgrade 2.0.19 -> 2.0.20
Yogita Urade (1):
postgresql: upgrade 14.13 -> 14.14
.../packagegroups/packagegroup-meta-multimedia.bb | 34
+-----
meta-networking/recipes-connectivity/mosquitto/files/1571.patch | 22 ----
meta-networking/recipes-connectivity/mosquitto/files/2894.patch | 25 -----
.../mosquitto/{mosquitto_2.0.18.bb => mosquitto_2.0.20.bb} | 4 +-
.../recipes-daemons/lldpd/files/CVE-2023-41910.patch | 26 +++++
meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb | 1 +
...1-SAE-Check-for-invalid-Rejected-Groups-element-length.patch | 52
+++++++++
...3-SAE-Reject-invalid-Rejected-Groups-element-in-the-pa.patch | 38
+++++++
.../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_00.patch | 82
++++++++++++++
.../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_01.patch | 165
++++++++++++++++++++++++++++
.../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_02.patch | 62
+++++++++++
.../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_04.patch | 52
+++++++++
.../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_05.patch | 51
+++++++++
.../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_06.patch | 46
++++++++
.../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_07.patch | 105
++++++++++++++++++
.../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_08.patch | 47
++++++++
meta-oe/recipes-connectivity/hostapd/hostapd_2.10.bb | 10 ++
.../0001-configure.ac-bypass-autoconf-2.69-version-check.patch | 7 +-
.../postgresql/{postgresql_14.13.bb => postgresql_14.14.bb} | 2 +-
meta-oe/recipes-devtools/php/{php_8.1.30.bb => php_8.1.31.bb} | 2 +-
.../asio/asio/0001-tests-Remove-blocking_adaptation.cpp.patch | 45
++++++++
meta-oe/recipes-support/asio/asio/run-ptest | 19 ++++
meta-oe/recipes-support/asio/asio_1.20.0.bb | 21 +++-
.../nspr/0001-Fix-Wincompatible-function-pointer-types.patch | 39
+++++++
meta-oe/recipes-support/nspr/nspr_4.29.bb | 1 +
.../python/python3-werkzeug/CVE-2024-34069-0001.patch | 149
+++++++++++++++++++++++++
.../python/python3-werkzeug/CVE-2024-34069-0002.patch | 120
++++++++++++++++++++
.../python/python3-werkzeug/CVE-2024-49767.patch | 87
+++++++++++++++
meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb | 5 +-
29 files changed, 1227 insertions(+), 92 deletions(-)
delete mode 100644
meta-networking/recipes-connectivity/mosquitto/files/1571.patch
delete mode 100644
meta-networking/recipes-connectivity/mosquitto/files/2894.patch
rename
meta-networking/recipes-connectivity/mosquitto/{mosquitto_2.0.18.bb =>
mosquitto_2.0.20.bb} (95%)
create mode 100644
meta-networking/recipes-daemons/lldpd/files/CVE-2023-41910.patch
create mode 100644
meta-oe/recipes-connectivity/hostapd/hostapd/0001-SAE-Check-for-invalid-Rejected-Groups-element-length.patch
create mode 100644
meta-oe/recipes-connectivity/hostapd/hostapd/0003-SAE-Reject-invalid-Rejected-Groups-element-in-the-pa.patch
create mode 100644
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_00.patch
create mode 100644
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_01.patch
create mode 100644
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_02.patch
create mode 100644
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_04.patch
create mode 100644
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_05.patch
create mode 100644
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_06.patch
create mode 100644
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_07.patch
create mode 100644
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2024-3596_08.patch
rename meta-oe/recipes-dbs/postgresql/{postgresql_14.13.bb =>
postgresql_14.14.bb} (84%)
rename meta-oe/recipes-devtools/php/{php_8.1.30.bb => php_8.1.31.bb} (99%)
create mode 100644
meta-oe/recipes-support/asio/asio/0001-tests-Remove-blocking_adaptation.cpp.patch
create mode 100644 meta-oe/recipes-support/asio/asio/run-ptest
create mode 100644
meta-oe/recipes-support/nspr/nspr/0001-Fix-Wincompatible-function-pointer-types.patch
create mode 100644
meta-python/recipes-devtools/python/python3-werkzeug/CVE-2024-34069-0001.patch
create mode 100644
meta-python/recipes-devtools/python/python3-werkzeug/CVE-2024-34069-0002.patch
create mode 100644
meta-python/recipes-devtools/python/python3-werkzeug/CVE-2024-49767.patch
next reply other threads:[~2025-01-09 13:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-09 13:05 akuster808 [this message]
2025-01-09 23:33 ` kirkstone merge request: Jan 9th Khem Raj
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=ac413271-b152-499b-94f4-e04fab4ae9be@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/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.