aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-10-15 22:16:38 +0000
committerRob Austein <sra@hactrn.net>2014-10-15 22:16:38 +0000
commitadc84344dbff7aedd14fc541fbede595b8d7e83b (patch)
tree6ce32064d304770eeae045d3900f356cd59854a9 /openssl
parent73abb473442dd47dcd7b8627a13429e85c26d1e5 (diff)
parent63fc9d2a18b53aa5489b9560b6137d45071a52bd (diff)
Pull from trunk.
svn path=/branches/tk705/; revision=6000
Diffstat (limited to 'openssl')
-rw-r--r--openssl/Makefile.in2
-rw-r--r--openssl/openssl-1.0.1i.tar.gzbin4422117 -> 0 bytes
-rw-r--r--openssl/openssl-1.0.1j.tar.gzbin0 -> 4432964 bytes
-rwxr-xr-xopenssl/update-snapshot.sh2
4 files changed, 2 insertions, 2 deletions
diff --git a/openssl/Makefile.in b/openssl/Makefile.in
index ca7778f2..6eaeaa1e 100644
--- a/openssl/Makefile.in
+++ b/openssl/Makefile.in
@@ -1,6 +1,6 @@
# $Id$
-VERSION = 1.0.1i
+VERSION = 1.0.1j
OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@
OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl
diff --git a/openssl/openssl-1.0.1i.tar.gz b/openssl/openssl-1.0.1i.tar.gz
deleted file mode 100644
index c4aeb799..00000000
--- a/openssl/openssl-1.0.1i.tar.gz
+++ /dev/null
Binary files differ
diff --git a/openssl/openssl-1.0.1j.tar.gz b/openssl/openssl-1.0.1j.tar.gz
new file mode 100644
index 00000000..bae4e59f
--- /dev/null
+++ b/openssl/openssl-1.0.1j.tar.gz
Binary files differ
diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh
index 22ebc096..1609897f 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.1i"
+version="1.0.1j"
tarball="openssl-${version}.tar.gz"