* [ptxdist] [PATCH] libarchive: Version bump. 3.8.1 -> 3.8.5
@ 2026-01-12 19:32 Christian Melki
0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2026-01-12 19:32 UTC (permalink / raw)
To: ptxdist
Various security plus mostly bugfixes.
https://github.com/libarchive/libarchive/releases/tag/v3.8.2
https://github.com/libarchive/libarchive/releases/tag/v3.8.3
https://github.com/libarchive/libarchive/releases/tag/v3.8.4
https://github.com/libarchive/libarchive/releases/tag/v3.8.5
Plugs CVE:
CVE-2025-25724: tar reader: fix checking the result of the strftime
* Add global config option.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/libarchive.make | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/rules/libarchive.make b/rules/libarchive.make
index c506b644d..28348ee79 100644
--- a/rules/libarchive.make
+++ b/rules/libarchive.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBARCHIVE) += libarchive
#
# Paths and names
#
-LIBARCHIVE_VERSION := 3.8.1
-LIBARCHIVE_MD5 := 29353cd50c2146601b708a80307a5a76
+LIBARCHIVE_VERSION := 3.8.5
+LIBARCHIVE_MD5 := 2226a84d3720b1a3d00deb0d11530a60
LIBARCHIVE := libarchive-$(LIBARCHIVE_VERSION)
LIBARCHIVE_SUFFIX := tar.gz
LIBARCHIVE_URL := https://www.libarchive.org/downloads/$(LIBARCHIVE).$(LIBARCHIVE_SUFFIX)
@@ -50,6 +50,7 @@ LIBARCHIVE_CONF_OPT := \
--disable-xattr \
--disable-acl \
$(GLOBAL_LARGE_FILE_OPTION) \
+ --$(call ptx/endis, PTXDIST_Y2038)-year2038 \
--with-zlib \
--$(call ptx/wwo, PTXCONF_LIBARCHIVE_BZIP2)-bz2lib \
--without-libb2 \
--
2.43.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-12 19:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-12 19:32 [ptxdist] [PATCH] libarchive: Version bump. 3.8.1 -> 3.8.5 Christian Melki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox