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

Commits:

4 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
    ... ... @@ -29,6 +29,8 @@ Mullvad Browser 16.0a1 - December 11 2025
    29 29
          * Bug 41644: Self-hosted browser extensions support in relprep.py [tor-browser-build]
    
    30 30
          * Bug 41647: Add a XZ_DEFAULTS to set_default_env [tor-browser-build]
    
    31 31
          * Bug 41662: Add python-zstandard to desktop containers [tor-browser-build]
    
    32
    +   * macOS
    
    33
    +     * Bug 41665: Update macos signing wrapper for new executable gpu-helper.app [tor-browser-build]
    
    32 34
        * Linux
    
    33 35
          * Bug 41627: Firefox build system needs a more recent version of OpenSSL on Linux [tor-browser-build]
    
    34 36
          * Bug 41632: Ship Linux aarch64 builds in Alpha Release Channel [tor-browser-build]
    

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    ... ... @@ -44,6 +44,8 @@ Tor Browser 16.0a1 - December 11 2025
    44 44
        * Windows + Linux + Android
    
    45 45
          * Bug 41580: Update Go major to 1.25.x [tor-browser-build]
    
    46 46
          * Updated Go to 1.25.5
    
    47
    +   * macOS
    
    48
    +     * Bug 41665: Update macos signing wrapper for new executable gpu-helper.app [tor-browser-build]
    
    47 49
        * Linux
    
    48 50
          * Bug 41601: Upstream droppped Linux i686 support [tor-browser-build]
    
    49 51
          * Bug 41627: Firefox build system needs a more recent version of OpenSSL on Linux [tor-browser-build]
    
    ... ... @@ -60,6 +62,7 @@ Tor Browser 16.0a1 - December 11 2025
    60 62
          * Bug 41621: Remove support using older android build tools when signing 14.5 releases in tools/signing/wrappers/sign-apk [tor-browser-build]
    
    61 63
          * Bug 41628: android_ndk_version and revision can be grouped together [tor-browser-build]
    
    62 64
          * Bug 41636: Update the scripts to manage Gradle dependencies [tor-browser-build]
    
    65
    +     * Bug 41666: Normalize the path to tor-expert-bundle.aar [tor-browser-build]
    
    63 66
     
    
    64 67
     Tor Browser 15.0a4 - October 16 2025
    
    65 68
      * All Platforms
    

  • projects/geckoview/build_common
    ... ... @@ -14,7 +14,9 @@ export PATH="/var/tmp/dist/node/bin:$PATH"
    14 14
     export LC_ALL=C.UTF-8
    
    15 15
     export LANG=C.UTF-8
    
    16 16
     
    
    17
    -export TOR_EXPERT_BUNDLE_AAR=$rootdir/[% c('input_files_by_name/tor-expert-bundle-aar') %]/tor-expert-bundle.aar
    
    17
    +# Normalize this path, as it will end up in buildconfig.html.
    
    18
    +export TOR_EXPERT_BUNDLE_AAR=/var/tmp/dist/tor-expert-bundle.aar
    
    19
    +mv $rootdir/[% c('input_files_by_name/tor-expert-bundle-aar') %]/tor-expert-bundle.aar $TOR_EXPERT_BUNDLE_AAR
    
    18 20
     
    
    19 21
     tar -C /var/tmp/dist -xf [% c('input_files_by_name/application-services') %]
    
    20 22
     export APPLICATION_SERVICES=/var/tmp/dist/application-services/maven
    

  • rbm.conf
    ... ... @@ -82,7 +82,7 @@ buildconf:
    82 82
     
    
    83 83
     var:
    
    84 84
       torbrowser_version: '16.0a1'
    
    85
    -  torbrowser_build: 'build1'
    
    85
    +  torbrowser_build: 'build2'
    
    86 86
       # This should be the date of when the build is started. For the build
    
    87 87
       # to be reproducible, browser_release_date should always be in the past.
    
    88 88
       browser_release_date: '2025/12/11 14:20:12'