Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
- 
8467a698
by Pier Angelo Vendrame at 2024-06-10T08:56:54+02:00
6 changed files:
- projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/browser/allowed_addons.json
- projects/tor/config
- projects/translation/config
- rbm.conf
Changes:
| 1 | -Mullvad Browser 13.5a9 - June 07 2024
 | |
| 1 | +Mullvad Browser 13.5a9 - June 10 2024
 | |
| 2 | 2 |   * All Platforms
 | 
| 3 | 3 |     * Updated Firefox to 115.12.0esr
 | 
| 4 | 4 |     * Updated uBlock Origin to 1.58.0
 | 
| 1 | -Tor Browser 13.5a9 - June 07 2024
 | |
| 1 | +Tor Browser 13.5a9 - June 10 2024
 | |
| 2 | 2 |   * All Platforms
 | 
| 3 | +   * Updated Tor to 0.4.8.12
 | |
| 3 | 4 |     * Updated OpenSSL to 3.0.14
 | 
| 4 | 5 |     * Bug 41467: compat: beacon: re-enable the API but transform it to a no-op [tor-browser]
 | 
| 5 | 6 |     * Bug 42604: Add some debug logs about circuits [tor-browser]
 | 
| 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.8.11
 | |
| 3 | +version: 0.4.8.12
 | |
| 4 | 4 |  git_hash: 'tor-[% c("version") %]'
 | 
| 5 | 5 |  git_url: https://gitlab.torproject.org/tpo/core/tor.git
 | 
| 6 | 6 |  git_submodule: 1
 | 
| ... | ... | @@ -12,19 +12,19 @@ compress_tar: 'gz' | 
| 12 | 12 |  steps:
 | 
| 13 | 13 |    base-browser:
 | 
| 14 | 14 |      base-browser: '[% INCLUDE build %]'
 | 
| 15 | -    git_hash: 0fa2e3c3041cfd6730edbd09ecba4926840cbf45
 | |
| 15 | +    git_hash: a2c920966678dd664e98318557ef03ab22023880
 | |
| 16 | 16 |      targets:
 | 
| 17 | 17 |        nightly:
 | 
| 18 | 18 |          git_hash: 'base-browser'
 | 
| 19 | 19 |    tor-browser:
 | 
| 20 | 20 |      tor-browser: '[% INCLUDE build %]'
 | 
| 21 | -    git_hash: 5a548c5a3c8de50182cebb560901792a9513f37b
 | |
| 21 | +    git_hash: 0542de960c53726fab59918eeaddb3173dbacea2
 | |
| 22 | 22 |      targets:
 | 
| 23 | 23 |        nightly:
 | 
| 24 | 24 |          git_hash: 'tor-browser'
 | 
| 25 | 25 |    mullvad-browser:
 | 
| 26 | 26 |      mullvad-browser: '[% INCLUDE build %]'
 | 
| 27 | -    git_hash: c5361cb496ae7e047fd9226139537f1fcfc7938d
 | |
| 27 | +    git_hash: bff8092bbe5ae93b2c162ade300d739b2cd9e92d
 | |
| 28 | 28 |      targets:
 | 
| 29 | 29 |        nightly:
 | 
| 30 | 30 |          git_hash: 'mullvad-browser'
 | 
| ... | ... | @@ -32,7 +32,7 @@ steps: | 
| 32 | 32 |      fenix: '[% INCLUDE build %]'
 | 
| 33 | 33 |      # We need to bump the commit before releasing but just pointing to a branch
 | 
| 34 | 34 |      # might cause too much rebuidling of the Firefox part.
 | 
| 35 | -    git_hash: 90cb3269f3fd7a8676d5724045b2403715797eef
 | |
| 35 | +    git_hash: 35087956c0e382242935c2ce6e9cecfd44c112bc
 | |
| 36 | 36 |      compress_tar: 'zst'
 | 
| 37 | 37 |      targets:
 | 
| 38 | 38 |        nightly:
 | 
| ... | ... | @@ -77,7 +77,7 @@ var: | 
| 77 | 77 |    torbrowser_build: 'build1'
 | 
| 78 | 78 |    # This should be the date of when the build is started. For the build
 | 
| 79 | 79 |    # to be reproducible, browser_release_date should always be in the past.
 | 
| 80 | -  browser_release_date: '2024/06/07 00:00:00'
 | |
| 80 | +  browser_release_date: '2024/06/10 06:30:00'
 | |
| 81 | 81 |    browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
 | 
| 82 | 82 |    updater_enabled: 1
 | 
| 83 | 83 |    build_mar: 1
 |