Pier Angelo Vendrame pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: a92f40c4 by Pier Angelo Vendrame at 2025-11-19T09:21:11+01:00 Bug 41633: Drop baseline profiles. Baseline profiles sometimes are not reproducible. So, drop them as a workaround. - - - - - 3ebcd127 by Pier Angelo Vendrame at 2025-11-19T09:23:04+01:00 Bug 41630: Prepare Tor Browser 15.0.2 (build2) - - - - - 4 changed files: - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/browser/build.android - projects/tor/config - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,9 +1,10 @@ -Tor Browser 15.0.2 - November 13 2025 +Tor Browser 15.0.2 - November 19 2025 * All Platforms - * Updated Tor to 0.4.8.20 + * Updated Tor to 0.4.8.21 * Build System * Android * Bug 41629: Bump JNA to 5.16.0 [tor-browser-build] + * Bug 41633: Investigate non-matching baseline.profm and baseline.prof files in android builds [tor-browser-build] Tor Browser 15.0.1 - November 11 2025 * All Platforms ===================================== projects/browser/build.android ===================================== @@ -79,6 +79,9 @@ function generate_apk { pushd apk 7zz x "$apk" cp -R ../assets ./ + # tor-browser-build#41633: Baseline profiles sometimes are not reproducible. + # Dropping them as a workaround for now. + rm -rf assets/dexopt find -type f -exec touch -m -t '[% USE date; date.format(pc("geckoview", "timestamp"), format = "%Y%m%d%H%M") %]' {} \; find -type f ! -name resources.arsc -printf '%P\n' | sort > ../files.txt 7zz a -tzip -mx9 -mtc- -spf ../repacked.apk @../files.txt ===================================== projects/tor/config ===================================== @@ -1,6 +1,6 @@ # vim: filetype=yaml sw=2 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' -version: 0.4.8.20 +version: 0.4.8.21 git_hash: 'tor-[% c("version") %]' git_url: https://gitlab.torproject.org/tpo/core/tor.git git_submodule: 1 ===================================== rbm.conf ===================================== @@ -75,7 +75,7 @@ buildconf: var: torbrowser_version: '15.0.2' - 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/11/12 11:00:00' 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.