ma1 pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits: 937e3fee by hackademix at 2025-01-06T14:52:02+01:00 Bug 41316: Prepare Tor Browser Legacy 13.5.11
- - - - -
5 changed files:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/browser/config - projects/firefox/config - projects/translation/config - rbm.conf
Changes:
===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,30 @@ +Tor Browser 13.5.11 - July 01 2025 + * All Platforms + * Updated Firefox to 115.19.0esr + * Updated NoScript to 12.1.1 + * Updated GeckoView to 115.19.0esr + * Bug 43176: noscript-marker CSP warnings in the console [tor-browser] + * Bug 43269: NoScript localization issue [tor-browser] + * Bug 43282: Unable to click/tap/select anything adjacent the WebGL placeholders [tor-browser] + * Bug 43296: NoScript-blocked video content placeholder is not centered [tor-browser] + * Bug 43313: Backport security fixes from Firefox 133 [tor-browser] + * Bug 43343: Remove YEC 2024 [tor-browser] + * Bug 43352: Failing connection attempts to multicast IPv6 ff00:::443 logged during NoScript updates [tor-browser] + * Bug 43383: Rebase Tor Browser Legacy onto 115.19.0esr [tor-browser] + * Bug 43384: Backport security fixes from Firefox 134 [tor-browser] + * Bug 41333: Update STUN servers in Snowflake builtin bridges [tor-browser-build] + * Bug 41338: Add CDN77 meek bridge [tor-browser-build] + * Build System + * All Platforms + * Bug 40996: Do not version the .nobackup files [tor-browser-build] + * Bug 41284: Update relprep.py script to not synchronise changelogs between channels [tor-browser-build] + * Bug 41310: Update relprep.py in maint-13.5 [tor-browser-build] + * Bug 41321: Update PieroV's expired keys [tor-browser-build] + * Bug 41340: Update kick_devmole_build script with Mullvad's new GitHub workflow endpoint [tor-browser-build] + * macOS + * Bug 41325: Newer versions of 7z fail to extract our dmg files because of the /Applications symlink [tor-browser-build] + * Bug 41327: Print more logs when make_full_update.sh failed to generate mar file in dmg2mar [tor-browser-build] + Tor Browser 13.5.10 - November 18 2024 * All Platforms * Updated Firefox to 115.18.0esr
===================================== projects/browser/config ===================================== @@ -103,9 +103,9 @@ input_files: enable: '[% ! c("var/android") %]' - filename: Bundle-Data enable: '[% ! c("var/android") %]' - - URL: https://addons.mozilla.org/firefox/downloads/file/4379558/noscript-11.5.2.xp... + - URL: https://addons.mozilla.org/firefox/downloads/file/4411102/noscript-12.1.1.xp... name: noscript - sha256sum: 460aaa6484bf8422415dfe08260e8536866e3731ed5b8b7913cf4b7b1333493a + sha256sum: f9639e63ffcfc352036de00e4ff6694bb0ca65a0bb8fbd103bd08f32dc1ff31a - URL: https://addons.mozilla.org/firefox/downloads/file/4359936/ublock_origin-1.60... name: ublock-origin sha256sum: e2cda9b2a1b0a7f6e5ef0da9f87f28df52f8560587ba2e51a3003121cfb81600
===================================== projects/firefox/config ===================================== @@ -14,7 +14,7 @@ container: use_container: 1
var: - firefox_platform_version: 115.18.0 + firefox_platform_version: 115.19.0 firefox_version: '[% c("var/firefox_platform_version") %]esr' browser_series: '13.5' browser_rebase: 1
===================================== projects/translation/config ===================================== @@ -12,13 +12,13 @@ compress_tar: 'gz' steps: base-browser: base-browser: '[% INCLUDE build %]' - git_hash: caa431bbea1a76d7ad61eeda94086a1513762605 + git_hash: bb1df34ec79d55dcd1e0ebc80cb2c72d27c462b7 targets: nightly: git_hash: 'base-browser' tor-browser: tor-browser: '[% INCLUDE build %]' - git_hash: 432f09bba30aa67804744ea507f410368ae1571e + git_hash: ed3c2270e0a932596abb9fdb9a9f7151fb74d3a1 targets: nightly: git_hash: 'tor-browser'
===================================== rbm.conf ===================================== @@ -73,15 +73,16 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '13.5.10' + torbrowser_version: '13.5.11' torbrowser_build: 'build1' # 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: '2024/11/18 23:09:19' + browser_release_date: '2025/01/06 13:10:30' browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]' updater_enabled: 1 build_mar: 1 torbrowser_incremental_from: + - 13.5.10 - 13.5.9 # 13.5.8 was Android-only - 13.5.7
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/93...