[tbb-commits] [tor-browser-build/maint-9.0] Release preparations for 9.0.7
sysrqb at torproject.org
sysrqb at torproject.org
Thu Mar 19 14:26:58 UTC 2020
commit ef40992f0bd23c6e331e730d35686cd1e9baf77a
Author: Matthew Finkel <sysrqb at torproject.org>
Date: Thu Mar 19 13:58:59 2020 +0000
Release preparations for 9.0.7
Versions bump and Changelog update
---
projects/firefox/config | 2 +-
projects/https-everywhere/config | 2 +-
projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt | 7 +++++++
projects/tor-browser/config | 4 ++--
projects/tor/config | 2 +-
rbm.conf | 6 +++---
6 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/projects/firefox/config b/projects/firefox/config
index 36ec737..92e89d8 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -1,7 +1,7 @@
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
filename: 'firefox-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]'
-git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build1'
+git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build2'
tag_gpg_id: 1
git_url: https://git.torproject.org/tor-browser.git
git_submodule: 1
diff --git a/projects/https-everywhere/config b/projects/https-everywhere/config
index 1bc6f98..424358a 100644
--- a/projects/https-everywhere/config
+++ b/projects/https-everywhere/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 2019.11.7
+version: 2020.3.16
git_url: https://git.torproject.org/https-everywhere.git
git_hash: '[% c("version") %]'
git_submodule: 1
diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
index 38a4fad..4e99fe7 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,10 @@
+Tor Browser 9.0.7 -- March 20 2020
+ * All Platforms
+ * Bump NoScript to 11.0.19
+ * Bug 33613: Disable Javascript on Safest security level
+ * Windows + OS X + Linux
+ * Bump Tor to 0.4.2.7
+
Tor Browser 9.0.6 -- March 11 2020
* All Platforms
* Update Firefox to 68.6.0esr
diff --git a/projects/tor-browser/config b/projects/tor-browser/config
index c526d59..3fbda88 100644
--- a/projects/tor-browser/config
+++ b/projects/tor-browser/config
@@ -73,9 +73,9 @@ input_files:
enable: '[% c("var/snowflake") %]'
- filename: Bundle-Data
enable: '[% ! c("var/android") %]'
- - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-11.0.15-an+fx.xpi
+ - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-11.0.19-an+fx.xpi
name: noscript
- sha256sum: 5e795f711275f9162957321e5245cb0176ce36ce8a2410de95496670af51603d
+ sha256sum: eb06c8d548342ad623634cd5f40e7970e3e6c3218328c77c43716a8a5f61e680
- filename: 'RelativeLink/start-tor-browser.desktop'
enable: '[% c("var/linux") %]'
- filename: 'RelativeLink/execdesktop'
diff --git a/projects/tor/config b/projects/tor/config
index 45e2a63..e551335 100644
--- a/projects/tor/config
+++ b/projects/tor/config
@@ -1,6 +1,6 @@
# vim: filetype=yaml sw=2
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]'
-version: 0.4.2.6
+version: 0.4.2.7
git_hash: 'tor-[% c("version") %]'
git_url: https://git.torproject.org/tor.git
git_submodule: 1
diff --git a/rbm.conf b/rbm.conf
index 4fbcc85..89224e6 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -24,10 +24,10 @@ buildconf:
git_signtag_opt: '-s'
var:
- torbrowser_version: '9.0.6'
- torbrowser_build: 'build2'
+ torbrowser_version: '9.0.7'
+ torbrowser_build: 'build1'
torbrowser_incremental_from:
- - 9.0.5
+ - 9.0.6
project_name: tor-browser
multi_lingual: 0
build_mar: 1
More information about the tbb-commits
mailing list