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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41833&41834: Prepare Tor&Mullvad Browser 16.0a9



Title: GitLab

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

Commits:

  • 7dd751cf
    by Pier Angelo Vendrame at 2026-07-22T15:48:58+02:00
    Bug 41833&41834: Prepare Tor&Mullvad Browser 16.0a9
    

8 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
    1
    +Mullvad Browser 16.0a9 - July 23 2026
    
    2
    + * All Platforms
    
    3
    +   * Updated Firefox to 153.0esr
    
    4
    +   * Updated NoScript to 13.6.30.90201984
    
    5
    +   * Updated uBlock Origin to 1.72.2
    
    6
    +   * Bug 559: about:preferences is broken in 153 nightlies [mullvad-browser]
    
    7
    +   * Bug 561: Rebase Mullvad Browser onto 153.0esr [mullvad-browser]
    
    8
    +   * Bug 44439: Remove translate action from urlbar [tor-browser]
    
    9
    +   * Bug 44811: Remove the lock on pdfjs.disable. [tor-browser]
    
    10
    +   * Bug 45110: Disable the settings redesign until ready for us [tor-browser]
    
    11
    +   * Bug 45131: Security level is using an unsafe getBoolPref [tor-browser]
    
    12
    +   * Bug 45132: nsAppFileLocationProvider.cpp: use of undeclared identifier 'XRE_EXECUTABLE_FILE' [tor-browser]
    
    13
    + * Windows
    
    14
    +   * Bug 555: Fix our wchar_t to char conversion in desktop_capture_utils.cc [mullvad-browser]
    
    15
    + * macOS
    
    16
    +   * Bug 45108: Artifact generation fails due to missing .DS_Store in the branding directories [tor-browser]
    
    17
    + * Build System
    
    18
    +   * All Platforms
    
    19
    +     * Bug 41838: Update personal_access_tokens URL in tools/fetch_changelogs.py [tor-browser-build]
    
    20
    +   * Windows
    
    21
    +     * Bug 41819: Fix windows-rs URL in projects/firefox/config [tor-browser-build]
    
    22
    +
    
    1 23
     Mullvad Browser 16.0a8 - July 01 2026
    
    2 24
      * All Platforms
    
    3 25
        * Updated Firefox to 152.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.25.90301984.xpi
    
    90
    +  - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.30.90201984.xpi
    
    91 91
         name: noscript
    
    92
    -    sha256sum: 1449e39c15bf00493c274697486fc5f520124d52901fcae696c05083b2c7e921
    
    93
    -  - URL: https://addons.mozilla.org/firefox/downloads/file/4814095/ublock_origin-1.71.0.xpi
    
    92
    +    sha256sum: ef7b48702916f86d44f0578fcc18dcd4ed4a013481abafca96891e10af1bcf85
    
    93
    +  - URL: https://addons.mozilla.org/firefox/downloads/file/4888680/ublock_origin-1.72.2.xpi
    
    94 94
         name: ublock-origin
    
    95
    -    sha256sum: 47f788a1fc2c014830b30bb0ef9588615701b98c5265fb19b8cf4ba779849feb
    
    95
    +    sha256sum: 40c315b0da7871868155ecfae7a50a58dfa0920aebd865e008214986f1b7c578
    
    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: 2
    
    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") %]'
    

  • 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: 2
    
    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.4'
    
    2
    +version: '1.26.5'
    
    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: 4f668a32fbfc1132e6a881fb968c2f1dada631492a339211735fbb255a42602d
    
    8
    +  source_sha256: 495be4bc87176ac567392e5b4116abd98466d33d7b49d41e764ccc6976b2dc42
    
    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: f214fa73196b8b4ecfd2141ff373ddcbb5edf6b8
    
    15
    +    git_hash: 7bd0a8e7226bbf29f16d477ff92d0024b1d48a7c
    
    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: f1579ea805d3d1af56d394893d26561a2945824c
    
    21
    +    git_hash: 43635f68f04d7e5645e5b28bbab7cd7f0fc2ffa5
    
    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: 925fa40ece33f0c66b11c41b856fc71a1f8bf25c
    
    35
    +    git_hash: f3757f734f6d08ff5aecc18f9f4b05e35c9bcbc4
    
    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.0a8'
    
    85
    -  torbrowser_build: 'build3'
    
    84
    +  torbrowser_version: '16.0a9'
    
    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/07/01 08:30:00'
    
    88
    +  browser_release_date: '2026/07/22 13:30: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.0a8
    
    134 135
         - 16.0a7
    
    135 136
         - 16.0a6
    
    136
    -    - 16.0a5
    
    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