mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/libarchive: security bump to version 3.8.2
This bump includes the security fix for CVE-2025-25724. Fixes: https://www.cve.org/CVERecord?id=CVE-2025-25724. Release notes: https://github.com/libarchive/libarchive/releases/tag/v3.8.2 Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
74eeed692c
commit
a36b7cf77e
@@ -1,5 +1,5 @@
|
||||
# Locally computed after verifying the signature from
|
||||
# https://www.libarchive.de/downloads/libarchive-3.8.1.tar.xz.asc
|
||||
sha256 19f917d42d530f98815ac824d90c7eaf648e9d9a50e4f309c812457ffa5496b5 libarchive-3.8.1.tar.xz
|
||||
# https://www.libarchive.de/downloads/libarchive-3.8.2.tar.xz.asc
|
||||
sha256 db0dee91561cbd957689036a3a71281efefd131d35d1d98ebbc32720e4da58e2 libarchive-3.8.2.tar.xz
|
||||
# Locally computed:
|
||||
sha256 30e556b3959e3985d66efefec5eaac51d4995053caa1d3cffe6eb916f146f229 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBARCHIVE_VERSION = 3.8.1
|
||||
LIBARCHIVE_VERSION = 3.8.2
|
||||
LIBARCHIVE_SOURCE = libarchive-$(LIBARCHIVE_VERSION).tar.xz
|
||||
LIBARCHIVE_SITE = https://www.libarchive.de/downloads
|
||||
LIBARCHIVE_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user