[tor-commits] [tor-browser-build/master] Release preparations for 9.5a5

sysrqb at torproject.org sysrqb at torproject.org
Tue Feb 11 02:40:33 UTC 2020


commit d3059ceb6288874b682076a5bf4aa1dff76511cd
Author: Matthew Finkel <sysrqb at torproject.org>
Date:   Mon Feb 10 01:16:23 2020 +0000

    Release preparations for 9.5a5
    
    Versions bump and Changelog update
---
 projects/firefox-langpacks/config                  |  2 +-
 projects/firefox-locale-bundle/config              |  2 +-
 projects/firefox/config                            |  2 +-
 .../tor-browser/Bundle-Data/Docs/ChangeLog.txt     | 29 ++++++++++++++++++++++
 projects/tor-browser/config                        |  4 +--
 projects/tor-launcher/config                       |  2 +-
 projects/tor/config                                |  2 +-
 rbm.conf                                           |  6 ++---
 8 files changed, 39 insertions(+), 10 deletions(-)

diff --git a/projects/firefox-langpacks/config b/projects/firefox-langpacks/config
index 34d6fad..17a707a 100644
--- a/projects/firefox-langpacks/config
+++ b/projects/firefox-langpacks/config
@@ -4,7 +4,7 @@ filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/buil
 
 var:
   ff_version: '[% pc("firefox", "var/firefox_version") %]'
-  ff_build: build1
+  ff_build: build2
   input_filename: 'dl-langpack-[% c("var/ff_arch") %]-[% c("version") %]'
 
 targets:
diff --git a/projects/firefox-locale-bundle/config b/projects/firefox-locale-bundle/config
index 2f4997f..2ea6db6 100644
--- a/projects/firefox-locale-bundle/config
+++ b/projects/firefox-locale-bundle/config
@@ -5,4 +5,4 @@ filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
 var:
   use_container: 0
   ff_version: '[% pc("firefox", "var/firefox_version") %]'
-  ff_build: build1
+  ff_build: build2
diff --git a/projects/firefox/config b/projects/firefox/config
index f780084..845f9c6 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -8,7 +8,7 @@ git_submodule: 1
 gpg_keyring: torbutton.gpg
 
 var:
-  firefox_platform_version: 68.4.1
+  firefox_platform_version: 68.5.0
   firefox_version: '[% c("var/firefox_platform_version") %]esr'
   torbrowser_branch: 9.5
   branding_directory: '[% IF c("var/android") %]mobile/android[% ELSE %]browser[% END %]/branding/alpha'
diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
index ad3cc9d..16acbbf 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,32 @@
+Tor Browser 9.5a5 -- February 12 2020
+ * All Platforms
+   * Update Firefox to 68.5.0esr
+   * Bump NoScript to 11.0.13
+   * Translations update
+   * Bug 30237: Control port module improvements for v3 client authentication
+   * Bug 32891: Add new default bridges
+   * Bug 31395: Remove inline script in aboutTor.xhtml
+   * Bug 27268: Preferences clean-up in Torbutton code
+   * Bug 32470: Backport fix for bug 1590538
+   * Bug 32414: Make Services.search.addEngine obey FPI
+   * Bug 32948: Make referer behavior consistent regardless of private browing mode status
+   * Bug 461204: Improve the random number generator for the boundaries in multipart/form-data
+ * Android
+   * Bug 30767: Custom obfs4 bridge does not work on Tor Browser for Android
+ * Windows + OS X + Linux
+   * Update Tor to 0.4.3.1-alpha
+   * Update Tor Launcher to 0.2.21.1
+     * Translations update
+     * Bug 30237: Add v3 onion services client authentication prompt
+     * Bug 32870: Update version of pion-webrtc
+   * Bug 32767: Remove Disconnect search
+   * Bug 30237: Add v3 onion services client authentication prompt
+ * Build System
+   * Linux
+     * Bug 32976: Build and bundle geckodriver
+   * OS X
+     * Bug 33200: Fix permissions on bookmarks.html
+
 Tor Browser 9.5a4 -- January 10 2020
  * All Platforms
    * Update Firefox to 68.4.1esr
diff --git a/projects/tor-browser/config b/projects/tor-browser/config
index d3e8e61..7fd61a9 100644
--- a/projects/tor-browser/config
+++ b/projects/tor-browser/config
@@ -74,9 +74,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.11-an+fx.xpi
+  - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-11.0.13-an+fx.xpi
     name: noscript
-    sha256sum: 1b0daa12e1b8fbc8e30e7bdb5689b12774aaa9f883cb3e9ad57943a883ce65b5
+    sha256sum: ced718d9d9e719547db392ad85d24a7ad5c6b54cc0f93f9c57f2fcb44bb4de56
   - 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 874ad15..fec0612 100644
--- a/projects/tor-launcher/config
+++ b/projects/tor-launcher/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 0.2.21
+version: 0.2.21.1
 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 c1c41a6..9b5ba3d 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.3.1-alpha
+version: 0.4.3.2-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 77c6e4a..32b0575 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -24,10 +24,10 @@ buildconf:
   git_signtag_opt: '-s'
 
 var:
-  torbrowser_version: '9.5a4'
-  torbrowser_build: 'build2'
+  torbrowser_version: '9.5a5'
+  torbrowser_build: 'build1'
   torbrowser_incremental_from:
-    - 9.5a3
+    - 9.5a4
   project_name: tor-browser
   multi_lingual: 0
   build_mar: 1



More information about the tor-commits mailing list