aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl')
-rw-r--r--openssl/Makefile.in2
-rw-r--r--openssl/openssl-1.0.2h.tar.gzbin5274412 -> 0 bytes
-rw-r--r--openssl/openssl-1.0.2j.tar.gzbin0 -> 5307912 bytes
-rwxr-xr-xopenssl/update-snapshot.sh9
4 files changed, 6 insertions, 5 deletions
diff --git a/openssl/Makefile.in b/openssl/Makefile.in
index 1cd2f1cf..a5080bdb 100644
--- a/openssl/Makefile.in
+++ b/openssl/Makefile.in
@@ -1,6 +1,6 @@
# $Id$
-VERSION = 1.0.2h
+VERSION = 1.0.2j
OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@
OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl
diff --git a/openssl/openssl-1.0.2h.tar.gz b/openssl/openssl-1.0.2h.tar.gz
deleted file mode 100644
index 7eb74e70..00000000
--- a/openssl/openssl-1.0.2h.tar.gz
+++ /dev/null
Binary files differ
diff --git a/openssl/openssl-1.0.2j.tar.gz b/openssl/openssl-1.0.2j.tar.gz
new file mode 100644
index 00000000..e5434d89
--- /dev/null
+++ b/openssl/openssl-1.0.2j.tar.gz
Binary files differ
diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh
index d85d9a3c..0ebc31db 100755
--- a/openssl/update-snapshot.sh
+++ b/openssl/update-snapshot.sh
@@ -2,11 +2,11 @@
# $Id$
#
# Fetch today's OpenSSL tarball and do everything needed to make it
-# the current code other than the svn commit.
+# the current code other than the git commit.
#version="1.0.0-stable-SNAP-$(date +%Y%m%d)"
-version="1.0.2h"
+version="1.0.2j"
tarball="openssl-${version}.tar.gz"
@@ -24,11 +24,12 @@ do
if [ "$i" != "$tarball" ]
then
/bin/rm -rf "${i%.tar.gz}"
- /usr/local/bin/svn rm "$i"
+ /usr/local/bin/git rm "$i"
fi
done
/usr/bin/awk -v version="$version" '/^VERSION = / {$NF = version} {print}' Makefile.in >Makefile.in.$$ &&
/bin/mv Makefile.in.$$ Makefile.in
-/usr/local/bin/svn add "$tarball"
+/usr/local/bin/git add -v "$tarball"
+/usr/local/bin/git add -v -u