Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 6e2f7f6b by Pier Angelo Vendrame at 2025-12-15T09:13:55+01:00 Bug 41666: Normalize the path to tor-expert-bundle.aar. This path is included in the builds (in buildconfig.html), and the current one is random, so it makes build non-reproducible. - - - - - b87dbe8e by Pier Angelo Vendrame at 2025-12-15T14:58:07+01:00 Bug 41513: Prepare Tor Browser 16.0a1 (build2). Bump to build2 as build1 had Android reproducibility problems. - - - - - 4 changed files: - projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/geckoview/build_common - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt ===================================== @@ -29,6 +29,8 @@ Mullvad Browser 16.0a1 - December 11 2025 * Bug 41644: Self-hosted browser extensions support in relprep.py [tor-browser-build] * Bug 41647: Add a XZ_DEFAULTS to set_default_env [tor-browser-build] * Bug 41662: Add python-zstandard to desktop containers [tor-browser-build] + * macOS + * Bug 41665: Update macos signing wrapper for new executable gpu-helper.app [tor-browser-build] * Linux * Bug 41627: Firefox build system needs a more recent version of OpenSSL on Linux [tor-browser-build] * 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 * Windows + Linux + Android * Bug 41580: Update Go major to 1.25.x [tor-browser-build] * Updated Go to 1.25.5 + * macOS + * Bug 41665: Update macos signing wrapper for new executable gpu-helper.app [tor-browser-build] * Linux * Bug 41601: Upstream droppped Linux i686 support [tor-browser-build] * 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 * Bug 41621: Remove support using older android build tools when signing 14.5 releases in tools/signing/wrappers/sign-apk [tor-browser-build] * Bug 41628: android_ndk_version and revision can be grouped together [tor-browser-build] * Bug 41636: Update the scripts to manage Gradle dependencies [tor-browser-build] + * Bug 41666: Normalize the path to tor-expert-bundle.aar [tor-browser-build] Tor Browser 15.0a4 - October 16 2025 * All Platforms ===================================== projects/geckoview/build_common ===================================== @@ -14,7 +14,9 @@ export PATH="/var/tmp/dist/node/bin:$PATH" export LC_ALL=C.UTF-8 export LANG=C.UTF-8 -export TOR_EXPERT_BUNDLE_AAR=$rootdir/[% c('input_files_by_name/tor-expert-bundle-aar') %]/tor-expert-bundle.aar +# Normalize this path, as it will end up in buildconfig.html. +export TOR_EXPERT_BUNDLE_AAR=/var/tmp/dist/tor-expert-bundle.aar +mv $rootdir/[% c('input_files_by_name/tor-expert-bundle-aar') %]/tor-expert-bundle.aar $TOR_EXPERT_BUNDLE_AAR tar -C /var/tmp/dist -xf [% c('input_files_by_name/application-services') %] export APPLICATION_SERVICES=/var/tmp/dist/application-services/maven ===================================== rbm.conf ===================================== @@ -82,7 +82,7 @@ buildconf: var: torbrowser_version: '16.0a1' - torbrowser_build: 'build1' + torbrowser_build: 'build2' # This should be the date of when the build is started. For the build # to be reproducible, browser_release_date should always be in the past. browser_release_date: '2025/12/11 14:20:12' View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/7... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/7... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)