|
@@ -1,6 +1,6 @@
|
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
|
%define soversion 10
|
|
|
-%define version 1.0.1h
|
|
|
+%define version 1.0.1j
|
|
|
%define release 1%{_dist_release}
|
|
|
|
|
|
Summary: Secure Sockets Layer Toolkit
|
|
@@ -16,6 +16,7 @@ Patch0: openssl-1.0.0-soversion.patch
|
|
|
Patch2: openssl-1.0.0-rpm_opt.patch
|
|
|
Patch4: openssl-1.0.0-enginesdir.patch
|
|
|
Patch5: openssl-0.9.8j-version-add-engines.patch
|
|
|
+Patch8: openssl-1.0.1c-perlfind.patch
|
|
|
|
|
|
# security fix
|
|
|
# nothing ;-)
|
|
@@ -101,6 +102,7 @@ supported by OpenSSL.
|
|
|
%patch2 -p1 -b .rpm_opt
|
|
|
%patch4 -p1 -b .enginesdir
|
|
|
%patch5 -p1 -b .version-add-engines
|
|
|
+%patch8 -p1 -b .perlfind
|
|
|
|
|
|
# security fix
|
|
|
# nothing ;-)
|
|
@@ -327,6 +329,10 @@ touch -r %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/openssl.cnf
|
|
|
%postun -n compat32-%{name} -p /sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Oct 20 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1j-1
|
|
|
+- new upstream release with security fixes
|
|
|
+- add patch8 from fc21 (fix perl find.pl)
|
|
|
+
|
|
|
* Fri Jun 6 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.1h-1
|
|
|
- new upstream release with security fixes.
|
|
|
|