diff --git a/openssl/build.sh b/openssl/build.sh index 1ee165b..190cace 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.2j -pkgver=1 +version=1.0.2k +pkgver=2 source[0]=http://openssl.org/source/$topdir-$version.tar.gz # If there are no patches, simply comment this #patch[0]= @@ -104,6 +104,7 @@ install() generic_install INSTALL_PREFIX # Compatible with previous releases + compat openssl 1.0.2j 1 1 } reg pack diff --git a/openssl/meta/ChangeLog b/openssl/meta/ChangeLog index 46cd83a..47d8670 100644 --- a/openssl/meta/ChangeLog +++ b/openssl/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Sun Mar 26 2017 Tom G. Christensen - 1.0.2k-2 +- Update to 1.0.2k + * Sat Nov 26 2016 Tom G. Christensen - 1.0.2j-1 - Update to 1.0.2j