Browse Source

libarchive-3.6.1-1

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
54a1bedf31
1 changed files with 12 additions and 2 deletions
  1. 12 2
      lib/liba/libarchive/libarchive-vl.spec

+ 12 - 2
lib/liba/libarchive/libarchive-vl.spec

@@ -1,6 +1,6 @@
 Name:          libarchive
 Summary:       A library for handling streaming archive formats 
-Version:       3.5.2
+Version:       3.6.1
 Release:       1%{?_dist_release}
 Group:         system
 Vendor:        Project Vine
@@ -10,7 +10,12 @@ License:       BSD
 URL:           https://www.libarchive.org/
 Source0:       https://www.libarchive.org/downloads/%{name}-%{version}.tar.gz
 
-Patch0:         libarchive-3.5.2-symlink-fix.patch
+# When configured against OpenSSL 1.1, the RIPEMD-160 support was not detected,
+# so it was not compiled in previously. With OpenSSL 3.0, it's now detected as
+# being available, but it only actually works when the legacy provider is
+# loaded, which breaks the RIPEMD-160 test. This patch disables the RIPEMD-160
+# support explicitly.
+Patch0001:     0001-Drop-rmd160-from-OpenSSL.patch
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 BuildRequires: bzip2-devel
@@ -83,6 +88,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri May 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.1-1
+- new upstream release.
+- dropped Patch0: fixed in upstream.
+- imported Patch0001 from rawhide.
+
 * Tue Oct 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.2-1
 - new upstream release.
 - built with openssl-3.0.0.