aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-06-05 15:33:50 +0000
committerRob Austein <sra@hactrn.net>2014-06-05 15:33:50 +0000
commit73148083eb87476078e679aec89d613579238237 (patch)
tree4815693da4b653db53f5b08311d7fd13b5341f09 /openssl
parent4b7fec44f0ce55256b3f8f1fde19f2b7ed6fe485 (diff)
Update to OpenSSL 1.0.1h. Changes from 1.0.1g to 1.0.1h shouldn't
affect anything the RPKI code does, but it's easiest to stay current. svn path=/trunk/; revision=5861
Diffstat (limited to 'openssl')
-rw-r--r--openssl/Makefile.in2
-rw-r--r--openssl/openssl-1.0.1g.tar.gzbin4509047 -> 0 bytes
-rw-r--r--openssl/openssl-1.0.1h.tar.gzbin0 -> 4475692 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 019a5d3f..8a7f18cb 100644
--- a/openssl/Makefile.in
+++ b/openssl/Makefile.in
@@ -1,6 +1,6 @@
# $Id$
-VERSION = 1.0.1g
+VERSION = 1.0.1h
OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@
OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl
diff --git a/openssl/openssl-1.0.1g.tar.gz b/openssl/openssl-1.0.1g.tar.gz
deleted file mode 100644
index ac402759..00000000
--- a/openssl/openssl-1.0.1g.tar.gz
+++ /dev/null
Binary files differ
diff --git a/openssl/openssl-1.0.1h.tar.gz b/openssl/openssl-1.0.1h.tar.gz
new file mode 100644
index 00000000..54730a75
--- /dev/null
+++ b/openssl/openssl-1.0.1h.tar.gz
Binary files differ
diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh
index cb9715b5..0525de88 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.1g"
+version="1.0.1h"
tarball="openssl-${version}.tar.gz"