aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-11-23 14:56:42 +0000
committerRob Austein <sra@hactrn.net>2010-11-23 14:56:42 +0000
commit81052c7ffa2bad9604e5760799c678f5df93fca1 (patch)
tree151087bd68ad6c8b3f7d5d73d7bbb95610430016 /openssl
parent07951ba2ffa29410b1c38d625312a1fd0911b4c5 (diff)
OpenSSL 1.0.0b
svn path=/openssl/Makefile.in; revision=3562
Diffstat (limited to 'openssl')
-rw-r--r--openssl/Makefile.in2
-rw-r--r--openssl/openssl-1.0.0a.tar.gzbin4015794 -> 0 bytes
-rw-r--r--openssl/openssl-1.0.0b.tar.gzbin0 -> 4019360 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 7e481ee9..c5a92549 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.0a
+VERSION = 1.0.0b
OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@
diff --git a/openssl/openssl-1.0.0a.tar.gz b/openssl/openssl-1.0.0a.tar.gz
deleted file mode 100644
index 2c0de7bf..00000000
--- a/openssl/openssl-1.0.0a.tar.gz
+++ /dev/null
Binary files differ
diff --git a/openssl/openssl-1.0.0b.tar.gz b/openssl/openssl-1.0.0b.tar.gz
new file mode 100644
index 00000000..d081337b
--- /dev/null
+++ b/openssl/openssl-1.0.0b.tar.gz
Binary files differ
diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh
index 063cda73..a6bba9f8 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.0a"
+version="1.0.0b"
tarball="openssl-${version}.tar.gz"