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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41789, 41790: Prepare Tor, Mullvad Browser 16.0a7



Title: GitLab

morgan pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • dc112534
    by Morgan at 2026-06-02T17:34:15+00:00
    Bug 41789, 41790: Prepare Tor, Mullvad Browser 16.0a7
    

9 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
    1
    +Mullvad Browser 16.0a7 - June 03 2026
    
    2
    + * All Platforms
    
    3
    +   * Updated Firefox to 151.0a1
    
    4
    +   * Updated NoScript to 13.6.19.90401984
    
    5
    +   * Updated uBlock Origin to 1.71.0
    
    6
    +   * Bug 43824: Switch resource:// modules to use moz-src: [tor-browser]
    
    7
    +   * Bug 44630: Use settings config to hide settings, rather than data-hidden-from-search or commenting out [tor-browser]
    
    8
    +   * Bug 44829: Hide the settings privacy card [tor-browser]
    
    9
    +   * Bug 44869: Rebase alpha onto 151 [tor-browser]
    
    10
    +   * Bug 44903: Use the `support-page` instead of `tor-manual-page` in `moz-support-link` [tor-browser]
    
    11
    +   * Bug 44989: Backport Bug 2040704: Fix date format leak in Firefox 151 [tor-browser]
    
    12
    +   * Bug 44990: CI failing due to dubious ownership of cached repo [tor-browser]
    
    13
    +   * Bug 44999: Privacy settings are broken in 151 [tor-browser]
    
    14
    + * Windows
    
    15
    +   * Bug 44745: Change how we hide SSO setting for windows [tor-browser]
    
    16
    + * Build System
    
    17
    +   * All Platforms
    
    18
    +     * Bug 41779: Update toolchains for Firefox 151 [tor-browser-build]
    
    19
    +     * Bug 41781: Fix clean section in rbm.local.conf.example [tor-browser-build]
    
    20
    +     * Bug 41792: Switch from ftp.gnu.org to ftpmirror.gnu.org [tor-browser-build]
    
    21
    +     * Bug 41806: `make list_toolchain_updates` should check var/firefox_platform_version [tor-browser-build]
    
    22
    +     * Bug 41807: Incorrectly generated Bugzilla query link in generate-bugzilla-triage-csv.py [tor-browser-build]
    
    23
    +   * macOS
    
    24
    +     * Bug 41793: Stop copying permissions from .mar in dmg2mar [tor-browser-build]
    
    25
    +
    
    1 26
     Mullvad Browser 16.0a6 - May 05 2026
    
    2 27
      * All Platforms
    
    3 28
        * Updated Firefox to 150.0a1
    

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    No preview for this file type
  • projects/browser/config
    ... ... @@ -87,12 +87,12 @@ input_files:
    87 87
         enable: '[% !c("var/android") %]'
    
    88 88
       - filename: dmg-root
    
    89 89
         enable: '[% c("var/macos") %]'
    
    90
    -  - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.18.90101984.xpi
    
    90
    +  - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.19.90401984.xpi
    
    91 91
         name: noscript
    
    92
    -    sha256sum: 645b60bcd3fd835cf1b3a4b710f74ca83d19287afe930b550732fb4837836319
    
    93
    -  - URL: https://addons.mozilla.org/firefox/downloads/file/4721638/ublock_origin-1.70.0.xpi
    
    92
    +    sha256sum: a387b412f24dc3fe3730ab9f0a5a1a4367875a6206e9266012167bc8e67723c9
    
    93
    +  - URL: https://addons.mozilla.org/firefox/downloads/file/4814095/ublock_origin-1.71.0.xpi
    
    94 94
         name: ublock-origin
    
    95
    -    sha256sum: f2730d2877005763a45d765749892e936f49cae713d28f7aa6ea314454b89cf1
    
    95
    +    sha256sum: 47f788a1fc2c014830b30bb0ef9588615701b98c5265fb19b8cf4ba779849feb
    
    96 96
         enable: '[% c("var/mullvad-browser") %]'
    
    97 97
       - URL: https://cdn.mullvad.net/browser-extension/0.9.10/mullvad-browser-extension-0.9.10.xpi
    
    98 98
         name: mullvad-extension
    

  • projects/firefox/config
    ... ... @@ -23,7 +23,7 @@ var:
    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: 1
    
    26
    +  browser_build: 4
    
    27 27
       upstream_firefox_commit: FIREFOX_NIGHTLY_151_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,6 +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: 2
    
    117 118
       linux-x86_64:
    
    118 119
         var:
    
    119 120
           arch_deps:
    

  • projects/geckoview/config
    ... ... @@ -26,7 +26,7 @@ var:
    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: 1
    
    29
    +  browser_build: 4
    
    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.2'
    
    2
    +version: '1.26.3'
    
    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: 2e91ebb6947a96e9436fb2b3926a8802efe63a6d375dffec4f82aa9dbd6fd43b
    
    8
    +  source_sha256: 1c646875d0aa8799133184ed57cf79ff24bdefe8c8820470602a9d3d6d9192b8
    
    9 9
       no_crosscompile: 1
    
    10 10
       setup: |
    
    11 11
         mkdir -p /var/tmp/dist
    

  • projects/tor/config
    1 1
     # vim: filetype=yaml sw=2
    
    2 2
     filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
    
    3
    -version: 0.4.9.7
    
    3
    +version: 0.4.9.9
    
    4 4
     git_hash: 'tor-[% c("version") %]'
    
    5 5
     git_url: https://gitlab.torproject.org/tpo/core/tor.git
    
    6 6
     git_submodule: 1
    

  • 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: bca639ef183dba065e6f9dc0bab86aedb03f9335
    
    15
    +    git_hash: 1d60e454a106f032f83e1c76f7dee5309efe8938
    
    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: 56f475a6c10e509aaff0657b9d864463d387cea7
    
    21
    +    git_hash: 2d7a502a0fe2ab313e03440999003d21f3df1d20
    
    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: 2c08eef67c3e6d720b23b9766d12807e25fb805e
    
    35
    +    git_hash: 85e4fdaea34266fdc7f0ef88c68606edc3f280f4
    
    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.0a6'
    
    85
    -  torbrowser_build: 'build2'
    
    84
    +  torbrowser_version: '16.0a7'
    
    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/05/06 13:00:00'
    
    88
    +  browser_release_date: '2026/06/02 12:37:12'
    
    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.0a6
    
    134 135
         - 16.0a5
    
    135 136
         - 16.0a4
    
    136
    -    - 16.0a3
    
    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