From 68eb4461a236ce51858c172121df5552c13d8f2e Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 28 Jan 2015 04:29:43 +0000 Subject: Pull latest release on OpenSSL 1.0.1 branch, just to keep current. Most of the vulnerabilities fixed are in TLS and DTLS code we don't use, and all of them are minor, see OpenSSL release notes if you care. svn path=/trunk/; revision=6046 --- openssl/Makefile.in | 2 +- openssl/openssl-1.0.1j.tar.gz | Bin 4432964 -> 0 bytes openssl/openssl-1.0.1l.tar.gz | Bin 0 -> 4429979 bytes openssl/update-snapshot.sh | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 openssl/openssl-1.0.1j.tar.gz create mode 100644 openssl/openssl-1.0.1l.tar.gz (limited to 'openssl') diff --git a/openssl/Makefile.in b/openssl/Makefile.in index 6eaeaa1e..0fe9d454 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -VERSION = 1.0.1j +VERSION = 1.0.1l OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl diff --git a/openssl/openssl-1.0.1j.tar.gz b/openssl/openssl-1.0.1j.tar.gz deleted file mode 100644 index bae4e59f..00000000 Binary files a/openssl/openssl-1.0.1j.tar.gz and /dev/null differ diff --git a/openssl/openssl-1.0.1l.tar.gz b/openssl/openssl-1.0.1l.tar.gz new file mode 100644 index 00000000..448aaf41 Binary files /dev/null and b/openssl/openssl-1.0.1l.tar.gz differ diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index 1609897f..eb8c45d8 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.1j" +version="1.0.1l" tarball="openssl-${version}.tar.gz" -- cgit v1.2.3