morgan 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.15 - April 01 2025
    
    2
    + * All Platforms
    
    3
    +   * Updated Firefox to 115.22.0esr
    
    4
    +   * Updated Tor to 0.4.8.16
    
    5
    +   * Bug 43578: Backport tor-browser#43556 Add the "Dismiss" translations in the survey banner [tor-browser]
    
    6
    +   * Bug 43580: Backport tor-browser#43443: Drop effective top level domain for `au.securedrop.tor.onion` [tor-browser]
    
    7
    +   * Bug 43587: Rebase Tor Browser legacy onto 115.22.0esr [tor-browser]
    
    8
    +   * Bug 43601: Backport security fixes from Firefox 137 [tor-browser]
    
    9
    + * Build System
    
    10
    +   * macOS
    
    11
    +     * Bug 41383: Add clairehurst to list of accepted firefox/geckoview signers [tor-browser-build]
    
    12
    +
    
    1 13
     Tor Browser 13.5.14 - March 27 2025
    
    2 14
      * Windows
    
    3 15
        * Bug 43592: Backport security fixes from Firefox 128.8.1esr [tor-browser]
    

  • projects/firefox/config
    ... ... @@ -15,12 +15,12 @@ container:
    15 15
       use_container: 1
    
    16 16
     
    
    17 17
     var:
    
    18
    -  firefox_platform_version: 115.21.0
    
    18
    +  firefox_platform_version: 115.22.0
    
    19 19
       firefox_version: '[% c("var/firefox_platform_version") %]esr'
    
    20 20
       browser_series: '13.5'
    
    21 21
       browser_rebase: 1
    
    22 22
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    23
    -  browser_build: 3
    
    23
    +  browser_build: 2
    
    24 24
       branding_directory_prefix: 'tb'
    
    25 25
       copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
    
    26 26
       nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
    

  • 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.8.14
    
    3
    +version: 0.4.8.16
    
    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: 21fed48fc58df9e6c4d9f67b048fcae831df50c9
    
    15
    +    git_hash: d687be19490caa48a46a3e2193bda95d57cbb96d
    
    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: 100908b702f92bc001b69cdd70f96a6e63134516
    
    21
    +    git_hash: 95b60f2679611d39b035f2e45555c2c3d64d991f
    
    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.14'
    
    76
    +  torbrowser_version: '13.5.15'
    
    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: '2025/03/26 22:07:00'
    
    80
    +  browser_release_date: '2025/03/31 18:28:08'
    
    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.14
    
    85 86
         - 13.5.13
    
    86 87
         - 13.5.12
    
    87 88
         - 13.5.11