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

Commits:

8 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    1
    +Tor Browser 14.5.8 - October 08 2025
    
    2
    + * All Platforms
    
    3
    +   * Updated Tor to 0.4.8.19
    
    4
    +   * Updated OpenSSL to 3.5.4
    
    5
    +   * Bug 44239: DDG HTML page and search results displayed incorrectly with Safest security setting [tor-browser]
    
    6
    +   * Bug 44240: Typo on dom.security.https_first_add_exception_on_failure [tor-browser]
    
    7
    +   * Bug 44244: Backport Security Fixes from Firefox 144 [tor-browser]
    
    8
    +   * Bug 41574: Update Snowflake builtin bridge lines [tor-browser-build]
    
    9
    + * Windows + macOS + Linux
    
    10
    +   * Bug 44032: Implement YEC 2025 Takeover for Desktop Stable [tor-browser]
    
    11
    + * Android
    
    12
    +   * Bug 44031: Implement YEC 2025 Takeover for Android Stable [tor-browser]
    
    13
    +
    
    1 14
     Tor Browser 14.5.7 - September 16 2025
    
    2 15
      * All Platforms
    
    3 16
        * Updated OpenSSL to 3.5.2
    

  • projects/firefox/config
    ... ... @@ -21,7 +21,7 @@ var:
    21 21
       browser_series: '14.5'
    
    22 22
       browser_rebase: 1
    
    23 23
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    24
    -  browser_build: 5
    
    24
    +  browser_build: 6
    
    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
    

  • projects/geckoview/config
    ... ... @@ -23,7 +23,7 @@ var:
    23 23
       browser_series: '14.5'
    
    24 24
       browser_rebase: 1
    
    25 25
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    26
    -  browser_build: 5
    
    26
    +  browser_build: 6
    
    27 27
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    
    28 28
       git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
    
    29 29
       deps:
    

  • projects/manual/config
    1 1
     # vim: filetype=yaml sw=2
    
    2 2
     # To update, see doc/how-to-update-the-manual.txt
    
    3 3
     # Remember to update also the package's hash, with the version!
    
    4
    -version: 311002
    
    4
    +version: 321660
    
    5 5
     filename: 'manual-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
    
    6 6
     container:
    
    7 7
       use_container: 1
    

  • projects/openssl/config
    1 1
     # vim: filetype=yaml sw=2
    
    2
    -version: 3.5.2
    
    2
    +version: 3.5.4
    
    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
    
    ... ... @@ -33,5 +33,5 @@ input_files:
    33 33
       - name: '[% c("var/compiler") %]'
    
    34 34
         project: '[% c("var/compiler") %]'
    
    35 35
       - URL: 'https://github.com/openssl/openssl/releases/download/openssl-[% c("version") %]/openssl-[% c("version") %].tar.gz'
    
    36
    -    sha256sum: c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec
    
    36
    +    sha256sum: 967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99
    
    37 37
         name: openssl

  • 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.17
    
    3
    +version: 0.4.8.19
    
    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: 0605fd89b582f841ff494213ace40558043593d7
    
    15
    +    git_hash: 8b24f7d9a827310d098c0af318bf2532424a1762
    
    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: 0513af059216580b1e8159af3a808ab4a1b32f84
    
    21
    +    git_hash: e359c7f44d8fd470b1ccfb8e918887dfb807c604
    
    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: 87d728e886d1bbb98adcd3abe92b0a00cc582ece
    
    35
    +    git_hash: 79279029a808b149586b33ce8abe1c8d9ba3b45a
    
    36 36
         compress_tar: 'zst'
    
    37 37
         targets:
    
    38 38
           nightly:
    

  • rbm.conf
    ... ... @@ -73,11 +73,11 @@ buildconf:
    73 73
       git_signtag_opt: '-s'
    
    74 74
     
    
    75 75
     var:
    
    76
    -  torbrowser_version: '14.5.7'
    
    76
    +  torbrowser_version: '14.5.8'
    
    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/09/15 18:55:38'
    
    80
    +  browser_release_date: '2025/10/07 12:00:00'
    
    81 81
       browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
    
    82 82
       browser_default_channel: release
    
    83 83
       browser_platforms:
    
    ... ... @@ -127,9 +127,9 @@ var:
    127 127
       updater_enabled: 1
    
    128 128
       build_mar: 1
    
    129 129
       torbrowser_incremental_from:
    
    130
    +    - 14.5.7
    
    130 131
         - 14.5.6
    
    131 132
         - 14.5.5
    
    132
    -    - 14.5.4
    
    133 133
       mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
    
    134 134
     
    
    135 135
       torbrowser_legacy_version: 13.5.22