openssl: update to 1.0.1p

This commit is contained in:
Tom G. Christensen 2015-07-11 12:26:52 +02:00
parent 356fd2c22b
commit 71263ea627
2 changed files with 7 additions and 5 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.1o version=1.0.1p
pkgver=9 pkgver=10
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,8 +103,7 @@ install()
custom_install=1 custom_install=1
generic_install INSTALL_PREFIX generic_install INSTALL_PREFIX
# Previous 1.0.1 releases, probably compatible though upstream does # Compatible with previous releases
# not care about API compatibility
compat ossl 1.0.1e 1 1 compat ossl 1.0.1e 1 1
compat ossl 1.0.1f 2 2 compat ossl 1.0.1f 2 2
compat ossl 1.0.1g 3 3 compat ossl 1.0.1g 3 3
@ -113,7 +112,7 @@ install()
compat ossl 1.0.1j 6 6 compat ossl 1.0.1j 6 6
compat ossl 1.0.1k 7 7 compat ossl 1.0.1k 7 7
compat ossl 1.0.1m 8 8 compat ossl 1.0.1m 8 8
# It *might* be compatible with 1.0.0 aswell but I don't really know compat ossl 1.0.1o 9 9
} }
reg pack reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG CHANGELOG
--------- ---------
* Sat Jul 11 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.1p-10
- Update to 1.0.1p
* Sat Jun 13 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.1o-9 * Sat Jun 13 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.1o-9
- Update to 1.0.1o - Update to 1.0.1o