* [OE-core][whinlatter][PATCH 1/3] libarchive: upgrade 3.8.2 -> 3.8.3
@ 2026-01-01 20:19 Peter Marko
2026-01-01 20:19 ` [OE-core][whinlatter][PATCH 2/3] libarchive: upgrade 3.8.3 -> 3.8.4 Peter Marko
2026-01-01 20:19 ` [OE-core][whinlatter][PATCH 3/3] cups: upgrade from 2.4.14 to 2.4.15 Peter Marko
0 siblings, 2 replies; 3+ messages in thread
From: Peter Marko @ 2026-01-01 20:19 UTC (permalink / raw)
To: openembedded-core; +Cc: peter.marko
From: Peter Marko <peter.marko@siemens.com>
Release Notes [1]:
Libarchive 3.8.3 is a bugfix and security release.
Security fixes:
* lib: Create temporary files in the target directory (#2753)
* lha: Fix for an out-of-bounds buffer overrun when using p[H_LEVEL_OFFSET] (#2768)
* 7-zip: Fix a buffer overrun when reading truncated 7zip headers (#2769)
Notable bugxies:
* lz4 and zstd: Support both lz4 and zstd data with leading skippable frames (#2771)
Full Changelog: [2]
[1] https://github.com/libarchive/libarchive/releases/tag/v3.8.3
[2] https://github.com/libarchive/libarchive/compare/v3.8.2...v3.8.3
(From OE-Core rev: 4b32b43a607bf708e5433366a3ef6cbcd5b8b221)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
.../libarchive/{libarchive_3.8.2.bb => libarchive_3.8.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/libarchive/{libarchive_3.8.2.bb => libarchive_3.8.3.bb} (96%)
diff --git a/meta/recipes-extended/libarchive/libarchive_3.8.2.bb b/meta/recipes-extended/libarchive/libarchive_3.8.3.bb
similarity index 96%
rename from meta/recipes-extended/libarchive/libarchive_3.8.2.bb
rename to meta/recipes-extended/libarchive/libarchive_3.8.3.bb
index d4f367009a..e3706ba3bb 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.8.2.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.8.3.bb
@@ -32,7 +32,7 @@ EXTRA_OECONF += "--enable-largefile --without-iconv"
SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz"
UPSTREAM_CHECK_URI = "https://www.libarchive.org/"
-SRC_URI[sha256sum] = "5f2d3c2fde8dc44583a61165549dc50ba8a37c5947c90fc02c8e5ce7f1cfb80d"
+SRC_URI[sha256sum] = "a290c2d82bce7b806d1e5309558a7bd0ef39067a868f4622a0e32e71a4de8cb6"
inherit autotools update-alternatives pkgconfig
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [OE-core][whinlatter][PATCH 2/3] libarchive: upgrade 3.8.3 -> 3.8.4
2026-01-01 20:19 [OE-core][whinlatter][PATCH 1/3] libarchive: upgrade 3.8.2 -> 3.8.3 Peter Marko
@ 2026-01-01 20:19 ` Peter Marko
2026-01-01 20:19 ` [OE-core][whinlatter][PATCH 3/3] cups: upgrade from 2.4.14 to 2.4.15 Peter Marko
1 sibling, 0 replies; 3+ messages in thread
From: Peter Marko @ 2026-01-01 20:19 UTC (permalink / raw)
To: openembedded-core; +Cc: peter.marko
From: Peter Marko <peter.marko@siemens.com>
Handles CVE-2025-60753.
Release Notes [1]:
Libarchive 3.8.4 is a bugfix release.
Notable bugxies:
* bsdtar: Fix zero-length pattern issue (#2787)
* lib: Fix regression introduced in libarchive 3.8.2 when walking enterable but unreadable directories (#2797)
Full Changelog: [2]
[1] https://github.com/libarchive/libarchive/releases/tag/v3.8.4
[2] https://github.com/libarchive/libarchive/compare/v3.8.3...v3.8.4
(From OE-Core rev: 5479a5e6bcdebd2c5c6f1cbbe039243cf9fbc6b0)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
.../libarchive/{libarchive_3.8.3.bb => libarchive_3.8.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/libarchive/{libarchive_3.8.3.bb => libarchive_3.8.4.bb} (96%)
diff --git a/meta/recipes-extended/libarchive/libarchive_3.8.3.bb b/meta/recipes-extended/libarchive/libarchive_3.8.4.bb
similarity index 96%
rename from meta/recipes-extended/libarchive/libarchive_3.8.3.bb
rename to meta/recipes-extended/libarchive/libarchive_3.8.4.bb
index e3706ba3bb..e89638f5c6 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.8.3.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.8.4.bb
@@ -32,7 +32,7 @@ EXTRA_OECONF += "--enable-largefile --without-iconv"
SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz"
UPSTREAM_CHECK_URI = "https://www.libarchive.org/"
-SRC_URI[sha256sum] = "a290c2d82bce7b806d1e5309558a7bd0ef39067a868f4622a0e32e71a4de8cb6"
+SRC_URI[sha256sum] = "b2c75b132a0ec43274d2867221befcb425034cd038e465afbfad09911abb1abb"
inherit autotools update-alternatives pkgconfig
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [OE-core][whinlatter][PATCH 3/3] cups: upgrade from 2.4.14 to 2.4.15
2026-01-01 20:19 [OE-core][whinlatter][PATCH 1/3] libarchive: upgrade 3.8.2 -> 3.8.3 Peter Marko
2026-01-01 20:19 ` [OE-core][whinlatter][PATCH 2/3] libarchive: upgrade 3.8.3 -> 3.8.4 Peter Marko
@ 2026-01-01 20:19 ` Peter Marko
1 sibling, 0 replies; 3+ messages in thread
From: Peter Marko @ 2026-01-01 20:19 UTC (permalink / raw)
To: openembedded-core; +Cc: peter.marko
From: Chen Qi <Qi.Chen@windriver.com>
Upgrade cups from 2.4.14 to 2.4.15.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(From OE-Core rev: 5c4ad96193c2e892aa06912808d21e7f861fb9c5)
Handles CVE-2025-58436 and CVE-2025-61915.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
meta/recipes-extended/cups/{cups_2.4.14.bb => cups_2.4.15.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/cups/{cups_2.4.14.bb => cups_2.4.15.bb} (51%)
diff --git a/meta/recipes-extended/cups/cups_2.4.14.bb b/meta/recipes-extended/cups/cups_2.4.15.bb
similarity index 51%
rename from meta/recipes-extended/cups/cups_2.4.14.bb
rename to meta/recipes-extended/cups/cups_2.4.15.bb
index 5d5a1dc97f..dc22771db3 100644
--- a/meta/recipes-extended/cups/cups_2.4.14.bb
+++ b/meta/recipes-extended/cups/cups_2.4.15.bb
@@ -2,4 +2,4 @@ require cups.inc
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
-SRC_URI[sha256sum] = "660288020dd6f79caf799811c4c1a3207a48689899ac2093959d70a3bdcb7699"
+SRC_URI[sha256sum] = "eff0bbd48ff1abcbb8e46e28e85aefaffa391a1d9c4d8dc92ab3822a13008d7f"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-01 20:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-01 20:19 [OE-core][whinlatter][PATCH 1/3] libarchive: upgrade 3.8.2 -> 3.8.3 Peter Marko
2026-01-01 20:19 ` [OE-core][whinlatter][PATCH 2/3] libarchive: upgrade 3.8.3 -> 3.8.4 Peter Marko
2026-01-01 20:19 ` [OE-core][whinlatter][PATCH 3/3] cups: upgrade from 2.4.14 to 2.4.15 Peter Marko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox