[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41861&41862: Prepare Tor, Mullvad Browser 16.0a11



Title: GitLab

Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • f0ab1b83
    by Pier Angelo Vendrame at 2026-09-02T10:13:34+02:00
    Bug 41861&41862: Prepare Tor, Mullvad Browser 16.0a11
    

8 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
    1
    +Mullvad Browser 16.0a11 - September 02 2026
    
    2
    + * All Platforms
    
    3
    +   * Updated Firefox to 153.2.0esr
    
    4
    +   * Bug 45259: Backport Security Fixes from Firefox 155 [tor-browser]
    
    5
    + * Build System
    
    6
    +   * All Platforms
    
    7
    +     * Bug 41860: Change GCC sources mirror to https://gcc.gnu.org [tor-browser-build]
    
    8
    +
    
    1 9
     Mullvad Browser 16.0a10 - August 27 2026
    
    2 10
      * All Platforms
    
    3 11
        * Updated Firefox to 153.1.0esr
    

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    1
    +Tor Browser 16.0a11 - September 02 2026
    
    2
    + * All Platforms
    
    3
    +   * Bug 45254: Rebase Tor Browser alpha onto 153.2.0esr [tor-browser]
    
    4
    +   * Bug 45259: Backport Security Fixes from Firefox 155 [tor-browser]
    
    5
    + * Windows + macOS + Linux
    
    6
    +   * Updated Firefox to 153.2.0esr
    
    7
    +   * Bug 45264: Use parent process for TorConnect redirections [tor-browser]
    
    8
    + * Android
    
    9
    +   * Updated GeckoView to 153.2.0esr
    
    10
    +   * Bug 44155: Always enable LNA on Android as a defense-in-depth [tor-browser]
    
    11
    + * Build System
    
    12
    +   * All Platforms
    
    13
    +     * Bug 41860: Change GCC sources mirror to https://gcc.gnu.org [tor-browser-build]
    
    14
    +   * Windows + Linux + Android
    
    15
    +     * Updated Go to 1.26.8
    
    16
    +
    
    1 17
     Tor Browser 16.0a10 - August 27 2026
    
    2 18
      * All Platforms
    
    3 19
        * Updated NoScript to 13.6.31.90301984
    

  • projects/firefox/config
    ... ... @@ -18,12 +18,12 @@ container:
    18 18
       use_container: 1
    
    19 19
     
    
    20 20
     var:
    
    21
    -  firefox_platform_version: '153.1.0'
    
    21
    +  firefox_platform_version: '153.2.0'
    
    22 22
       firefox_version: '[% c("var/firefox_platform_version") %]esr'
    
    23 23
       browser_series: '16.0'
    
    24 24
       browser_rebase: 1
    
    25 25
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    26
    -  browser_build: 4
    
    26
    +  browser_build: 3
    
    27 27
       upstream_firefox_commit: FIREFOX_NIGHTLY_153_END
    
    28 28
       copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
    
    29 29
       nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
    
    ... ... @@ -114,7 +114,7 @@ targets:
    114 114
           updater_url: 'https://cdn.mullvad.net/browser/update_responses/update_1/'
    
    115 115
           mar_id_prefix: 'mullvadbrowser-mullvad'
    
    116 116
           nightly_updates_publish_dir_prefix: mullvadbrowser-
    
    117
    -      browser_build: 3
    
    117
    +      browser_build: 1
    
    118 118
       linux-x86_64:
    
    119 119
         var:
    
    120 120
           arch_deps:
    

  • projects/geckoview/config
    ... ... @@ -21,12 +21,12 @@ container:
    21 21
         build_apk: '[% !c("var/online_build") %]'
    
    22 22
     
    
    23 23
     var:
    
    24
    -  firefox_platform_version: '153.1.0'
    
    24
    +  firefox_platform_version: '153.2.0'
    
    25 25
       geckoview_version: '[% c("var/firefox_platform_version") %]esr'
    
    26 26
       browser_series: '16.0'
    
    27 27
       browser_rebase: 1
    
    28 28
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    29
    -  browser_build: 4
    
    29
    +  browser_build: 3
    
    30 30
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    
    31 31
       git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
    
    32 32
       deps:
    

  • projects/go/config
    1 1
     # vim: filetype=yaml sw=2
    
    2
    -version: '1.26.7'
    
    2
    +version: '1.26.8'
    
    3 3
     filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
    
    4 4
     container:
    
    5 5
       use_container: 1
    
    6 6
     
    
    7 7
     var:
    
    8
    -  source_sha256: 0ed24eac755105085b89fe9cabc2742b91a0ad7b94b59d3ad364918ebc8956ad
    
    8
    +  source_sha256: 4e39b98e42f946fa05ac8bc5b71877df97dbdb7cbb1a777b541667ad7117fd2e
    
    9 9
       no_crosscompile: 1
    
    10 10
       setup: |
    
    11 11
         mkdir -p /var/tmp/dist
    

  • projects/manual/config
    1 1
     # vim: filetype=yaml sw=2
    
    2 2
     # To update, see doc/how-to-update-the-manual.txt
    
    3 3
     # Remember to update also the package's hash, with the version!
    
    4
    -version: 415198
    
    4
    +version: 416594
    
    5 5
     filename: 'manual-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
    
    6 6
     container:
    
    7 7
       use_container: 1
    
    ... ... @@ -23,6 +23,6 @@ input_files:
    23 23
       - project: container-image
    
    24 24
       - URL: 'https://build-sources.tbb.torproject.org/marble-support_[% c("version") %].zip'
    
    25 25
         name: manual
    
    26
    -    sha256sum: c5223af6931d03be5b5e17e9be3d64c4223008a591a3acd3d553f86c6bd8df37
    
    26
    +    sha256sum: c46e32fadaa12c0d5c03738e219b03c18131d755deff8c95dae87de382907402
    
    27 27
       - filename: package_marble_build_artifacts.py
    
    28 28
         name: package_script

  • projects/translation/config
    ... ... @@ -12,13 +12,13 @@ compress_tar: 'gz'
    12 12
     steps:
    
    13 13
       base-browser:
    
    14 14
         base-browser: '[% INCLUDE build %]'
    
    15
    -    git_hash: 1ebbe4b676d03428a8091e9ce6c64e5f0046b0f9
    
    15
    +    git_hash: 0f4c49b4b1d9469c4fa184dc7006f9688a61571d
    
    16 16
         targets:
    
    17 17
           nightly:
    
    18 18
             git_hash: 'base-browser'
    
    19 19
       tor-browser:
    
    20 20
         tor-browser: '[% INCLUDE build %]'
    
    21
    -    git_hash: ea6fbf3c7c1e2ded1613285560d927806dd82337
    
    21
    +    git_hash: 33f91cc479f569b5d00908deb74057167ecd57a0
    
    22 22
         targets:
    
    23 23
           nightly:
    
    24 24
             git_hash: 'tor-browser'
    
    ... ... @@ -32,7 +32,7 @@ steps:
    32 32
         fenix: '[% INCLUDE build %]'
    
    33 33
         # We need to bump the commit before releasing but just pointing to a branch
    
    34 34
         # might cause too much rebuidling of the Firefox part.
    
    35
    -    git_hash: 0a527bd20d6649a5dc6d648aa355e884b80654a9
    
    35
    +    git_hash: 0b7307b05e07ede027b7fe135e08a1e134a0a474
    
    36 36
         compress_tar: 'zst'
    
    37 37
         targets:
    
    38 38
           nightly:
    

  • rbm.conf
    ... ... @@ -81,11 +81,11 @@ buildconf:
    81 81
       git_signtag_opt: '-s'
    
    82 82
     
    
    83 83
     var:
    
    84
    -  torbrowser_version: '16.0a10'
    
    84
    +  torbrowser_version: '16.0a11'
    
    85 85
       torbrowser_build: 'build1'
    
    86 86
       # This should be the date of when the build is started. For the build
    
    87 87
       # to be reproducible, browser_release_date should always be in the past.
    
    88
    -  browser_release_date: '2026/08/26 14:53:16'
    
    88
    +  browser_release_date: '2026/09/02 08:00:00'
    
    89 89
       browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
    
    90 90
       browser_default_channel: alpha
    
    91 91
       browser_platforms:
    
    ... ... @@ -131,9 +131,9 @@ var:
    131 131
       updater_enabled: 1
    
    132 132
       build_mar: 1
    
    133 133
       torbrowser_incremental_from:
    
    134
    +    - 16.0a10
    
    134 135
         - 16.0a9
    
    135 136
         - 16.0a8
    
    136
    -    - 16.0a7
    
    137 137
       mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
    
    138 138
     
    
    139 139
       # By default, we sort the list of installed packages. This allows sharing
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx