[tor-commits] [builders/tor-browser-build] branch maint-11.0 updated: Bug 40466: Prepare stable release 11.0.11 (Desktop)

gitolite role git at cupani.torproject.org
Thu Apr 28 19:03:27 UTC 2022


This is an automated email from the git hooks/post-receive script.

richard pushed a commit to branch maint-11.0
in repository builders/tor-browser-build.

The following commit(s) were added to refs/heads/maint-11.0 by this push:
     new 59c155e  Bug 40466: Prepare stable release 11.0.11 (Desktop)
59c155e is described below

commit 59c155e4cd98b923df50bf80ef0578067747de0c
Author: Richard Pospesel <richard at torproject.org>
AuthorDate: Wed Apr 27 20:48:40 2022 +0000

    Bug 40466: Prepare stable release 11.0.11 (Desktop)
---
 projects/firefox/config                             |  2 +-
 projects/go/config                                  |  4 ++--
 projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt | 11 +++++++++++
 projects/tor-browser/config                         |  4 ++--
 rbm.conf                                            |  4 ++--
 5 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/projects/firefox/config b/projects/firefox/config
index 9f1a3c7..1d6fc84 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.8.0
+  firefox_platform_version: 91.9.0
   firefox_version: '[% c("var/firefox_platform_version") %]esr'
   torbrowser_branch: 11.0
   branding_directory: 'browser/branding/alpha'
diff --git a/projects/go/config b/projects/go/config
index ed24ae9..abf5e47 100644
--- a/projects/go/config
+++ b/projects/go/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 1.17.8
+version: 1.17.9
 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: 2effcd898140da79a061f3784ca4f8d8b13d811fb2abe9dad2404442dabbdf7a
+    sha256sum: 763ad4bafb80a9204458c5fa2b8e7327fa971aee454252c0e362c11236156813
   - 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 60149f5..54cd93a 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,14 @@
+Tor Browser 11.0.11 - May 3 2022
+ * Windows + OS X + Linux
+   * Update Firefox to 91.9.0esr
+   * Update NoScript to 11.4.5
+   * Bug 21484: Remove or hide "What's New" link from About dialog [tor-browser]
+   * Bug 34366: The onion-location mechanism does not redirect to full URL [tor-browser]
+   * Bug 40482: Remove smallerrichard builtin bridge [tor-browser-build]
+ * Build System
+   * Windows + OS X + Linux
+     * Update Go to 1.17.9
+
 Tor Browser 11.0.10 - April 5 2022
  * Windows + OS X + Linux
    * Update Firefox to 91.8.0esr
diff --git a/projects/tor-browser/config b/projects/tor-browser/config
index 270d1c7..56b217d 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.4.3-an+fx.xpi
+  - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-11.4.5-an+fx.xpi
     name: noscript
-    sha256sum: 992e2425240f65cb96228bd6842bdd43d3a647bcfe4cde0ae912cd9d27224672
+    sha256sum: 2a43901bfdb9250d30b805e77acd9a344ba557bc325ad6fc4f95c80cba21b840
   - filename: 'RelativeLink/start-tor-browser.desktop'
     enable: '[% c("var/linux") %]'
   - filename: 'RelativeLink/execdesktop'
diff --git a/rbm.conf b/rbm.conf
index 551d1a6..ec626d8 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -58,10 +58,10 @@ buildconf:
   git_signtag_opt: '-s'
 
 var:
-  torbrowser_version: '11.0.10'
+  torbrowser_version: '11.0.11'
   torbrowser_build: 'build1'
   torbrowser_incremental_from:
-    - 11.0.9
+    - 11.0.10
   project_name: tor-browser
   multi_lingual: 0
   build_mar: 1

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list