diff options
author | Rob Austein <sra@hactrn.net> | 2014-09-29 02:04:32 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-09-29 02:04:32 +0000 |
commit | 4cc48fb45a0768eaf764e4510b0577551d4e3930 (patch) | |
tree | 3492c6460961cbe8e54c92230e70e758525701ad | |
parent | 978216a5bd42d7daf598259c76b1690b0f491a77 (diff) | |
parent | d3187a329ba255889cf27f03850023c23e35b30a (diff) |
Pull from trunk.
svn path=/branches/tk705/; revision=5976
-rw-r--r-- | openssl/Makefile.in | 2 | ||||
-rw-r--r-- | openssl/openssl-1.0.1h.tar.gz | bin | 4475692 -> 0 bytes | |||
-rw-r--r-- | openssl/openssl-1.0.1i.tar.gz | bin | 0 -> 4422117 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 8a7f18cb..ca7778f2 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -VERSION = 1.0.1h +VERSION = 1.0.1i OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl diff --git a/openssl/openssl-1.0.1h.tar.gz b/openssl/openssl-1.0.1h.tar.gz Binary files differdeleted file mode 100644 index 54730a75..00000000 --- a/openssl/openssl-1.0.1h.tar.gz +++ /dev/null diff --git a/openssl/openssl-1.0.1i.tar.gz b/openssl/openssl-1.0.1i.tar.gz Binary files differnew file mode 100644 index 00000000..c4aeb799 --- /dev/null +++ b/openssl/openssl-1.0.1i.tar.gz diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index 0525de88..22ebc096 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.1h" +version="1.0.1i" tarball="openssl-${version}.tar.gz" |