diff --git a/openssl/build.sh b/openssl/build.sh index fcec317..73abc10 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.1g -pkgver=3 +version=1.0.1h +pkgver=4 source[0]=http://openssl.org/source/$topdir-$version.tar.gz # If there are no patches, simply comment this #patch[0]= @@ -103,14 +103,12 @@ install() custom_install=1 generic_install INSTALL_PREFIX - # grab 0.9.8g libraries for compat - setdir $prefix/${_libdir} - ${__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 - # Previous 1.0.1 releases + # Previous 1.0.1 releases, probably compatible though upstream does + # not care about API compatibility compat ossl 1.0.1e 1 1 compat ossl 1.0.1f 2 2 - # It *might* be compatible with 1.0.0 but I'm not going to risk it + compat ossl 1.0.1g 3 3 + # It *might* be compatible with 1.0.0 aswell but I don't really know } reg pack diff --git a/openssl/meta/ChangeLog b/openssl/meta/ChangeLog index 456e71d..c1d6ae5 100644 --- a/openssl/meta/ChangeLog +++ b/openssl/meta/ChangeLog @@ -1,5 +1,9 @@ CHANGELOG --------- +* Wed Jun 11 2014 Tom G. Christensen - 1.0.1h-4 +- Update to 1.0.1h +- Drop 0.9.8g compat libraries + * Tue Apr 08 2014 Tom G. Christensen - 1.0.1g-3 - Update to 1.0.1g