]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libarchive: Update to 3.6.1
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Nov 2022 10:23:04 +0000 (10:23 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Nov 2022 10:23:04 +0000 (10:23 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libarchive/libarchive.nm

index 6df62064e8f64a7d72eb270bd36f29c7a97d306f..993154f832efb5e7faef4d045e9da1e08285f8d8 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = libarchive
-version    = 3.2.2
+version    = 3.6.1
 release    = 1
 
 groups     = System/Libraries
@@ -20,7 +20,7 @@ description
        archives.
 end
 
-source_dl  = http://www.libarchive.org/downloads/
+source_dl  = https://www.libarchive.org/downloads/
 
 build
        requires
@@ -35,6 +35,7 @@ build
                openssl-devel
                xz-devel
                zlib-devel
+               zstd-devel
        end
 
        configure_options += \
@@ -48,11 +49,11 @@ build
                --with-lzo2 \
                --with-nettle \
                --with-zlib \
+               --with-zstd \
                --without-lzmadec
 
        test
-               # Fails immediately with SEGV
-               make check || :
+               LD_LIBRARY_PATH=$(pwd)/src/.libs make check || :
        end
 
        install_cmds