diff options
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/Makefile.in | 2 | ||||
-rw-r--r-- | openssl/openssl-1.0.2d.tar.gz | bin | 5295447 -> 0 bytes | |||
-rw-r--r-- | openssl/openssl-1.0.2e.tar.gz | bin | 0 -> 5256555 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 cef8d434..9e269abc 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -VERSION = 1.0.2d +VERSION = 1.0.2e OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl diff --git a/openssl/openssl-1.0.2d.tar.gz b/openssl/openssl-1.0.2d.tar.gz Binary files differdeleted file mode 100644 index ec5b1937..00000000 --- a/openssl/openssl-1.0.2d.tar.gz +++ /dev/null diff --git a/openssl/openssl-1.0.2e.tar.gz b/openssl/openssl-1.0.2e.tar.gz Binary files differnew file mode 100644 index 00000000..4b180f15 --- /dev/null +++ b/openssl/openssl-1.0.2e.tar.gz diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index 1ff08bbb..b7dc43cf 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.2d" +version="1.0.2e" tarball="openssl-${version}.tar.gz" |