diff --git a/openssl/build.sh b/openssl/build.sh index 011a44b..3b977fc 100755 --- a/openssl/build.sh +++ b/openssl/build.sh @@ -6,8 +6,8 @@ ########################################################### # Check the following 4 variables before running the script topdir=openssl -version=1.0.1k -pkgver=7 +version=1.0.1m +pkgver=8 source[0]=http://openssl.org/source/$topdir-$version.tar.gz # If there are no patches, simply comment this #patch[0]= @@ -111,6 +111,7 @@ install() compat ossl 1.0.1h 4 4 compat ossl 1.0.1i 5 5 compat ossl 1.0.1j 6 6 + compat ossl 1.0.1k 7 7 # It *might* be compatible with 1.0.0 aswell but I don't really know } diff --git a/openssl/meta/ChangeLog b/openssl/meta/ChangeLog index 649b3ab..c5e6c44 100644 --- a/openssl/meta/ChangeLog +++ b/openssl/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Fri Mar 20 2015 Tom G. Christensen - 1.0.1m-8 +- Update to 1.0.1m + * Sat Jan 10 2015 Tom G. Christensen - 1.0.1k-7 - Update to 1.0.1k