From 0a415e3e5116fd5374f47d4b36822de8165640bb Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 8 Jan 2014 02:53:09 +0000 Subject: Update OpenSSL to 1.0.1f. svn path=/trunk/; revision=5619 --- openssl/Makefile.in | 2 +- openssl/openssl-1.0.1e.tar.gz | Bin 4459777 -> 0 bytes openssl/openssl-1.0.1f.tar.gz | Bin 0 -> 4509212 bytes openssl/update-snapshot.sh | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 openssl/openssl-1.0.1e.tar.gz create mode 100644 openssl/openssl-1.0.1f.tar.gz (limited to 'openssl') diff --git a/openssl/Makefile.in b/openssl/Makefile.in index 84739643..aa654bc1 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -VERSION = 1.0.1e +VERSION = 1.0.1f OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl diff --git a/openssl/openssl-1.0.1e.tar.gz b/openssl/openssl-1.0.1e.tar.gz deleted file mode 100644 index 17dcf4b6..00000000 Binary files a/openssl/openssl-1.0.1e.tar.gz and /dev/null differ diff --git a/openssl/openssl-1.0.1f.tar.gz b/openssl/openssl-1.0.1f.tar.gz new file mode 100644 index 00000000..4270be94 Binary files /dev/null and b/openssl/openssl-1.0.1f.tar.gz differ diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index c9a799c2..bffe7a7b 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.1e" +version="1.0.1f" tarball="openssl-${version}.tar.gz" -- cgit v1.2.3