From 0bc1cc2955a39b91a352ba7bf20760e161bfa696 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Tue, 8 Apr 2014 18:39:34 +0200 Subject: [PATCH] openssl: update to 1.0.1g --- 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 382a225..fcec317 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.1f -pkgver=2 +version=1.0.1g +pkgver=3 source[0]=http://openssl.org/source/$topdir-$version.tar.gz # If there are no patches, simply comment this #patch[0]= @@ -109,6 +109,7 @@ install() compat ossl 0.9.8g 1 2 # Previous 1.0.1 releases 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 } diff --git a/openssl/meta/ChangeLog b/openssl/meta/ChangeLog index 53a86f7..456e71d 100644 --- a/openssl/meta/ChangeLog +++ b/openssl/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Tue Apr 08 2014 Tom G. Christensen - 1.0.1g-3 +- Update to 1.0.1g + * Sat Jan 25 2014 Tom G. Christensen - 1.0.1f-2 - Update to 1.0.1f