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

Commits:

8 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
    1
    +Mullvad Browser 15.0.14 - May 19 2026
    
    2
    + * All Platforms
    
    3
    +   * Updated Firefox to 140.11.0esr
    
    4
    +   * Updated NoScript to 13.6.19.1984
    
    5
    +   * Bug 44958: Backport Security Fixes from Firefox 151 [tor-browser]
    
    6
    + * Build System
    
    7
    +   * All Platforms
    
    8
    +     * Bug 41781: Fix clean section in rbm.local.conf.example [tor-browser-build]
    
    9
    +
    
    1 10
     Mullvad Browser 15.0.12 - May 07 2026
    
    2 11
      * All Platforms
    
    3 12
        * Updated Firefox to 140.10.2esr
    

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    No preview for this file type
  • projects/browser/config
    ... ... @@ -114,9 +114,9 @@ input_files:
    114 114
       - filename: dmg-root
    
    115 115
         enable: '[% ! c("var/android") %]'
    
    116 116
       - name: fenix-nightly-apk
    
    117
    -    URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/05/2026-05-07-08-37-59-fenix-152.0a1-android-arm64-v8a/fenix-152.0a1.multi.android-arm64-v8a.apk
    
    117
    +    URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/05/2026-05-18-09-37-36-fenix-152.0a1-android-arm64-v8a/fenix-152.0a1.multi.android-arm64-v8a.apk
    
    118 118
         enable: '[% c("var/android") %]'
    
    119
    -    sha256sum: 02c00cffa9b3fd3614f5c074d67c64b8eae7e1cab40899a5a6e243ab9bb88479
    
    119
    +    sha256sum: 6dc4e01fa2cea881d54f00e62e8e063fc5b27db4aa10c126952cbd28c959256a
    
    120 120
       - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.19.1984.xpi
    
    121 121
         name: noscript
    
    122 122
         sha256sum: e4280bb2ae87b7dce2c43e416dab60f15a791d439bf9dde2d15b91c14b4163d1
    

  • projects/firefox/config
    ... ... @@ -18,12 +18,12 @@ container:
    18 18
       use_container: 1
    
    19 19
     
    
    20 20
     var:
    
    21
    -  firefox_platform_version: '140.10.2'
    
    21
    +  firefox_platform_version: '140.11.0'
    
    22 22
       firefox_version: '[% c("var/firefox_platform_version") %]esr'
    
    23 23
       browser_series: '15.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: 3
    
    27 27
       copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
    
    28 28
       nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
    
    29 29
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    
    ... ... @@ -112,6 +112,7 @@ targets:
    112 112
       mullvadbrowser:
    
    113 113
         git_url: https://gitlab.torproject.org/tpo/applications/mullvad-browser.git
    
    114 114
         var:
    
    115
    +      browser_build: 2
    
    115 116
           gitlab_project: https://gitlab.torproject.org/tpo/applications/mullvad-browser
    
    116 117
           updater_url: 'https://cdn.mullvad.net/browser/update_responses/update_1/'
    
    117 118
           mar_id_prefix: 'mullvadbrowser-mullvad'
    

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

  • projects/go/config
    1 1
     # vim: filetype=yaml sw=2
    
    2
    -version: '1.25.9'
    
    2
    +version: '1.25.10'
    
    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: 0ec9ef8ebcea097aac37decae9f09a7218b451cd96be7d6ed513d8e4bcf909cf
    
    8
    +  source_sha256: 20cf04a92e5af99748e341bc8996fa28090c9ac98765fa115ec5ddf41d7af41d
    
    9 9
       no_crosscompile: 1
    
    10 10
       setup: |
    
    11 11
         mkdir -p /var/tmp/dist
    

  • 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: 6749f7ce29126312167aee8e07cd45a4aa4acb9d
    
    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: a2e92e2c255377898a72be2fc0d073766a7ee4ed
    
    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: 5cc66c03e5c3d4f35dd48fc5a5a721e5ea1fc384
    
    36 36
         compress_tar: 'zst'
    
    37 37
         targets:
    
    38 38
           nightly:
    

  • rbm.conf
    ... ... @@ -74,11 +74,11 @@ buildconf:
    74 74
       git_signtag_opt: '-s'
    
    75 75
     
    
    76 76
     var:
    
    77
    -  torbrowser_version: '15.0.13'
    
    77
    +  torbrowser_version: '15.0.14'
    
    78 78
       torbrowser_build: 'build1'
    
    79 79
       # This should be the date of when the build is started. For the build
    
    80 80
       # to be reproducible, browser_release_date should always be in the past.
    
    81
    -  browser_release_date: '2026/05/07 14:25:16'
    
    81
    +  browser_release_date: '2026/05/18 17:00:00'
    
    82 82
       browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
    
    83 83
       browser_default_channel: release
    
    84 84
       browser_platforms:
    
    ... ... @@ -128,9 +128,10 @@ var:
    128 128
       updater_enabled: 1
    
    129 129
       build_mar: 1
    
    130 130
       torbrowser_incremental_from:
    
    131
    +    - '[% IF c("var/tor-browser") %]15.0.13[% END %]'
    
    131 132
         - 15.0.12
    
    132 133
         - 15.0.11
    
    133
    -    - 15.0.10
    
    134
    +    - '[% IF c("var/mullvad-browser") %]15.0.10[% END %]'
    
    134 135
       mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
    
    135 136
     
    
    136 137
       # By default, we sort the list of installed packages. This allows sharing