[tbb-commits] [tor-browser-bundle/maint-7.0] Release preparations for 7.0.6
gk at torproject.org
gk at torproject.org
Wed Sep 20 13:39:03 UTC 2017
commit 9531065790b09471d9deb66dad59fcc44bdd6db3
Author: Georg Koppen <gk at torproject.org>
Date: Wed Sep 20 13:18:52 2017 +0000
Release preparations for 7.0.6
Changelog update, versions bump, and config.yml update
---
Bundle-Data/Docs/ChangeLog.txt | 14 ++++++++++++++
gitian/versions | 14 +++++++-------
tools/update-responses/config.yml | 10 +++++-----
3 files changed, 26 insertions(+), 12 deletions(-)
diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt
index aace374..310cdf0 100644
--- a/Bundle-Data/Docs/ChangeLog.txt
+++ b/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,17 @@
+Tor Browser 7.0.6 -- September 26 2017
+ * All Platforms
+ * Update Firefox to 52.4.0esr
+ * Update Tor to 0.3.1.7
+ * Update Torbutton to 1.9.7.7
+ * Bug 22542: Security Settings window too small on macOS 10.12 (fixup)
+ * Bug 20375: Warn users after entering fullscreen mode
+ * Update HTTPS-Everywhere to 2017.9.12
+ * Update NoScript to 5.0.10
+ * Bug 21830: Copying large text from web console leaks to /tmp
+ * Bug 23393: Don't crash all tabs when closing one tab
+ * OS X
+ * Bug 23404: Add missing Noto Sans Buginese font to the macOS whitelist
+
Tor Browser 7.0.5 -- September 4 2017
* All Platforms
* Update Torbutton to 1.9.7.6
diff --git a/gitian/versions b/gitian/versions
index d6e1dd4..368fb98 100755
--- a/gitian/versions
+++ b/gitian/versions
@@ -10,15 +10,15 @@ DATA_OUTSIDE_APP_DIR=1
VERIFY_TAGS=1
-FIREFOX_VERSION=52.3.0esr
+FIREFOX_VERSION=52.4.0esr
TORBROWSER_UPDATE_CHANNEL=release
TORBROWSER_TAG=tor-browser-${FIREFOX_VERSION}-7.0-1-build1
-TOR_TAG=tor-0.3.0.10
+TOR_TAG=tor-0.3.1.7
TORLAUNCHER_TAG=0.2.12.3
-TORBUTTON_TAG=1.9.7.6
-HTTPSE_TAG=2017.8.31
+TORBUTTON_TAG=1.9.7.7
+HTTPSE_TAG=2017.9.12
NSIS_TAG=v0.3.1
ZLIB_TAG=v1.2.8
LIBEVENT_TAG=release-2.0.22-stable
@@ -45,7 +45,7 @@ GITIAN_TAG=tor-browser-builder-4-5
OPENSSL_VER=1.0.2k
GMP_VER=5.1.3
FIREFOX_LANG_VER=$FIREFOX_VERSION
-FIREFOX_LANG_BUILD=build2
+FIREFOX_LANG_BUILD=build1
BINUTILS_VER=2.24
GCC_VER=5.1.0
CLANG_VER=3.8.0
@@ -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.9-fx+sm.xpi
+NOSCRIPT_PACKAGE=noscript_security_suite-5.0.10-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=610dc5ffcc7133f2ccc2f1a14280e326d371a8a2fc76497becf2d5cf21257955
+NOSCRIPT_HASH=cfc8018a5ddd2a699581932a9911e28b1060667c7849cf5283b548b5b29a65a2
CCTOOLS_HASH=e908fdebc2886ee5491ebfc7e7950af451b3c4e2439c2d7a923ed06ad05113e4
MSVCR100_HASH=1221a09484964a6f38af5e34ee292b9afefccb3dc6e55435fd3aaf7c235d9067
PYCRYPTO_HASH=f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c
diff --git a/tools/update-responses/config.yml b/tools/update-responses/config.yml
index dbd4551..9838c8a 100644
--- a/tools/update-responses/config.yml
+++ b/tools/update-responses/config.yml
@@ -20,13 +20,13 @@ build_targets:
osx64: Darwin_x86_64-gcc3
channels:
alpha: 7.0a4
- release: 7.0.5
+ release: 7.0.6
versions:
- 7.0.5:
- platformVersion: 52.3.0
- detailsURL: https://blog.torproject.org/blog/tor-browser-705-released
+ 7.0.6:
+ platformVersion: 52.4.0
+ detailsURL: https://blog.torproject.org/blog/tor-browser-706-released
incremental_from:
- - 7.0.4
+ - 7.0.5
migrate_archs:
osx32: osx64
migrate_langs:
More information about the tbb-commits
mailing list