From ad6a08016eb298d1ecc33972bbb3f8cf33ce3214 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 1 Jan 2021 17:24:18 +0300 Subject: libarchive: bump to 3.5.1 --- extra/libarchive/build | 5 ++++- extra/libarchive/checksums | 2 +- extra/libarchive/sources | 2 +- extra/libarchive/version | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/extra/libarchive/build b/extra/libarchive/build index 6e30984c..d069befd 100755 --- a/extra/libarchive/build +++ b/extra/libarchive/build @@ -7,7 +7,10 @@ --without-xml2 \ --without-expat -make +# Link binaries statically +make bsdtar_LDFLAGS=-all-static \ + bsdcat_LDFLAGS=-all-static \ + bsdcpio_LDFLAGS=-all-static make DESTDIR="$1" install ln -s bsdcat "$1/usr/bin/cat" diff --git a/extra/libarchive/checksums b/extra/libarchive/checksums index 4405fe42..fb2b78cb 100644 --- a/extra/libarchive/checksums +++ b/extra/libarchive/checksums @@ -1 +1 @@ -245bff9d17e78986bf9716eb887e3bc731d7fd8e5d04efebb8bb1e1c39a3a354 libarchive-3.5.0.tar.xz +0e17d3a8d0b206018693b27f08029b598f6ef03600c2b5d10c94ce58692e299b libarchive-3.5.1.tar.xz diff --git a/extra/libarchive/sources b/extra/libarchive/sources index e78bf42d..294adc8c 100644 --- a/extra/libarchive/sources +++ b/extra/libarchive/sources @@ -1 +1 @@ -https://github.com/libarchive/libarchive/releases/download/v3.5.0/libarchive-3.5.0.tar.xz +https://github.com/libarchive/libarchive/releases/download/3.5.1/libarchive-3.5.1.tar.xz diff --git a/extra/libarchive/version b/extra/libarchive/version index ad1efe9a..591d5e43 100644 --- a/extra/libarchive/version +++ b/extra/libarchive/version @@ -1 +1 @@ -3.5.0 1 +3.5.1 1 -- cgit v1.2.3