* kirkstone merge request: Jan 9th
@ 2025-01-09 13:05 akuster808
2025-01-09 23:33 ` Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: akuster808 @ 2025-01-09 13:05 UTC (permalink / raw)
To: Khem Raj, OpenEmbedded Devel List
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: kirkstone merge request: Jan 9th
2025-01-09 13:05 kirkstone merge request: Jan 9th akuster808
@ 2025-01-09 23:33 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2025-01-09 23:33 UTC (permalink / raw)
To: akuster808; +Cc: OpenEmbedded Devel List
merged thanks Armin.
On Thu, Jan 9, 2025 at 5:05 AM akuster808 <akuster808@gmail.com> wrote:
>
> 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-09 23:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09 13:05 kirkstone merge request: Jan 9th akuster808
2025-01-09 23:33 ` Khem Raj
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.