Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
5a3d2a8b
by Pier Angelo Vendrame at 2026-05-06T18:21:23+02:00
7 changed files:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/browser/config
- projects/firefox/config
- projects/geckoview/config
- projects/tor/config
- projects/translation/config
- rbm.conf
Changes:
| ... | ... | @@ -87,9 +87,9 @@ input_files: |
| 87 | 87 | enable: '[% !c("var/android") %]'
|
| 88 | 88 | - filename: dmg-root
|
| 89 | 89 | enable: '[% c("var/macos") %]'
|
| 90 | - - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.17.90101984.xpi
|
|
| 90 | + - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.18.90101984.xpi
|
|
| 91 | 91 | name: noscript
|
| 92 | - sha256sum: 625cac7e3a275398c2cdb38667b20ad57fde9015a9ab2c39f1b77bb42c32c639
|
|
| 92 | + sha256sum: 645b60bcd3fd835cf1b3a4b710f74ca83d19287afe930b550732fb4837836319
|
|
| 93 | 93 | - URL: https://addons.mozilla.org/firefox/downloads/file/4721638/ublock_origin-1.70.0.xpi
|
| 94 | 94 | name: ublock-origin
|
| 95 | 95 | sha256sum: f2730d2877005763a45d765749892e936f49cae713d28f7aa6ea314454b89cf1
|
| ... | ... | @@ -23,7 +23,7 @@ var: |
| 23 | 23 | browser_series: '16.0'
|
| 24 | 24 | browser_rebase: 2
|
| 25 | 25 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
| 26 | - browser_build: 2
|
|
| 26 | + browser_build: 3
|
|
| 27 | 27 | upstream_firefox_commit: FIREFOX_NIGHTLY_150_END
|
| 28 | 28 | copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
|
| 29 | 29 | nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
|
| ... | ... | @@ -26,7 +26,7 @@ var: |
| 26 | 26 | browser_series: '16.0'
|
| 27 | 27 | browser_rebase: 2
|
| 28 | 28 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
| 29 | - browser_build: 2
|
|
| 29 | + browser_build: 3
|
|
| 30 | 30 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
| 31 | 31 | git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
|
| 32 | 32 | deps:
|
| 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.9.6
|
|
| 3 | +version: 0.4.9.7
|
|
| 4 | 4 | git_hash: 'tor-[% c("version") %]'
|
| 5 | 5 | git_url: https://gitlab.torproject.org/tpo/core/tor.git
|
| 6 | 6 | git_submodule: 1
|
| ... | ... | @@ -18,7 +18,7 @@ steps: |
| 18 | 18 | git_hash: 'base-browser'
|
| 19 | 19 | tor-browser:
|
| 20 | 20 | tor-browser: '[% INCLUDE build %]'
|
| 21 | - git_hash: 20629720924f89d8a8561f84c8808e4feaf78135
|
|
| 21 | + git_hash: 56f475a6c10e509aaff0657b9d864463d387cea7
|
|
| 22 | 22 | targets:
|
| 23 | 23 | nightly:
|
| 24 | 24 | git_hash: 'tor-browser'
|
| ... | ... | @@ -82,10 +82,10 @@ buildconf: |
| 82 | 82 | |
| 83 | 83 | var:
|
| 84 | 84 | torbrowser_version: '16.0a6'
|
| 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 | - browser_release_date: '2026/05/04 16:00:00'
|
|
| 88 | + browser_release_date: '2026/05/06 13:00:00'
|
|
| 89 | 89 | browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
|
| 90 | 90 | browser_default_channel: alpha
|
| 91 | 91 | browser_platforms:
|