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

Commits:

4 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    1
    -Tor Browser 15.0.2 - November 13 2025
    
    1
    +Tor Browser 15.0.2 - November 19 2025
    
    2 2
      * All Platforms
    
    3
    -   * Updated Tor to 0.4.8.20
    
    3
    +   * Updated Tor to 0.4.8.21
    
    4 4
      * Build System
    
    5 5
        * Android
    
    6 6
          * Bug 41629: Bump JNA to 5.16.0 [tor-browser-build]
    
    7
    +     * Bug 41633: Investigate non-matching baseline.profm and baseline.prof files in android builds [tor-browser-build]
    
    7 8
     
    
    8 9
     Tor Browser 15.0.1 - November 11 2025
    
    9 10
      * All Platforms
    

  • projects/browser/build.android
    ... ... @@ -79,6 +79,9 @@ function generate_apk {
    79 79
       pushd apk
    
    80 80
       7zz x "$apk"
    
    81 81
       cp -R ../assets ./
    
    82
    +  # tor-browser-build#41633: Baseline profiles sometimes are not reproducible.
    
    83
    +  # Dropping them as a workaround for now.
    
    84
    +  rm -rf assets/dexopt 
    
    82 85
       find -type f -exec touch -m -t '[% USE date; date.format(pc("geckoview", "timestamp"), format = "%Y%m%d%H%M") %]' {} \;
    
    83 86
       find -type f ! -name resources.arsc -printf '%P\n' | sort > ../files.txt
    
    84 87
       7zz a -tzip -mx9 -mtc- -spf ../repacked.apk @../files.txt
    

  • 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.20
    
    3
    +version: 0.4.8.21
    
    4 4
     git_hash: 'tor-[% c("version") %]'
    
    5 5
     git_url: https://gitlab.torproject.org/tpo/core/tor.git
    
    6 6
     git_submodule: 1
    

  • rbm.conf
    ... ... @@ -75,7 +75,7 @@ buildconf:
    75 75
     
    
    76 76
     var:
    
    77 77
       torbrowser_version: '15.0.2'
    
    78
    -  torbrowser_build: 'build1'
    
    78
    +  torbrowser_build: 'build2'
    
    79 79
       # This should be the date of when the build is started. For the build
    
    80 80
       # to be reproducible, browser_release_date should always be in the past.
    
    81 81
       browser_release_date: '2025/11/12 11:00:00'