From 14b094c2ad6ca3731615b1e43febd8fb6d4856f6 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 10 Jul 2015 02:15:16 +0000 Subject: Update to OpenSSL 1.0.2d. svn path=/trunk/; revision=6075 --- openssl/Makefile.in | 2 +- openssl/openssl-1.0.1m.tar.gz | Bin 4533406 -> 0 bytes openssl/openssl-1.0.2d.tar.gz | Bin 0 -> 5295447 bytes openssl/update-snapshot.sh | 4 ++-- 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 openssl/openssl-1.0.1m.tar.gz create mode 100644 openssl/openssl-1.0.2d.tar.gz (limited to 'openssl') diff --git a/openssl/Makefile.in b/openssl/Makefile.in index 56ad42fc..cef8d434 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -VERSION = 1.0.1m +VERSION = 1.0.2d OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl diff --git a/openssl/openssl-1.0.1m.tar.gz b/openssl/openssl-1.0.1m.tar.gz deleted file mode 100644 index 57e7446d..00000000 Binary files a/openssl/openssl-1.0.1m.tar.gz and /dev/null differ diff --git a/openssl/openssl-1.0.2d.tar.gz b/openssl/openssl-1.0.2d.tar.gz new file mode 100644 index 00000000..ec5b1937 Binary files /dev/null and b/openssl/openssl-1.0.2d.tar.gz differ diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index ef5895e7..1ff08bbb 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.1m" +version="1.0.2d" tarball="openssl-${version}.tar.gz" @@ -15,7 +15,7 @@ case $version in *) directory=source;; esac -/usr/bin/fetch -m -p "ftp://ftp.openssl.org/${directory}/${tarball}" || exit +/bin/test -f "${tarball}" || /usr/bin/fetch -m -p "ftp://ftp.openssl.org/${directory}/${tarball}" || exit /bin/rm -f openssl -- cgit v1.2.3