[tbb-commits] [tor-browser-build/master] Release prep for 11.5a4 (desktop only)

richard at torproject.org richard at torproject.org
Wed Feb 9 23:56:35 UTC 2022


commit aa65127fa1291bf580e84a8fcab3396ae381fe9c
Author: Richard Pospesel <richard at torproject.org>
Date:   Wed Feb 9 14:03:25 2022 +0100

    Release prep for 11.5a4 (desktop only)
    
    Version bumps and changelog update
---
 projects/firefox/config                            |  4 +-
 projects/go/config                                 |  4 +-
 .../tor-browser/Bundle-Data/Docs/ChangeLog.txt     | 55 ++++++++++++++++++++++
 projects/tor-browser/config                        |  4 +-
 projects/tor-launcher/config                       |  2 +-
 rbm.conf                                           |  4 +-
 6 files changed, 64 insertions(+), 9 deletions(-)

diff --git a/projects/firefox/config b/projects/firefox/config
index 0f28c7d..4365c43 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -8,7 +8,7 @@ git_submodule: 1
 gpg_keyring: torbutton.gpg
 
 var:
-  firefox_platform_version: 91.5.0
+  firefox_platform_version: 91.6.0
   firefox_version: '[% c("var/firefox_platform_version") %]esr'
   torbrowser_branch: 11.5
   branding_directory: 'browser/branding/alpha'
@@ -50,7 +50,7 @@ targets:
       branding_directory: 'browser/branding/official'
 
   nightly:
-    git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-2'
+    git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1'
     tag_gpg_id: 0
     var:
       branding_directory: 'browser/branding/nightly'
diff --git a/projects/go/config b/projects/go/config
index b4e2c96..187606a 100644
--- a/projects/go/config
+++ b/projects/go/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 1.17.5
+version: 1.17.6
 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
 
 var:
@@ -118,7 +118,7 @@ input_files:
     enable: '[% ! c("var/linux") %]'
   - URL: 'https://golang.org/dl/go[% c("version") %].src.tar.gz'
     name: go
-    sha256sum: 3defb9a09bed042403195e872dcbc8c6fae1485963332279668ec52e80a95a2d
+    sha256sum: 4dc1bbf3ff61f0c1ff2b19355e6d88151a70126268a47c761477686ef94748c8
   - URL: 'https://golang.org/dl/go[% c("var/go14_version") %].src.tar.gz'
     name: go14
     sha256sum: 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959
diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
index f55d6ea..476d139 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,57 @@
+Tor Browser 11.5a4 - February 15 2022
+ * Windows + OS X + Linux
+   * Update Firefox to 91.6.0esr
+   * Update NoScript to 11.2.19
+   * Tor Launcher 0.2.33
+   * Bug 40562: Reorganize patchset [tor-browser]
+   * Bug 40598: Remove legacy settings read from TorSettings module [tor-browser]
+   * Bug 40679: Missing features on first-time launch in esr91 [tor-browser]
+   * Added extensions.torlauncher.launch_delay debug pref to simulate slow tor daemon launch [tor-launcher]
+   * Bug 40752: Misleading UX when about:tor as New Tab [tor-browser]
+   * Bug 40775: about:ion should no tbe labeled as a Tor Browser page [tor-browser]
+   * Bug 40793: moved Tor configuration options from old-configure.in to moz.configure [tor-browser]
+   * Bug 40795: Revert Deutsche Welle v2 redirect [tor-browser]
+ * Build System
+   * Windows + OS X + Linux
+     * Update Go to 1.17.6
+     * Bug 40416: Pick up obfsproxy 0.0.12 [tor-browser-build]
+
+Tor Browser 11.0.6 - February 8 2022
+ * Windows + OS X + Linux
+   * Update Firefox to 91.6.0esr
+   * Update NoScript to 11.2.16
+   * Tor Launcher 0.2.33
+   * Bug 40795: Revert Deutsche Welle v2 redirect [tor-browser]
+   * Bug 40679: Missing features on first-time launch in esr91 [tor-browser]
+   * Added extensions.torlauncher.launch_delay debug pref to simulate slow tor daemon launch [tor-launcher]
+  * Build System
+   * Windows + OS X + Linux + Android
+    * Update Go to 1.16.13
+    * Bug 40413: Removed lsb_release from Python build script [tor-browser-build]
+    * Bug 40416: Pick up obfsproxy 0.0.12 [tor-browser-build]
+
+Tor Browser 11.0.5 - February 3 2022
+ * Android
+   * Update Fenix to 94.1.1
+   * Update Tor to 0.4.6.9
+   * Update NoScript to 11.2.16
+   * Update OpenSSL to 1.1.1m
+   * Bug 40006: Add new default obfs4 bridge "deusexmachina" [tor-android-service]
+   * Bug 40198: Spoof English toggle now overlaps with locale list [fenix]
+   * Bug 40393: Point to a forked version of pion/dtls with fingerprinting fix [tor-browser-build]
+   * Bug 40394: Bump version of Snowflake to 221f1c41 [tor-browser-build]
+   * Bug 40398: Jetify tor-android-service packages [tor-browser-build]
+   * Bug 40682: Disable network.proxy.allow_bypass [tor-browser]
+   * Bug 40736: Disable third-party cookies in Private Browsing Mode [tor-browser]
+ * Build System
+   * Android
+     * Bug 40366: Use bullseye to build https-everywhere [tor-browser-build]
+     * Bug 40368: Use system's python3 for android builds [tor-browser-build]
+     * Bug 40373: Update components for mozilla93 [tor-browser-build]
+     * Bug 40379: Update components for mozilla94 [tor-browser-build]
+     * Bug 40395: Update node to 12.22.1 [tor-browser-build]
+     * Bug 40403: Update Go to 1.16.12 [tor-browser-build]
+
 Tor Browser 11.5a3 - January 14 2022
  * Android
    * Update Fenix to 94.1.1
@@ -19,6 +73,7 @@ Tor Browser 11.5a3 - January 14 2022
      * Bug 40373: Update components for mozilla93 [tor-browser-build]
      * Bug 40379: Update components for mozilla94 [tor-browser-build]
      * Bug 40395: Update node to 12.22.1 [tor-browser-build]
+     * Bug 40413: Removed lsb_release from Python build script [tor-browser-build]
 
 Tor Browser 11.5a2 - January 11 2022
  * Windows + OS X + Linux
diff --git a/projects/tor-browser/config b/projects/tor-browser/config
index 76823b6..9a711b7 100644
--- a/projects/tor-browser/config
+++ b/projects/tor-browser/config
@@ -78,9 +78,9 @@ input_files:
     enable: '[% ! c("var/android") %]'
   - filename: Bundle-Data
     enable: '[% ! c("var/android") %]'
-  - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-11.2.14-an+fx.xpi
+  - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-11.2.19-an+fx.xpi
     name: noscript
-    sha256sum: 47399b94f57dde1162f74a49679c7cb3b6dfe684d4eee49842e65eae64e9982b
+    sha256sum: 627ad134968a395fd585a6455087c1c1c461b993a4db0c1471f4c5d2c0cc1177
   - filename: 'RelativeLink/start-tor-browser.desktop'
     enable: '[% c("var/linux") %]'
   - filename: 'RelativeLink/execdesktop'
diff --git a/projects/tor-launcher/config b/projects/tor-launcher/config
index 3fa9cfc..5e9a426 100644
--- a/projects/tor-launcher/config
+++ b/projects/tor-launcher/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 0.2.32
+version: 0.2.33
 git_url: https://git.torproject.org/tor-launcher.git
 git_hash: '[% c("version") %]'
 gpg_keyring: torbutton.gpg
diff --git a/rbm.conf b/rbm.conf
index 46e2881..40943dd 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -58,10 +58,10 @@ buildconf:
   git_signtag_opt: '-s'
 
 var:
-  torbrowser_version: '11.5a3'
+  torbrowser_version: '11.5a4'
   torbrowser_build: 'build1'
   torbrowser_incremental_from:
-    - 11.5a1
+    - 11.5a3
   project_name: tor-browser
   multi_lingual: 0
   build_mar: 1



More information about the tbb-commits mailing list