[tor-commits] [tor-browser-bundle/maint-4.5] Preparations for 4.5.3

gk at torproject.org gk at torproject.org
Thu Jun 25 12:32:37 UTC 2015


commit 208ed4d69784fe319231b403b63ce503b849b708
Author: Georg Koppen <gk at torproject.org>
Date:   Thu Jun 25 12:26:35 2015 +0000

    Preparations for 4.5.3
---
 Bundle-Data/Docs/ChangeLog.txt    |   11 +++++++++++
 gitian/versions                   |   12 ++++++------
 tools/update-responses/config.yml |   10 +++++-----
 3 files changed, 22 insertions(+), 11 deletions(-)

diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt
index e986e5c..c25ab38 100644
--- a/Bundle-Data/Docs/ChangeLog.txt
+++ b/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,14 @@
+Tor Browser 4.5.3 -- June 30 2015
+ * All Platforms
+   * Update Firefox to 31.8.0esr
+   * Update OpenSSL to 1.0.1o
+   * Update NoScript to 2.6.9.27
+   * Update Torbutton to 1.9.2.8
+     * Bug 14429: Make sure the automatic resizing is disabled
+     * Translation updates
+   * Bug 16397: Fix crash related to disabling SVG
+   * Bug 16403: Set search parameters for Disconnect
+
 Tor Browser 5.0a2 -- June 15 2015
  * All Platforms
    * Update Tor to 0.2.7.1-alpha
diff --git a/gitian/versions b/gitian/versions
index a073427..940c8b4 100755
--- a/gitian/versions
+++ b/gitian/versions
@@ -4,14 +4,14 @@ BUILD_PT_BUNDLES=1
 
 VERIFY_TAGS=1
 
-FIREFOX_VERSION=31.7.0esr
+FIREFOX_VERSION=31.8.0esr
 
 TORBROWSER_UPDATE_CHANNEL=release
 
-TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-4.5-2-build1
+TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-4.5-1-build1
 TOR_TAG=tor-0.2.6.9
 TORLAUNCHER_TAG=0.2.7.5
-TORBUTTON_TAG=1.9.2.6
+TORBUTTON_TAG=1.9.2.8
 HTTPSE_TAG=5.0.5
 NSIS_TAG=v0.3
 ZLIB_TAG=v1.2.8
@@ -38,7 +38,7 @@ GITIAN_TAG=tor-browser-builder-3.x-8
 OPENSSL_VER=1.0.1o
 GMP_VER=5.1.3
 FIREFOX_LANG_VER=$FIREFOX_VERSION
-FIREFOX_LANG_BUILD=build2
+FIREFOX_LANG_BUILD=build1
 BINUTILS_VER=2.24
 GCC_VER=4.9.1
 PYTHON_VER=2.7.5
@@ -57,7 +57,7 @@ GO_VER=1.4.2
 ## File names for the source packages
 OPENSSL_PACKAGE=openssl-${OPENSSL_VER}.tar.gz
 GMP_PACKAGE=gmp-${GMP_VER}.tar.bz2
-NOSCRIPT_PACKAGE=noscript_security_suite-2.6.9.26-sm+fn+fx.xpi
+NOSCRIPT_PACKAGE=noscript_security_suite-2.6.9.27-sm+fn+fx.xpi
 TOOLCHAIN4_PACKAGE=x86_64-apple-darwin10.tar.xz
 TOOLCHAIN4_OLD_PACKAGE=multiarch-darwin11-cctools127.2-gcc42-5666.3-llvmgcc42-2336.1-Linux-120724.tar.xz
 OSXSDK_PACKAGE=apple-uni-sdk-10.6_20110407-0.flosoft1_i386.deb
@@ -84,7 +84,7 @@ GMP_HASH=752079520b4690531171d0f4532e40f08600215feefede70b24fabdc6f1ab160
 OSXSDK_HASH=6602d8d5ddb371fbc02e2a5967d9bd0cd7358d46f9417753c8234b923f2ea6fc
 TOOLCHAIN4_HASH=7b71bfe02820409b994c5c33a7eab81a81c72550f5da85ff7af70da3da244645
 TOOLCHAIN4_OLD_HASH=65c1b2d302358a6b95a26c6828a66908a199276193bb0b268f2dcc1a997731e9
-NOSCRIPT_HASH=06d9fa6093378682a7fabfc0b2d156dfafcfda749ddd802970ce14d1860e6a3e
+NOSCRIPT_HASH=a59a2150a4fa03091afd670d86333b60b6516ccd104bcef918afe99460fb436a
 MSVCR100_HASH=1221a09484964a6f38af5e34ee292b9afefccb3dc6e55435fd3aaf7c235d9067
 PYCRYPTO_HASH=f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c
 ARGPARSE_HASH=ddaf4b0a618335a32b6664d4ae038a1de8fbada3b25033f9021510ed2b3941a4
diff --git a/tools/update-responses/config.yml b/tools/update-responses/config.yml
index fd9bd23..06d07dd 100644
--- a/tools/update-responses/config.yml
+++ b/tools/update-responses/config.yml
@@ -10,14 +10,14 @@ build_targets:
     osx64: Darwin_x86_64-gcc3
 channels:
     alpha: 5.0a2
-    release: 4.5.2
+    release: 4.5.3
 versions:
-    4.5.2:
-        platformVersion: 31.7.0
+    4.5.3:
+        platformVersion: 31.8.0
         detailsURL: https://www.torproject.org/projects/torbrowser.html.en
-        download_url: https://www.torproject.org/dist/torbrowser/4.5.2
+        download_url: https://www.torproject.org/dist/torbrowser/4.5.3
         incremental_from:
-          - 4.5.1
+          - 4.5.2
         migrate_archs:
           osx32: osx64
         osx32:



More information about the tor-commits mailing list