From 443cd085ac11a9018dddb8c21366da0c75200aa7 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 20 Jan 2010 20:29:42 +0000 Subject: Upgrade to OpenSSL 1.0.0-beta5 svn path=/openssl/Makefile; revision=2956 --- openssl/Makefile | 2 +- openssl/openssl-1.0.0-beta5.tar.gz | Bin 0 -> 4006467 bytes openssl/openssl-1.0.0-stable-SNAP-20091118.tar.gz | Bin 3988497 -> 0 bytes openssl/update-snapshot.sh | 13 ++++++++++--- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 openssl/openssl-1.0.0-beta5.tar.gz delete mode 100644 openssl/openssl-1.0.0-stable-SNAP-20091118.tar.gz (limited to 'openssl') diff --git a/openssl/Makefile b/openssl/Makefile index 5119e27f..48170b6c 100644 --- a/openssl/Makefile +++ b/openssl/Makefile @@ -15,7 +15,7 @@ # "You are lost in a maze of twisty programs, all broken in different # ways" -VERSION = 1.0.0-stable-SNAP-20091118 +VERSION = 1.0.0-beta5 OPTIONS = enable-rfc3779 enable-cms no-dso enable-shared --prefix=`pwd` diff --git a/openssl/openssl-1.0.0-beta5.tar.gz b/openssl/openssl-1.0.0-beta5.tar.gz new file mode 100644 index 00000000..08630804 Binary files /dev/null and b/openssl/openssl-1.0.0-beta5.tar.gz differ diff --git a/openssl/openssl-1.0.0-stable-SNAP-20091118.tar.gz b/openssl/openssl-1.0.0-stable-SNAP-20091118.tar.gz deleted file mode 100644 index 40de00cd..00000000 Binary files a/openssl/openssl-1.0.0-stable-SNAP-20091118.tar.gz and /dev/null differ diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index 02e51b89..e6057240 100755 --- a/openssl/update-snapshot.sh +++ b/openssl/update-snapshot.sh @@ -1,14 +1,21 @@ #!/bin/sh - # $Id$ # -# Fetch today's OpenSSL snapshot and do everything needed to make it +# Fetch today's OpenSSL tarball and do everything needed to make it # the current code other than the svn commit. -version="1.0.0-stable-SNAP-$(date +%Y%m%d)" +#version="1.0.0-stable-SNAP-$(date +%Y%m%d)" + +version="1.0.0-beta5" tarball="openssl-${version}.tar.gz" -/usr/bin/fetch -m -p "ftp://ftp.openssl.org/snapshot/${tarball}" || exit +case $version in + *SNAP*) directory=snapshot;; + *) directory=source;; +esac + +/usr/bin/fetch -m -p "ftp://ftp.openssl.org/${directory}/${tarball}" || exit /bin/rm -f openssl -- cgit v1.2.3