|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
%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.1c
|
|
+%define version 1.1.1d
|
|
%define release 1%{_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
|
|
@@ -56,6 +56,7 @@ Patch51: openssl-1.1.1-upstream-sync.patch
|
|
Patch52: openssl-1.1.1-s390x-update.patch
|
|
Patch52: openssl-1.1.1-s390x-update.patch
|
|
Patch53: openssl-1.1.1-fips-crng-test.patch
|
|
Patch53: openssl-1.1.1-fips-crng-test.patch
|
|
Patch54: openssl-1.1.1-regression-fixes.patch
|
|
Patch54: openssl-1.1.1-regression-fixes.patch
|
|
|
|
+Patch100: BIO_f_zlib.patch
|
|
|
|
|
|
# security fix
|
|
# security fix
|
|
# nothing ;-)
|
|
# nothing ;-)
|
|
@@ -181,6 +182,8 @@ cp %{SOURCE13} test/
|
|
%endif
|
|
%endif
|
|
%patch54 -p1 -b .regression
|
|
%patch54 -p1 -b .regression
|
|
|
|
|
|
|
|
+%patch100 -p1 -b .BIO_f_zlib
|
|
|
|
+
|
|
# security fix
|
|
# security fix
|
|
# nothing ;-)
|
|
# nothing ;-)
|
|
|
|
|
|
@@ -441,6 +444,12 @@ export LD_LIBRARY_PATH
|
|
%postun -n compat32-%{name} -p /sbin/ldconfig
|
|
%postun -n compat32-%{name} -p /sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Sep 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1d-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- updated Source12 and 13.
|
|
|
|
+- updated all patches.
|
|
|
|
+- imported Patch100 from upstream.
|
|
|
|
+
|
|
* Sat Aug 24 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1c-1
|
|
* Sat Aug 24 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1c-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- updated Patch37 and 41.
|
|
- updated Patch37 and 41.
|