From 31a49d2856f9bdeade1347057337f61c5aa899cb Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sat, 23 Aug 2014 11:34:12 +0200 Subject: [PATCH] openssl: update to 1.0.1i --- openssl/build.sh | 5 +++-- openssl/meta/ChangeLog | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/openssl/build.sh b/openssl/build.sh index 73abc10..0ed09bf 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.1h -pkgver=4 +version=1.0.1i +pkgver=5 source[0]=http://openssl.org/source/$topdir-$version.tar.gz # If there are no patches, simply comment this #patch[0]= @@ -108,6 +108,7 @@ install() compat ossl 1.0.1e 1 1 compat ossl 1.0.1f 2 2 compat ossl 1.0.1g 3 3 + compat ossl 1.0.1h 4 4 # 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 c1d6ae5..a2b4b9d 100644 --- a/openssl/meta/ChangeLog +++ b/openssl/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Fri Aug 15 2014 Tom G. Christensen - 1.0.1i-5 +- Update to 1.0.1i + * Wed Jun 11 2014 Tom G. Christensen - 1.0.1h-4 - Update to 1.0.1h - Drop 0.9.8g compat libraries