Преглед на файлове

openssl-1.1.1d-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12211 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop преди 4 години
родител
ревизия
5dfd4b7a05
променени са 1 файла, в които са добавени 10 реда и са изтрити 1 реда
  1. 10 1
      o/openssl/openssl-vl.spec

+ 10 - 1
o/openssl/openssl-vl.spec

@@ -2,7 +2,7 @@
 
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 %{!?_pkgdocdir:%global _pkgdocdir %{_docdir}}
-%define version 1.1.1c
+%define version 1.1.1d
 %define release 1%{_dist_release}
 # 1.0.0 soversion = 10
 # 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
 Patch53: openssl-1.1.1-fips-crng-test.patch
 Patch54: openssl-1.1.1-regression-fixes.patch
+Patch100: BIO_f_zlib.patch
 
 # security fix
 # nothing ;-)
@@ -181,6 +182,8 @@ cp %{SOURCE13} test/
 %endif
 %patch54 -p1 -b .regression
 
+%patch100 -p1 -b .BIO_f_zlib
+
 # security fix
 # nothing ;-)
 
@@ -441,6 +444,12 @@ export LD_LIBRARY_PATH
 %postun -n compat32-%{name} -p /sbin/ldconfig
 
 %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
 - new upstream release.
 - updated Patch37 and 41.