Update to openssl 1.0.0d

This commit is contained in:
Tom G. Christensen 2011-05-20 09:19:16 +00:00 committed by Tom G. Christensen
parent 71492827f0
commit a1e6b66ff7
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.0a version=1.0.0d
pkgver=2 pkgver=3
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]=
@ -103,6 +103,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
compat ossl 1.0.0 1 1
compat ossl 1.0.0a 1 2
} }
reg pack reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG CHANGELOG
--------- ---------
* Fri May 20 2011 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.0d-3
- Update to 1.0.0d
* Sun Sep 12 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.0a-2 * Sun Sep 12 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.0a-2
- Update to 1.0.0a - Update to 1.0.0a