ma1 pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build

Commits:

5 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    1
    +Tor Browser 13.5.11 - July 01 2025
    
    2
    + * All Platforms
    
    3
    +   * Updated Firefox to 115.19.0esr
    
    4
    +   * Updated NoScript to 12.1.1
    
    5
    +   * Updated GeckoView to 115.19.0esr
    
    6
    +   * Bug 43176: noscript-marker CSP warnings in the console [tor-browser]
    
    7
    +   * Bug 43269: NoScript localization issue [tor-browser]
    
    8
    +   * Bug 43282: Unable to click/tap/select anything adjacent the WebGL placeholders [tor-browser]
    
    9
    +   * Bug 43296: NoScript-blocked video content placeholder is not centered [tor-browser]
    
    10
    +   * Bug 43313: Backport security fixes from Firefox 133 [tor-browser]
    
    11
    +   * Bug 43343: Remove YEC 2024 [tor-browser]
    
    12
    +   * Bug 43352: Failing connection attempts to multicast IPv6 ff00:::443 logged during NoScript updates [tor-browser]
    
    13
    +   * Bug 43383: Rebase Tor Browser Legacy onto 115.19.0esr [tor-browser]
    
    14
    +   * Bug 43384: Backport security fixes from Firefox 134 [tor-browser]
    
    15
    +   * Bug 41333: Update STUN servers in Snowflake builtin bridges [tor-browser-build]
    
    16
    +   * Bug 41338: Add CDN77 meek bridge [tor-browser-build]
    
    17
    + * Build System
    
    18
    +   * All Platforms
    
    19
    +     * Bug 40996: Do not version the .nobackup files [tor-browser-build]
    
    20
    +     * Bug 41284: Update relprep.py script to not synchronise changelogs between channels [tor-browser-build]
    
    21
    +     * Bug 41310: Update relprep.py in maint-13.5 [tor-browser-build]
    
    22
    +     * Bug 41321: Update PieroV's expired keys [tor-browser-build]
    
    23
    +     * Bug 41340: Update kick_devmole_build script with Mullvad's new GitHub workflow endpoint [tor-browser-build]
    
    24
    +   * macOS
    
    25
    +     * Bug 41325: Newer versions of 7z fail to extract our dmg files because of the /Applications symlink [tor-browser-build]
    
    26
    +     * Bug 41327: Print more logs when make_full_update.sh failed to generate mar file in dmg2mar [tor-browser-build]
    
    27
    +
    
    1 28
     Tor Browser 13.5.10 - November 18 2024
    
    2 29
      * All Platforms
    
    3 30
        * Updated Firefox to 115.18.0esr
    

  • projects/browser/config
    ... ... @@ -103,9 +103,9 @@ input_files:
    103 103
         enable: '[% ! c("var/android") %]'
    
    104 104
       - filename: Bundle-Data
    
    105 105
         enable: '[% ! c("var/android") %]'
    
    106
    -  - URL: https://addons.mozilla.org/firefox/downloads/file/4379558/noscript-11.5.2.xpi
    
    106
    +  - URL: https://addons.mozilla.org/firefox/downloads/file/4411102/noscript-12.1.1.xpi
    
    107 107
         name: noscript
    
    108
    -    sha256sum: 460aaa6484bf8422415dfe08260e8536866e3731ed5b8b7913cf4b7b1333493a
    
    108
    +    sha256sum: f9639e63ffcfc352036de00e4ff6694bb0ca65a0bb8fbd103bd08f32dc1ff31a
    
    109 109
       - URL: https://addons.mozilla.org/firefox/downloads/file/4359936/ublock_origin-1.60.0.xpi
    
    110 110
         name: ublock-origin
    
    111 111
         sha256sum: e2cda9b2a1b0a7f6e5ef0da9f87f28df52f8560587ba2e51a3003121cfb81600
    

  • projects/firefox/config
    ... ... @@ -14,7 +14,7 @@ container:
    14 14
       use_container: 1
    
    15 15
     
    
    16 16
     var:
    
    17
    -  firefox_platform_version: 115.18.0
    
    17
    +  firefox_platform_version: 115.19.0
    
    18 18
       firefox_version: '[% c("var/firefox_platform_version") %]esr'
    
    19 19
       browser_series: '13.5'
    
    20 20
       browser_rebase: 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: caa431bbea1a76d7ad61eeda94086a1513762605
    
    15
    +    git_hash: bb1df34ec79d55dcd1e0ebc80cb2c72d27c462b7
    
    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: 432f09bba30aa67804744ea507f410368ae1571e
    
    21
    +    git_hash: ed3c2270e0a932596abb9fdb9a9f7151fb74d3a1
    
    22 22
         targets:
    
    23 23
           nightly:
    
    24 24
             git_hash: 'tor-browser'
    

  • rbm.conf
    ... ... @@ -73,15 +73,16 @@ buildconf:
    73 73
       git_signtag_opt: '-s'
    
    74 74
     
    
    75 75
     var:
    
    76
    -  torbrowser_version: '13.5.10'
    
    76
    +  torbrowser_version: '13.5.11'
    
    77 77
       torbrowser_build: 'build1'
    
    78 78
       # This should be the date of when the build is started. For the build
    
    79 79
       # to be reproducible, browser_release_date should always be in the past.
    
    80
    -  browser_release_date: '2024/11/18 23:09:19'
    
    80
    +  browser_release_date: '2025/01/06 13:10:30'
    
    81 81
       browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
    
    82 82
       updater_enabled: 1
    
    83 83
       build_mar: 1
    
    84 84
       torbrowser_incremental_from:
    
    85
    +    - 13.5.10
    
    85 86
         - 13.5.9
    
    86 87
         # 13.5.8 was Android-only
    
    87 88
         - 13.5.7