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