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

Commits:

4 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
    ... ... @@ -8,6 +8,7 @@ Mullvad Browser 15.0.3 - December 09 2025
    8 8
        * Bug 44348: Backport Bugzilla 1999126: Protect whether PDF.js is enabled/disabled to improve fingerprinting protection [tor-browser]
    
    9 9
        * Bug 44391: Restrictions cascade blocks every capability in subframes (e.g. captchas) [tor-browser]
    
    10 10
        * Bug 44409: Backport Security Fixes from Firefox 146 [tor-browser]
    
    11
    +   * Bug 44414: Disable Zucchini for the 15.0 series. [tor-browser]
    
    11 12
      * Build System
    
    12 13
        * All Platforms
    
    13 14
          * Bug 493: Automatically check whether the signed build is avaliable on dist.torproject.org before notifying Mullvad for QA [mullvad-browser]
    

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    ... ... @@ -9,6 +9,7 @@ Tor Browser 15.0.3 - December 09 2025
    9 9
        * Bug 41646: Update lyrebird version to v0.7.0 [tor-browser-build]
    
    10 10
      * Windows + macOS + Linux
    
    11 11
        * Updated Firefox to 140.6.0esr
    
    12
    +   * Bug 44414: Disable Zucchini for the 15.0 series. [tor-browser]
    
    12 13
      * Android
    
    13 14
        * Updated GeckoView to 140.6.0esr
    
    14 15
        * Bug 44346: Webrender broken on Adreno 510 devices with esr140 [tor-browser]
    

  • projects/firefox/config
    ... ... @@ -21,7 +21,7 @@ var:
    21 21
       browser_series: '15.0'
    
    22 22
       browser_rebase: 1
    
    23 23
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    24
    -  browser_build: 4
    
    24
    +  browser_build: 5
    
    25 25
       copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
    
    26 26
       nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
    
    27 27
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    
    ... ... @@ -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: 4
    
    118 118
       linux-x86_64:
    
    119 119
         var:
    
    120 120
           arch_deps:
    

  • rbm.conf
    ... ... @@ -75,7 +75,7 @@ buildconf:
    75 75
     
    
    76 76
     var:
    
    77 77
       torbrowser_version: '15.0.3'
    
    78
    -  torbrowser_build: 'build2'
    
    78
    +  torbrowser_build: 'build3'
    
    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 81
       browser_release_date: '2025/12/08 08:01:36'