diff options
author | Michael Elkins <melkins@tislabs.com> | 2015-03-20 17:09:53 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2015-03-20 17:09:53 +0000 |
commit | f270a0a52239a0f2a316340f2763b5a8debc100c (patch) | |
tree | 5b97d1326c5dcb883d52eb6ec702d9b622c3866b | |
parent | 4863f49519d890caa08cc4fb5bd06001efc35e07 (diff) |
Update to OpenSSL 1.0.1m.
http://openssl.org/news/secadv_20150319.txt
svn path=/trunk/; revision=6069
-rw-r--r-- | openssl/Makefile.in | 2 | ||||
-rw-r--r-- | openssl/openssl-1.0.1l.tar.gz | bin | 4429979 -> 0 bytes | |||
-rw-r--r-- | openssl/openssl-1.0.1m.tar.gz | bin | 0 -> 4533406 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 0fe9d454..56ad42fc 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -VERSION = 1.0.1l +VERSION = 1.0.1m OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl diff --git a/openssl/openssl-1.0.1l.tar.gz b/openssl/openssl-1.0.1l.tar.gz Binary files differdeleted file mode 100644 index 448aaf41..00000000 --- a/openssl/openssl-1.0.1l.tar.gz +++ /dev/null diff --git a/openssl/openssl-1.0.1m.tar.gz b/openssl/openssl-1.0.1m.tar.gz Binary files differnew file mode 100644 index 00000000..57e7446d --- /dev/null +++ b/openssl/openssl-1.0.1m.tar.gz diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index eb8c45d8..ef5895e7 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.1l" +version="1.0.1m" tarball="openssl-${version}.tar.gz" |