From 5e0d1807ca7b049bde262a529443924adfd903e6 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 8 Apr 2014 01:30:11 +0000 Subject: CVE-2014-0160. Not strictly relevant as we don't use TLS, but it's easier to upgrade than to answer that question even once. svn path=/trunk/; revision=5767 --- openssl/Makefile.in | 2 +- openssl/openssl-1.0.1f.tar.gz | Bin 4509212 -> 0 bytes openssl/openssl-1.0.1g.tar.gz | Bin 0 -> 4509047 bytes openssl/update-snapshot.sh | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 openssl/openssl-1.0.1f.tar.gz create mode 100644 openssl/openssl-1.0.1g.tar.gz (limited to 'openssl') diff --git a/openssl/Makefile.in b/openssl/Makefile.in index aa654bc1..019a5d3f 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -VERSION = 1.0.1f +VERSION = 1.0.1g OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl diff --git a/openssl/openssl-1.0.1f.tar.gz b/openssl/openssl-1.0.1f.tar.gz deleted file mode 100644 index 4270be94..00000000 Binary files a/openssl/openssl-1.0.1f.tar.gz and /dev/null differ diff --git a/openssl/openssl-1.0.1g.tar.gz b/openssl/openssl-1.0.1g.tar.gz new file mode 100644 index 00000000..ac402759 Binary files /dev/null and b/openssl/openssl-1.0.1g.tar.gz differ diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index bffe7a7b..cb9715b5 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.1f" +version="1.0.1g" tarball="openssl-${version}.tar.gz" -- cgit v1.2.3