[packages/libarchive] - actually enable nettle for digests (now default is no for all crypto libs); release 2
qboosh
qboosh at pld-linux.org
Fri Jul 18 20:43:32 CEST 2025
commit b413812474b37abdf5fdb8d069f425808c6ed66a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Jul 18 20:45:09 2025 +0200
- actually enable nettle for digests (now default is no for all crypto libs); release 2
libarchive.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/libarchive.spec b/libarchive.spec
index c0109c5..f8a255f 100644
--- a/libarchive.spec
+++ b/libarchive.spec
@@ -6,7 +6,7 @@ Summary: Multi-format archive and compression library
Summary(pl.UTF-8): Biblioteka do archiwizacji i kompresji w wielu formatach
Name: libarchive
Version: 3.8.1
-Release: 1
+Release: 2
License: BSD
Group: Libraries
# see main page, downloads index may be out of date
@@ -27,6 +27,7 @@ BuildRequires: libtool
BuildRequires: libxml2-devel >= 2
BuildRequires: lz4-devel >= r131
BuildRequires: lzo-devel >= 2
+# also possible: mbedtls, openssl
BuildRequires: nettle-devel
BuildRequires: pkgconfig
BuildRequires: richacl-devel
@@ -160,6 +161,7 @@ CPPFLAGS="%{rpmcppflags} -I/usr/include/lz4"
--enable-bsdtar=shared \
--enable-static%{!?with_static_libs:=no} \
--with-lzo2 \
+ --with-nettle \
--without-openssl
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libarchive.git/commitdiff/b413812474b37abdf5fdb8d069f425808c6ed66a
More information about the pld-cvs-commit
mailing list