mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/libarchive: bump version to 3.8.5
Fixes a bsdtar regression introduced in 3.8.4.
https://github.com/libarchive/libarchive/releases/tag/v3.8.5
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
[Peter: Mention regression fix]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 13c3e723ce)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
39a3758ebc
commit
a84c83d296
@@ -1,6 +1,6 @@
|
||||
# From https://github.com/libarchive/libarchive/releases/tag/v3.8.4
|
||||
# From https://github.com/libarchive/libarchive/releases/tag/v3.8.5
|
||||
# After verifying the pgp signature from:
|
||||
# https://www.libarchive.de/downloads/libarchive-3.8.4.tar.xz.asc
|
||||
sha256 c7b847b57feacf5e182f4d14dd6cae545ac6843d55cb725f58e107cdf1c9ad73 libarchive-3.8.4.tar.xz
|
||||
# https://www.libarchive.de/downloads/libarchive-3.8.5.tar.xz.asc
|
||||
sha256 d68068e74beee3a0ec0dd04aee9037d5757fcc651591a6dcf1b6d542fb15a703 libarchive-3.8.5.tar.xz
|
||||
# Locally computed:
|
||||
sha256 30e556b3959e3985d66efefec5eaac51d4995053caa1d3cffe6eb916f146f229 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBARCHIVE_VERSION = 3.8.4
|
||||
LIBARCHIVE_VERSION = 3.8.5
|
||||
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