aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-05-05 17:41:44 +0000
committerRob Austein <sra@hactrn.net>2016-05-05 17:41:44 +0000
commitbd47fc145a5f301310198a1553013e45c64c1263 (patch)
tree1b0ba53cde97e47243c5d8b9dbad52c797dcc281
parent74d6971d81a25e0f93d214069e3f4a5066f499b6 (diff)
parent9e2e994868fedd4ddd76d125cb679f1b054f1ab3 (diff)
OpenSSL 1.0.2h.
svn path=/branches/tk705/; revision=6424
-rw-r--r--openssl/Makefile.in2
-rw-r--r--openssl/openssl-1.0.2g.tar.gzbin5266102 -> 0 bytes
-rw-r--r--openssl/openssl-1.0.2h.tar.gzbin0 -> 5274412 bytes
-rwxr-xr-xopenssl/update-snapshot.sh2
4 files changed, 2 insertions, 2 deletions
diff --git a/openssl/Makefile.in b/openssl/Makefile.in
index 9468c8c5..1cd2f1cf 100644
--- a/openssl/Makefile.in
+++ b/openssl/Makefile.in
@@ -1,6 +1,6 @@
# $Id$
-VERSION = 1.0.2g
+VERSION = 1.0.2h
OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@
OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl
diff --git a/openssl/openssl-1.0.2g.tar.gz b/openssl/openssl-1.0.2g.tar.gz
deleted file mode 100644
index 315ad62c..00000000
--- a/openssl/openssl-1.0.2g.tar.gz
+++ /dev/null
Binary files differ
diff --git a/openssl/openssl-1.0.2h.tar.gz b/openssl/openssl-1.0.2h.tar.gz
new file mode 100644
index 00000000..7eb74e70
--- /dev/null
+++ b/openssl/openssl-1.0.2h.tar.gz
Binary files differ
diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh
index 9f7bf62f..d85d9a3c 100755
--- a/openssl/update-snapshot.sh
+++ b/openssl/update-snapshot.sh
@@ -6,7 +6,7 @@
#version="1.0.0-stable-SNAP-$(date +%Y%m%d)"
-version="1.0.2g"
+version="1.0.2h"
tarball="openssl-${version}.tar.gz"