openssl: update to 1.0.1f

This commit is contained in:
Tom G. Christensen 2014-01-25 16:41:14 +01:00
parent 70659f4c05
commit 322bcc1409
2 changed files with 7 additions and 2 deletions

View File

@ -6,8 +6,8 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=openssl topdir=openssl
version=1.0.1e version=1.0.1f
pkgver=1 pkgver=2
source[0]=http://openssl.org/source/$topdir-$version.tar.gz source[0]=http://openssl.org/source/$topdir-$version.tar.gz
# If there are no patches, simply comment this # If there are no patches, simply comment this
#patch[0]= #patch[0]=
@ -107,6 +107,8 @@ install()
setdir $prefix/${_libdir} setdir $prefix/${_libdir}
${__tar} -cf - libcrypto.so.0.9.8 libssl.so.0.9.8 | (cd ${stagedir}${prefix}/${_libdir}; ${__tar} -xf -) ${__tar} -cf - libcrypto.so.0.9.8 libssl.so.0.9.8 | (cd ${stagedir}${prefix}/${_libdir}; ${__tar} -xf -)
compat ossl 0.9.8g 1 2 compat ossl 0.9.8g 1 2
# Previous 1.0.1 releases
compat ossl 1.0.1e 1 1
# It *might* be compatible with 1.0.0 but I'm not going to risk it # It *might* be compatible with 1.0.0 but I'm not going to risk it
} }

View File

@ -1,5 +1,8 @@
CHANGELOG CHANGELOG
--------- ---------
* Sat Jan 25 2014 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.1f-2
- Update to 1.0.1f
* Sat Nov 16 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.1e-1 * Sat Nov 16 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.1e-1
- Update to 1.0.1e - Update to 1.0.1e