Browse Source

openssl-1.1.1c-1

Tomohiro "Tomo-p" KATO 4 years ago
parent
commit
4c942f3f23
1 changed files with 15 additions and 3 deletions
  1. 15 3
      o/openssl/openssl-vl.spec

+ 15 - 3
o/openssl/openssl-vl.spec

@@ -2,8 +2,8 @@
 
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 %{!?_pkgdocdir:%global _pkgdocdir %{_docdir}}
-%define version 1.1.1b
-%define release 2%{_dist_release}
+%define version 1.1.1c
+%define release 1%{_dist_release}
 # 1.0.0 soversion = 10
 # 1.1.0 soversion = 1.1 (same as upstream although presence of some symbols
 #                        depends on build configuration options)
@@ -53,6 +53,9 @@ Patch49: openssl-1.1.1-evp-kdf.patch
 Patch50: openssl-1.1.1-ssh-kdf.patch
 # Backported fixes including security fixes
 Patch51: openssl-1.1.1-upstream-sync.patch
+Patch52: openssl-1.1.1-s390x-update.patch
+Patch53: openssl-1.1.1-fips-crng-test.patch
+Patch54: openssl-1.1.1-regression-fixes.patch
 
 # security fix
 # nothing ;-)
@@ -109,7 +112,6 @@ Summary: OpenSSL scripts which require Perl.
 Group: Applications/Internet
 Requires: %{name} = %{version}-%{release}
 Requires: perl
-Requires: perl-WWW-Curl
 
 %description perl
 Perl scripts provided with OpenSSL for converting certificates and keys
@@ -173,6 +175,11 @@ cp %{SOURCE13} test/
 %patch50 -p1 -b .ssh-kdf
 %patch51 -p1 -b .upstream-sync
 %endif
+%patch52 -p1 -b .s390x-update
+%if %{with fips}
+%patch53 -p1 -b .crng-test
+%endif
+%patch54 -p1 -b .regression
 
 # security fix
 # nothing ;-)
@@ -434,6 +441,11 @@ export LD_LIBRARY_PATH
 %postun -n compat32-%{name} -p /sbin/ldconfig
 
 %changelog
+* Sat Aug 24 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1c-1
+- new upstream release.
+- updated Patch37 and 41.
+- imported Patch52-54 from rawhide.
+
 * Mon May 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1b-2
 - fixed openssl.cnf