diff options
author | Rob Austein <sra@hactrn.net> | 2010-04-06 16:21:15 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-04-06 16:21:15 +0000 |
commit | 14bba8082c9d2d3fd20dc831bce8ec8765a656f2 (patch) | |
tree | 205cd800f7b631bf5bc6800b4b6664ee5cf128c2 /openssl | |
parent | bd878850bd35b0df72e310c3e26a08e8a9d2ba7d (diff) |
Upgrade to OpenSSL 1.0.0.
svn path=/openssl/Makefile.in; revision=3161
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/Makefile.in | 2 | ||||
-rw-r--r-- | openssl/openssl-1.0.0-beta5.tar.gz | bin | 4006467 -> 0 bytes | |||
-rw-r--r-- | openssl/openssl-1.0.0.tar.gz | bin | 0 -> 4010166 bytes | |||
-rwxr-xr-x | openssl/update-snapshot.sh | 6 |
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 Binary files differdeleted file mode 100644 index 08630804..00000000 --- a/openssl/openssl-1.0.0-beta5.tar.gz +++ /dev/null diff --git a/openssl/openssl-1.0.0.tar.gz b/openssl/openssl-1.0.0.tar.gz Binary files differnew file mode 100644 index 00000000..36a7c1d3 --- /dev/null +++ b/openssl/openssl-1.0.0.tar.gz 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" |