mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
package/libarchive: security bump version to 3.8.8
https://github.com/libarchive/libarchive/releases/tag/v3.8.8
"Libarchive 3.8.8 is a security, bugfix and minor feature release."
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
(cherry picked from commit c384895981)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
parent
8ecb2fe3fc
commit
67b13f3c8d
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# From https://github.com/libarchive/libarchive/releases/tag/v3.8.7
|
||||
# From https://github.com/libarchive/libarchive/releases/tag/v3.8.8
|
||||
# After verifying the pgp signature from:
|
||||
# https://www.libarchive.de/downloads/libarchive-3.8.7.tar.xz.asc
|
||||
sha256 d3a8ba457ae25c27c84fd2830a2efdcc5b1d40bf585d4eb0d35f47e99e5d4774 libarchive-3.8.7.tar.xz
|
||||
# https://www.libarchive.de/downloads/libarchive-3.8.8.tar.xz.asc
|
||||
sha256 3873a88801da067d0528a989af06877710529d50ee8fe6f3970cbb4302efb918 libarchive-3.8.8.tar.xz
|
||||
# Locally computed:
|
||||
sha256 30e556b3959e3985d66efefec5eaac51d4995053caa1d3cffe6eb916f146f229 COPYING
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
LIBARCHIVE_VERSION = 3.8.7
|
||||
LIBARCHIVE_VERSION = 3.8.8
|
||||
LIBARCHIVE_SOURCE = libarchive-$(LIBARCHIVE_VERSION).tar.xz
|
||||
LIBARCHIVE_SITE = https://www.libarchive.de/downloads
|
||||
LIBARCHIVE_INSTALL_STAGING = YES
|
||||
|
|
|
|||
Loading…
Reference in a new issue