diff options
author | Rob Austein <sra@hactrn.net> | 2011-09-06 17:14:51 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-09-06 17:14:51 +0000 |
commit | aa2b61bd2a02a96d43a962a71f964a85e1d0e754 (patch) | |
tree | 6a1c7a0463a59b14e1e0a9fc739176d7c787ed76 /openssl | |
parent | f397088e903e3fa696cf5d0c44b92b49d7642091 (diff) |
Upgrade to OpenSSL 1.0.0e (CVE-2011-3207).
svn path=/openssl/Makefile.in; revision=3970
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/Makefile.in | 2 | ||||
-rw-r--r-- | openssl/openssl-1.0.0d.tar.gz | bin | 4025484 -> 0 bytes | |||
-rw-r--r-- | openssl/openssl-1.0.0e.tar.gz | bin | 0 -> 4040229 bytes | |||
-rwxr-xr-x | openssl/update-snapshot.sh | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/openssl/Makefile.in b/openssl/Makefile.in index cfe0c9aa..59f5d6fd 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -VERSION = 1.0.0d +VERSION = 1.0.0e OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl diff --git a/openssl/openssl-1.0.0d.tar.gz b/openssl/openssl-1.0.0d.tar.gz Binary files differdeleted file mode 100644 index dece3b55..00000000 --- a/openssl/openssl-1.0.0d.tar.gz +++ /dev/null diff --git a/openssl/openssl-1.0.0e.tar.gz b/openssl/openssl-1.0.0e.tar.gz Binary files differnew file mode 100644 index 00000000..346af252 --- /dev/null +++ b/openssl/openssl-1.0.0e.tar.gz diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index 888f7248..a8723c10 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.0d" +version="1.0.0e" tarball="openssl-${version}.tar.gz" |