diff options
author | Rob Austein <sra@hactrn.net> | 2014-04-08 01:32:25 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-04-08 01:32:25 +0000 |
commit | 4b18b371047d97257a908803e0c60bf1f3619222 (patch) | |
tree | 851a85cf0024c1fa985000f8c2cf44518aeb98dc | |
parent | 5c0340d79966f52bcb5ff180a96b576f450cbca6 (diff) | |
parent | 5e0d1807ca7b049bde262a529443924adfd903e6 (diff) |
Pull from trunk.
svn path=/branches/tk685/; revision=5768
-rw-r--r-- | openssl/Makefile.in | 2 | ||||
-rw-r--r-- | openssl/openssl-1.0.1f.tar.gz | bin | 4509212 -> 0 bytes | |||
-rw-r--r-- | openssl/openssl-1.0.1g.tar.gz | bin | 0 -> 4509047 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 aa654bc1..019a5d3f 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -VERSION = 1.0.1f +VERSION = 1.0.1g OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl diff --git a/openssl/openssl-1.0.1f.tar.gz b/openssl/openssl-1.0.1f.tar.gz Binary files differdeleted file mode 100644 index 4270be94..00000000 --- a/openssl/openssl-1.0.1f.tar.gz +++ /dev/null diff --git a/openssl/openssl-1.0.1g.tar.gz b/openssl/openssl-1.0.1g.tar.gz Binary files differnew file mode 100644 index 00000000..ac402759 --- /dev/null +++ b/openssl/openssl-1.0.1g.tar.gz diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index bffe7a7b..cb9715b5 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.1f" +version="1.0.1g" tarball="openssl-${version}.tar.gz" |