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

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-13.5] Bug 41659: Prepare Tor Browser 13.5.27.



Title: GitLab

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

Commits:

  • c6dd99c6
    by Pier Angelo Vendrame at 2026-01-12T11:50:08+01:00
    Bug 41659: Prepare Tor Browser 13.5.27.
    

5 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    1
    +Tor Browser 13.5.27 - January 13 2026
    
    2
    + * All Platforms
    
    3
    +   * Updated Firefox to 115.32.0esr
    
    4
    +   * Updated NoScript to 13.5.7.1984
    
    5
    +   * Bug 44418: Update built-in obfs4 bridges [tor-browser]
    
    6
    +   * Bug 44433: Weird §:domain.com label in the Blocked Objects window [tor-browser]
    
    7
    +   * Bug 44471: Rebase Tor Browser legacy onto 115.32.0esr [tor-browser]
    
    8
    +   * Bug 44474: Backport Security Fixes from Firefox 147 [tor-browser]
    
    9
    +   * Bug 44482: (H1) Script execution in Safest mode via data URI navigation [tor-browser]
    
    10
    + * Build System
    
    11
    +   * All Platforms
    
    12
    +     * Bug 41682: relprep.py should fail when a GitHub release is not found [tor-browser-build]
    
    13
    +
    
    1 14
     Tor Browser 13.5.26 - December 09 2025
    
    2 15
      * All Platforms
    
    3 16
        * Updated Firefox to 115.31.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://dist.torproject.org/torbrowser/noscript/noscript-13.5.2.1984.xpi
    
    106
    +  - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.5.7.1984.xpi
    
    107 107
         name: noscript
    
    108
    -    sha256sum: 4579c70b69e3198ea0bf064f9912b9341696b9ad4ed177cb19994208872425fd
    
    108
    +    sha256sum: 502cba045cc36f813adce8931e13d7f8f3962f8ba855173f4ba19bc82a6cfb59
    
    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
    ... ... @@ -16,7 +16,7 @@ container:
    16 16
       use_container: 1
    
    17 17
     
    
    18 18
     var:
    
    19
    -  firefox_platform_version: 115.31.0
    
    19
    +  firefox_platform_version: 115.32.0
    
    20 20
       firefox_version: '[% c("var/firefox_platform_version") %]esr'
    
    21 21
       browser_series: '13.5'
    
    22 22
       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: d366318349af0977ff23b492fa87e436e8672fdd
    
    15
    +    git_hash: fca1605a06b1a9b24cac7de6afb23aa896864e3e
    
    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: 45b67d3be52f79e8a4b361fd04ab12f342ab0016
    
    21
    +    git_hash: 579dafc751edf73f98da66e548b87d85474104ea
    
    22 22
         targets:
    
    23 23
           nightly:
    
    24 24
             git_hash: 'tor-browser'
    

  • rbm.conf
    ... ... @@ -73,11 +73,11 @@ buildconf:
    73 73
       git_signtag_opt: '-s'
    
    74 74
     
    
    75 75
     var:
    
    76
    -  torbrowser_version: '13.5.26'
    
    76
    +  torbrowser_version: '13.5.27'
    
    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/12/07 18:15:20'
    
    80
    +  browser_release_date: '2026/01/12 10:30:00'
    
    81 81
       browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
    
    82 82
       browser_platforms:
    
    83 83
         # is_android_release and is_desktop_release are used to quickly
    
    ... ... @@ -115,9 +115,9 @@ var:
    115 115
       updater_enabled: 1
    
    116 116
       build_mar: 1
    
    117 117
       torbrowser_incremental_from:
    
    118
    +    - 13.5.26
    
    118 119
         - 13.5.25
    
    119 120
         - 13.5.24
    
    120
    -    - 13.5.23
    
    121 121
       mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
    
    122 122
     
    
    123 123
       # 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