aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openssl/Makefile.in2
-rw-r--r--openssl/openssl-1.0.0-beta5.tar.gzbin4006467 -> 0 bytes
-rw-r--r--openssl/openssl-1.0.0.tar.gzbin0 -> 4010166 bytes
-rwxr-xr-xopenssl/update-snapshot.sh6
4 files changed, 4 insertions, 4 deletions
diff --git a/openssl/Makefile.in b/openssl/Makefile.in
index 14a5bcb3..9e4fb0aa 100644
--- a/openssl/Makefile.in
+++ b/openssl/Makefile.in
@@ -15,7 +15,7 @@
# "You are lost in a maze of twisty programs, all broken in different
# ways"
-VERSION = 1.0.0-beta5
+VERSION = 1.0.0
OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@
diff --git a/openssl/openssl-1.0.0-beta5.tar.gz b/openssl/openssl-1.0.0-beta5.tar.gz
deleted file mode 100644
index 08630804..00000000
--- a/openssl/openssl-1.0.0-beta5.tar.gz
+++ /dev/null
Binary files differ
diff --git a/openssl/openssl-1.0.0.tar.gz b/openssl/openssl-1.0.0.tar.gz
new file mode 100644
index 00000000..36a7c1d3
--- /dev/null
+++ b/openssl/openssl-1.0.0.tar.gz
Binary files differ
diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh
index e6057240..d8a4f6a3 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.0-beta5"
+version="1.0.0"
tarball="openssl-${version}.tar.gz"
@@ -28,7 +28,7 @@ do
fi
done
-/usr/bin/awk -v version="$version" '/^VERSION = / {$NF = version} {print}' Makefile >Makefile.$$ &&
-/bin/mv Makefile.$$ Makefile
+/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"