[tbb-commits] [tor-browser-bundle/maint-7.0] Release preparations for 7.0.5

gk at torproject.org gk at torproject.org
Tue Aug 29 06:07:06 UTC 2017


commit b28a0cde449f9482d04e622436d2e356a36652ed
Author: Georg Koppen <gk at torproject.org>
Date:   Tue Aug 29 06:05:27 2017 +0000

    Release preparations for 7.0.5
    
    Version bumps, changelog update, and config.yml update
---
 Bundle-Data/Docs/ChangeLog.txt    | 11 +++++++++++
 gitian/versions                   |  8 ++++----
 tools/update-responses/config.yml |  9 ++++-----
 3 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt
index 8fa01c9..6c541ef 100644
--- a/Bundle-Data/Docs/ChangeLog.txt
+++ b/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,14 @@
+Tor Browser 7.0.5 -- August 30 2017
+ * All Platforms
+   * Update Torbutton to 1.9.7.6
+     * Bug 22989: Fix dimensions of new windows on macOS
+     * Translations update
+   * Update HTTPS-Everywhere to 2017.8.19
+   * Update NoScript to 5.0.9
+   * Bug 23166: Add new obfs4 bridge to the built-in ones
+   * Bug 23258: Fix broken HTTPS-Everywhere on higher security levels
+   * Bug 21270: NoScript settings break WebExtensions add-ons
+
 Tor Browser 7.0.4 -- August 8 2017
  * All Platforms
    * Update Firefox to 52.3.0esr
diff --git a/gitian/versions b/gitian/versions
index 0c9d620..56ff0db 100755
--- a/gitian/versions
+++ b/gitian/versions
@@ -17,8 +17,8 @@ TORBROWSER_UPDATE_CHANNEL=release
 TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-7.0-1-build1
 TOR_TAG=tor-0.3.0.10
 TORLAUNCHER_TAG=0.2.12.3
-TORBUTTON_TAG=1.9.7.5
-HTTPSE_TAG=5.2.21
+TORBUTTON_TAG=1.9.7.6
+HTTPSE_TAG=2017.8.19
 NSIS_TAG=v0.3.1
 ZLIB_TAG=v1.2.8
 LIBEVENT_TAG=release-2.0.22-stable
@@ -67,7 +67,7 @@ YASM_VER=1.2.0
 ## 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-5.0.8.1-fx+sm.xpi
+NOSCRIPT_PACKAGE=noscript_security_suite-5.0.9-fx+sm.xpi
 CCTOOLS_PACKAGE=cctools.tar.gz
 OSXSDK_PACKAGE=MacOSX10.7.sdk.tar.gz
 MSVCR100_PACKAGE=msvcr100.dll
@@ -102,7 +102,7 @@ YASM_PACKAGE=yasm-${YASM_VER}.tar.gz
 OPENSSL_HASH=6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0
 GMP_HASH=752079520b4690531171d0f4532e40f08600215feefede70b24fabdc6f1ab160
 OSXSDK_HASH=da77bb0003fcca5ea8c4e8cb2da8828ded750c54afdcac29ec6f3b46ad5e3adf
-NOSCRIPT_HASH=ef648454965242a57583d2541290bcf9526747b18335aeccdd55f39a23873bc3
+NOSCRIPT_HASH=610dc5ffcc7133f2ccc2f1a14280e326d371a8a2fc76497becf2d5cf21257955
 CCTOOLS_HASH=e908fdebc2886ee5491ebfc7e7950af451b3c4e2439c2d7a923ed06ad05113e4
 MSVCR100_HASH=1221a09484964a6f38af5e34ee292b9afefccb3dc6e55435fd3aaf7c235d9067
 PYCRYPTO_HASH=f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c
diff --git a/tools/update-responses/config.yml b/tools/update-responses/config.yml
index 79c015d..dbd4551 100644
--- a/tools/update-responses/config.yml
+++ b/tools/update-responses/config.yml
@@ -20,14 +20,13 @@ build_targets:
     osx64: Darwin_x86_64-gcc3
 channels:
     alpha: 7.0a4
-    release: 7.0.4
+    release: 7.0.5
 versions:
-    7.0.4:
+    7.0.5:
         platformVersion: 52.3.0
-        detailsURL: https://blog.torproject.org/blog/tor-browser-704-released
+        detailsURL: https://blog.torproject.org/blog/tor-browser-705-released
         incremental_from:
-          - 7.0.2
-          - 7.0.3
+          - 7.0.4
         migrate_archs:
           osx32: osx64
         migrate_langs:



More information about the tbb-commits mailing list