Browse Source

openssl: update to 1.0.1q

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9896 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 8 years ago
parent
commit
8b2efa4bd8
1 changed files with 5 additions and 2 deletions
  1. 5 2
      o/openssl/openssl-vl.spec

+ 5 - 2
o/openssl/openssl-vl.spec

@@ -1,6 +1,6 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 %define soversion 10
-%define version 1.0.1p
+%define version 1.0.1q
 %define release 1%{_dist_release}
 
 Summary: Secure Sockets Layer Toolkit
@@ -113,7 +113,7 @@ chmod 644 doc/openssl_button.html doc/openssl_button.gif
 chmod 644 doc/ssleay.txt
 
 # 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 
 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
 
 %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
 - new upstream release with security fixes