aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-04-19 14:39:06 +0000
committerRob Austein <sra@hactrn.net>2012-04-19 14:39:06 +0000
commit71e4545e188ce3471c543635943267570f3d679e (patch)
treee50b1db3d143d74a803600a699fa85352bb53b82 /openssl
parent9f7dc5bbf745135368f8d213a2b275084dac3d23 (diff)
Update to OpenSSL 1.0.0i (CVE-2012-2110).
svn path=/trunk/; revision=4436
Diffstat (limited to 'openssl')
-rw-r--r--openssl/Makefile.in2
-rw-r--r--openssl/openssl-1.0.0h.tar.gzbin4048067 -> 0 bytes
-rw-r--r--openssl/openssl-1.0.0i.tar.gzbin0 -> 4047721 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 6498ed30..f7bb6b5b 100644
--- a/openssl/Makefile.in
+++ b/openssl/Makefile.in
@@ -1,6 +1,6 @@
# $Id$
-VERSION = 1.0.0h
+VERSION = 1.0.0i
OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@
OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl
diff --git a/openssl/openssl-1.0.0h.tar.gz b/openssl/openssl-1.0.0h.tar.gz
deleted file mode 100644
index 516416bd..00000000
--- a/openssl/openssl-1.0.0h.tar.gz
+++ /dev/null
Binary files differ
diff --git a/openssl/openssl-1.0.0i.tar.gz b/openssl/openssl-1.0.0i.tar.gz
new file mode 100644
index 00000000..69852768
--- /dev/null
+++ b/openssl/openssl-1.0.0i.tar.gz
Binary files differ
diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh
index 3320caeb..2f6db4fc 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.0h"
+version="1.0.0i"
tarball="openssl-${version}.tar.gz"