[tbb-commits] [builders/tor-browser-build] branch master updated: Bug 40458: Prepare alpha release 11.5a9 (Desktop)

gitolite role git at cupani.torproject.org
Wed Apr 6 18:15:08 UTC 2022


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

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

The following commit(s) were added to refs/heads/master by this push:
     new cc80ab2  Bug 40458: Prepare alpha release 11.5a9 (Desktop)
cc80ab2 is described below

commit cc80ab28dbe4e1497ae21ed38812f95dc38320c2
Author: Richard Pospesel <richard at torproject.org>
AuthorDate: Tue Apr 5 21:47:00 2022 +0000

    Bug 40458: Prepare alpha release 11.5a9 (Desktop)
---
 projects/firefox/config                             |  4 ++--
 projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt | 14 ++++++++++++++
 projects/tor-browser/config                         |  4 ++--
 projects/tor-launcher/config                        |  2 +-
 projects/tor/config                                 |  2 +-
 rbm.conf                                            |  6 +++---
 6 files changed, 23 insertions(+), 9 deletions(-)

diff --git a/projects/firefox/config b/projects/firefox/config
index 7ca3e21..f823f7c 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -1,14 +1,14 @@
 # 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-build5'
+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
 gpg_keyring: torbutton.gpg
 
 var:
-  firefox_platform_version: 91.7.0
+  firefox_platform_version: 91.8.0
   firefox_version: '[% c("var/firefox_platform_version") %]esr'
   torbrowser_branch: 11.5
   branding_directory: 'browser/branding/alpha'
diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
index 9e594e9..32e7680 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,16 @@
+Tor Browser 11.5a9 - April 12 2022
+* Windows + OS X + Linux
+   * Update Firefox to 91.8.0esr
+   * Update NoScript to 11.4.4
+   * Update Tor Launcher 0.2.34
+   * Update Tor to 0.4.7.5-alpha
+   * Bug 34366: The onion-location mechanism does not redirect to full URL [tor-browser]
+   * Bug 40469: Update zlib to 1.2.12 (CVE-2018-25032) [tor-browser-build]
+   * Bug 40773: Update the about:torconnect frontend page to match additional UI flows [tor-browser]
+   * Bug 40774: Update about:preferences page to match new UI designs [tor-browser]
+   * Bug 40822: Rebase tor-browser 11.5a9 to 91.8 Firefox [tor-browser]
+   * Bug 40862: Backport 1760674 [tor-browser]
+
 Tor Browser 11.5a8 - March 15 2022
  * Windows + OS X + Linux
    * Bug 14939: Support ipv6 addresses in Tor Circuit Display [tor-browser]
@@ -15,6 +28,7 @@ Tor Browser 11.5a7 - March 9 2022
 
 Tor Browser 11.5a6 - March 8 2022
  * Windows + OS X + Linux
+   * Update Firefox to 91.7.0esr
    * Update Tor to 0.4.7.4-alpha
    * Update NoScript to 11.3.7
    * Bug 19850: Disable Plaintext HTTP Clearnet Connections [tor-browser]
diff --git a/projects/tor-browser/config b/projects/tor-browser/config
index 453c752..d152e59 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.mozilla.org/firefox/downloads/file/3916177/noscript_security_suite-11.3.7-an+fx.xpi
+  - URL: https://addons.mozilla.org/firefox/downloads/file/3930315/noscript_security_suite-11.4.4-an+fx.xpi
     name: noscript
-    sha256sum: 6e5af18ce46bfc496fb027581d3d37a0edb95df158d053a5d9a1f89b8093bc49
+    sha256sum: 925fc2fadb017bab3ed1abf9c9fde705f5ac03e64ce19b3b1b3f20407cd1de31
   - 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 5e9a426..a730893 100644
--- a/projects/tor-launcher/config
+++ b/projects/tor-launcher/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 0.2.33
+version: 0.2.34
 git_url: https://git.torproject.org/tor-launcher.git
 git_hash: '[% c("version") %]'
 gpg_keyring: torbutton.gpg
diff --git a/projects/tor/config b/projects/tor/config
index c04bbe5..49ec24a 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.7.4-alpha
+version: 0.4.7.5-alpha
 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 fe6c346..37b95e2 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -58,10 +58,10 @@ buildconf:
   git_signtag_opt: '-s'
 
 var:
-  torbrowser_version: '11.5a8'
-  torbrowser_build: 'build2'
+  torbrowser_version: '11.5a9'
+  torbrowser_build: 'build1'
   torbrowser_incremental_from:
-    - 11.5a6
+    - 11.5a8
   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 tbb-commits mailing list