From a1e6b66ff7b89a21391c7cef6ff045fefc0fb8b9 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Fri, 20 May 2011 09:19:16 +0000 Subject: [PATCH] Update to openssl 1.0.0d --- openssl/build.sh | 6 ++++-- openssl/meta/ChangeLog | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/openssl/build.sh b/openssl/build.sh index bb52a15..f9d478b 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.0a -pkgver=2 +version=1.0.0d +pkgver=3 source[0]=http://openssl.org/source/$topdir-$version.tar.gz # If there are no patches, simply comment this #patch[0]= @@ -103,6 +103,8 @@ install() 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 + compat ossl 1.0.0 1 1 + compat ossl 1.0.0a 1 2 } reg pack diff --git a/openssl/meta/ChangeLog b/openssl/meta/ChangeLog index 10818d6..1eaeb7e 100644 --- a/openssl/meta/ChangeLog +++ b/openssl/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Fri May 20 2011 Tom G. Christensen - 1.0.0d-3 +- Update to 1.0.0d + * Sun Sep 12 2010 Tom G. Christensen - 1.0.0a-2 - Update to 1.0.0a