aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-09-29 02:04:32 +0000
committerRob Austein <sra@hactrn.net>2014-09-29 02:04:32 +0000
commit4cc48fb45a0768eaf764e4510b0577551d4e3930 (patch)
tree3492c6460961cbe8e54c92230e70e758525701ad
parent978216a5bd42d7daf598259c76b1690b0f491a77 (diff)
parentd3187a329ba255889cf27f03850023c23e35b30a (diff)
Pull from trunk.
svn path=/branches/tk705/; revision=5976
-rw-r--r--openssl/Makefile.in2
-rw-r--r--openssl/openssl-1.0.1h.tar.gzbin4475692 -> 0 bytes
-rw-r--r--openssl/openssl-1.0.1i.tar.gzbin0 -> 4422117 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 8a7f18cb..ca7778f2 100644
--- a/openssl/Makefile.in
+++ b/openssl/Makefile.in
@@ -1,6 +1,6 @@
# $Id$
-VERSION = 1.0.1h
+VERSION = 1.0.1i
OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@
OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl
diff --git a/openssl/openssl-1.0.1h.tar.gz b/openssl/openssl-1.0.1h.tar.gz
deleted file mode 100644
index 54730a75..00000000
--- a/openssl/openssl-1.0.1h.tar.gz
+++ /dev/null
Binary files differ
diff --git a/openssl/openssl-1.0.1i.tar.gz b/openssl/openssl-1.0.1i.tar.gz
new file mode 100644
index 00000000..c4aeb799
--- /dev/null
+++ b/openssl/openssl-1.0.1i.tar.gz
Binary files differ
diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh
index 0525de88..22ebc096 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.1h"
+version="1.0.1i"
tarball="openssl-${version}.tar.gz"