Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
- 
73e3fc07
by Pier Angelo Vendrame at 2023-05-30T17:12:21+00:00
4 changed files:
Changes:
| ... | ... | @@ -4,7 +4,7 @@ | 
| 4 | 4 |  /out
 | 
| 5 | 5 |  /torbrowser
 | 
| 6 | 6 |  /basebrowser
 | 
| 7 | -/privacybrowser
 | |
| 7 | +/mullvadbrowser
 | |
| 8 | 8 |  /testbuild
 | 
| 9 | 9 |  /rbm.local.conf
 | 
| 10 | 10 |  /logs
 | 
| ... | ... | @@ -106,13 +106,13 @@ input_files: | 
| 106 | 106 |    - URL: https://addons.mozilla.org/firefox/downloads/file/4111078/noscript-11.4.22.xpi
 | 
| 107 | 107 |      name: noscript
 | 
| 108 | 108 |      sha256sum: 46a84c85df4c6be11905388ad2b66aeb5a010ed615484112c8c1710ad13bc36e
 | 
| 109 | -  - URL: https://addons.mozilla.org/firefox/downloads/file/4079064/ublock_origin-1.47.4.xpi
 | |
| 109 | +  - URL: https://addons.mozilla.org/firefox/downloads/file/4103048/ublock_origin-1.49.2.xpi
 | |
| 110 | 110 |      name: ublock-origin
 | 
| 111 | -    sha256sum: a35a6c8758ba74616afc09648c96d74ec2e7d27fe30f311d1db6e9a4966e7858
 | |
| 111 | +    sha256sum: 39266486f720cd31d291d2fdad78625b079782a05517e1936eec7e780bc2a84d
 | |
| 112 | 112 |      enable: '[% c("var/mullvad-browser") %]'
 | 
| 113 | -  - URL: https://github.com/mullvad/browser-extension/releases/download/v0.7.7-firefox-beta/mullvad_privacy_companion-0.7.7.xpi
 | |
| 113 | +  - URL: https://github.com/mullvad/browser-extension/releases/download/v0.7.9-firefox-beta/mullvad-browser-extension-0.7.9.xpi
 | |
| 114 | 114 |      name: mullvad-extension
 | 
| 115 | -    sha256sum: dee0e2c089b40fb1a2a8ab5d69eefd382961f695fa4dc76def400aae79b81ecf
 | |
| 115 | +    sha256sum: 17ce31b32e8be0f0db86a5a5ed93607cc84d5e2092341aee0b8eaba1c0746390
 | |
| 116 | 116 |      enable: '[% c("var/mullvad-browser") %]'
 | 
| 117 | 117 |    - filename: 'gtk3-settings.ini'
 | 
| 118 | 118 |      enable: '[% c("var/linux") %]'
 | 
| ... | ... | @@ -85,10 +85,7 @@ targets: | 
| 85 | 85 |      git_url: https://gitlab.torproject.org/tpo/applications/mullvad-browser.git
 | 
| 86 | 86 |      var:
 | 
| 87 | 87 |        branding_directory_prefix: 'mb'
 | 
| 88 | -      firefox_platform_version: 102.9.0
 | |
| 89 | -      browser_series: '12.0'
 | |
| 90 | -      browser_branch: '[% c("var/browser_series") %]-1'
 | |
| 91 | -      browser_build: 5
 | |
| 88 | +      browser_build: 1
 | |
| 92 | 89 |        gitlab_project: https://gitlab.torproject.org/tpo/applications/mullvad-browser
 | 
| 93 | 90 | |
| 94 | 91 |    linux-x86_64:
 | 
| ... | ... | @@ -276,10 +276,8 @@ targets: | 
| 276 | 276 |        exe_name: mullvadbrowser
 | 
| 277 | 277 |        mar_channel_id: '[% c("var/projectname") %]-mullvad-[% c("var/channel") %]'
 | 
| 278 | 278 |        locales: []
 | 
| 279 | -      torbrowser_version: '12.0a10'
 | |
| 280 | -      torbrowser_build: 'build1'
 | |
| 281 | 279 |        torbrowser_incremental_from:
 | 
| 282 | -        - 12.0a9
 | |
| 280 | +        - 12.0a10
 | |
| 283 | 281 | |
| 284 | 282 |    torbrowser-testbuild:
 | 
| 285 | 283 |      - testbuild
 |