[or-cvs] r19238: {torbrowser} start 1.1.12 changelog, bump to openssl 0.9.8k, bump version (in torbrowser/trunk: . build-scripts)

phobos at seul.org phobos at seul.org
Wed Apr 8 03:41:06 UTC 2009


Author: phobos
Date: 2009-04-07 23:41:05 -0400 (Tue, 07 Apr 2009)
New Revision: 19238

Modified:
   torbrowser/trunk/README
   torbrowser/trunk/build-scripts/INSTALL
   torbrowser/trunk/build-scripts/Makefile
Log:
start 1.1.12 changelog, bump to openssl 0.9.8k, bump version to 1.1.12


Modified: torbrowser/trunk/README
===================================================================
--- torbrowser/trunk/README	2009-04-07 13:22:54 UTC (rev 19237)
+++ torbrowser/trunk/README	2009-04-08 03:41:05 UTC (rev 19238)
@@ -199,3 +199,6 @@
       Add Italian language bundles
       Update Torbutton to 1.2.1
       Update Vidalia to 0.1.12
+
+1.1.12:
+      Update OpenSSL to 0.9.8k

Modified: torbrowser/trunk/build-scripts/INSTALL
===================================================================
--- torbrowser/trunk/build-scripts/INSTALL	2009-04-07 13:22:54 UTC (rev 19237)
+++ torbrowser/trunk/build-scripts/INSTALL	2009-04-08 03:41:05 UTC (rev 19238)
@@ -334,23 +334,23 @@
 
 Download openssl:
 
-    http://www.openssl.org/source/openssl-0.9.8j.tar.gz
+    http://www.openssl.org/source/openssl-0.9.8k.tar.gz
 
 Unpack it:
 
     cd /c/build/
-    tar -C /c/build/ -xvzf /c/Documents\ and\ Settings/Administrator/Desktop/openssl-0.9.8j.tar.gz
+    tar -C /c/build/ -xvzf /c/Documents\ and\ Settings/Administrator/Desktop/openssl-0.9.8k.tar.gz
 
 You should see errors not unlike:
 
-    tar: openssl-0.9.8j/include/openssl/bn.h: Cannot create symlink to `../../crypto/bn/bn.h': No such file or directory
-    tar: openssl-0.9.8j/include/openssl/blowfish.h: Cannot create symlink to `../../crypto/bf/blowfish.h': No such file or directory
-    tar: openssl-0.9.8j/include/openssl/bio.h: Cannot create symlink to `../../crypto/bio/bio.h': No such file or directory
-    tar: openssl-0.9.8j/include/openssl/asn1t.h: Cannot create symlink to `../../crypto/asn1/asn1t.h': No such file or directory
-    tar: openssl-0.9.8j/include/openssl/asn1_mac.h: Cannot create symlink to `../../crypto/asn1/asn1_mac.h': No such file or directory
-    tar: openssl-0.9.8j/include/openssl/asn1.h: Cannot create symlink to `../../crypto/asn1/asn1.h': No such file or directory
-    tar: openssl-0.9.8j/include/openssl/aes.h: Cannot create symlink to `../../crypto/aes/aes.h': No such file or directory
-    tar: openssl-0.9.8j/apps/md4.c: Cannot create symlink to `../crypto/md4/md4.c': No such file or directory
+    tar: openssl-0.9.8k/include/openssl/bn.h: Cannot create symlink to `../../crypto/bn/bn.h': No such file or directory
+    tar: openssl-0.9.8k/include/openssl/blowfish.h: Cannot create symlink to `../../crypto/bf/blowfish.h': No such file or directory
+    tar: openssl-0.9.8k/include/openssl/bio.h: Cannot create symlink to `../../crypto/bio/bio.h': No such file or directory
+    tar: openssl-0.9.8k/include/openssl/asn1t.h: Cannot create symlink to `../../crypto/asn1/asn1t.h': No such file or directory
+    tar: openssl-0.9.8k/include/openssl/asn1_mac.h: Cannot create symlink to `../../crypto/asn1/asn1_mac.h': No such file or directory
+    tar: openssl-0.9.8k/include/openssl/asn1.h: Cannot create symlink to `../../crypto/asn1/asn1.h': No such file or directory
+    tar: openssl-0.9.8k/include/openssl/aes.h: Cannot create symlink to `../../crypto/aes/aes.h': No such file or directory
+    tar: openssl-0.9.8k/apps/md4.c: Cannot create symlink to `../crypto/md4/md4.c': No such file or directory
     tar: Error exit delayed from previous errors
 
 Uncompressing OpenSSL shows a number of errors concerning symlinks. These do
@@ -358,10 +358,10 @@
 
 Now configure the source package:
 
-    cd openssl-0.9.8j/
+    cd openssl-0.9.8k/
     ./config -no-idea -no-rc5 -no-mdc2
 
-Edit '/c/build/openssl-0.9.8j/Makefile' and remove the "test:" and "tests:" sections that follow:
+Edit '/c/build/openssl-0.9.8k/Makefile' and remove the "test:" and "tests:" sections that follow:
 
     test:   tests
 

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2009-04-07 13:22:54 UTC (rev 19237)
+++ torbrowser/trunk/build-scripts/Makefile	2009-04-08 03:41:05 UTC (rev 19238)
@@ -40,7 +40,7 @@
 NAME="Tor Browser"
 
 ## Version and name of the compressed bundle (also used for source)
-VERSION=1.1.11
+VERSION=1.1.12
 DEFAULT_COMPRESSED_BASENAME=tor-browser-
 IM_COMPRESSED_BASENAME=tor-im-browser-
 DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)$(VERSION)



More information about the tor-commits mailing list