diff options
author | Michael Elkins <melkins@tislabs.com> | 2012-01-05 18:25:13 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2012-01-05 18:25:13 +0000 |
commit | 6205868061f3b35b67fc61d4b7995f9b614b0099 (patch) | |
tree | 5564716ba753071f857a23821ad939797c9bce42 | |
parent | 36ff1b3a7dbc5a5310cbac289fac190ea3e95f8e (diff) | |
parent | f44b1e5901eac918f45c3ac3ec1c22efbe6d00cc (diff) |
merge with /trunk
svn path=/branches/tk139/; revision=4142
-rw-r--r-- | openssl/Makefile.in | 2 | ||||
-rw-r--r-- | openssl/openssl-1.0.0e.tar.gz | bin | 4040229 -> 0 bytes | |||
-rw-r--r-- | openssl/openssl-1.0.0f.tar.gz | bin | 0 -> 4043367 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 59f5d6fd..b5085c17 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -VERSION = 1.0.0e +VERSION = 1.0.0f OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl diff --git a/openssl/openssl-1.0.0e.tar.gz b/openssl/openssl-1.0.0e.tar.gz Binary files differdeleted file mode 100644 index 346af252..00000000 --- a/openssl/openssl-1.0.0e.tar.gz +++ /dev/null diff --git a/openssl/openssl-1.0.0f.tar.gz b/openssl/openssl-1.0.0f.tar.gz Binary files differnew file mode 100644 index 00000000..7bce05eb --- /dev/null +++ b/openssl/openssl-1.0.0f.tar.gz diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index a8723c10..94932f59 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.0e" +version="1.0.0f" tarball="openssl-${version}.tar.gz" |