|
@@ -1,6 +1,6 @@
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define soversion 10
|
|
%define soversion 10
|
|
-%define version 1.0.1p
|
|
+%define version 1.0.1q
|
|
%define release 1%{_dist_release}
|
|
%define release 1%{_dist_release}
|
|
|
|
|
|
Summary: Secure Sockets Layer Toolkit
|
|
Summary: Secure Sockets Layer Toolkit
|
|
@@ -113,7 +113,7 @@ chmod 644 doc/openssl_button.html doc/openssl_button.gif
|
|
chmod 644 doc/ssleay.txt
|
|
chmod 644 doc/ssleay.txt
|
|
|
|
|
|
# Link the configuration header to the one we're going to make.
|
|
# Link the configuration header to the one we're going to make.
|
|
-ln -sf ../../crypto/opensslconf.h include/openssl/
|
|
+# ln -sf ../../crypto/opensslconf.h include/openssl/
|
|
|
|
|
|
%build
|
|
%build
|
|
PATH=${PATH}:${PWD}/bin
|
|
PATH=${PATH}:${PWD}/bin
|
|
@@ -329,6 +329,9 @@ touch -r %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/openssl.cnf
|
|
%postun -n compat32-%{name} -p /sbin/ldconfig
|
|
%postun -n compat32-%{name} -p /sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Dec 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1q-1
|
|
|
|
+- new upstream release with security fixes
|
|
|
|
+
|
|
* Fri Jul 10 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1p-1
|
|
* Fri Jul 10 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1p-1
|
|
- new upstream release with security fixes
|
|
- new upstream release with security fixes
|
|
|
|
|