ma1 pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
0f2771f3
by hackademix at 2026-06-04T17:46:52+02:00
5 changed files:
- .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md
- .gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Tor Browser Stable.md
- tools/signing/authenticode-timestamping.sh
Changes:
| ... | ... | @@ -146,7 +146,6 @@ Mullvad Browser Alpha (and Nightly) are on the `main` branch |
| 146 | 146 | - `appstoreconnect_api_key_path`: path to json file containing appstoreconnect api key infos
|
| 147 | 147 | - [ ] `set-config.update-responses`
|
| 148 | 148 | - `update_responses_repository_dir`: directory where you cloned `git@xxxxxxxxxxxxxxxxxxxxx:tpo/applications/mullvad-browser-update-responses.git`
|
| 149 | -- [ ] On `${STAGING_SERVER}` in a separate `screen` session, ensure tor daemon is running with SOCKS5 proxy on the default port 9050
|
|
| 150 | 149 | - [ ] On `${STAGING_SERVER}` in a separate `screen` session, run do-all-signing script:
|
| 151 | 150 | - Run:
|
| 152 | 151 | ```bash
|
| ... | ... | @@ -145,11 +145,6 @@ Mullvad Browser Stable is on the `maint-${MULLVAD_BROWSER_MAJOR}.${MULLVAD_BROWS |
| 145 | 145 | - `appstoreconnect_api_key_path`: path to json file containing appstoreconnect api key infos
|
| 146 | 146 | - [ ] `set-config.update-responses`
|
| 147 | 147 | - `update_responses_repository_dir`: directory where you cloned `git@xxxxxxxxxxxxxxxxxxxxx:tpo/applications/mullvad-browser-update-responses.git`
|
| 148 | - - [ ] `tor-browser-build/tools/signing/set-config.tbb-version`
|
|
| 149 | - - `tbb_version`: mullvad browser version string, same as `var/torbrowser_version` in `rbm.conf` (examples: `11.5a12`, `11.0.13`)
|
|
| 150 | - - `tbb_version_build`: the tor-browser-build build number (if `var/torbrowser_build` in `rbm.conf` is `buildN` then this value is `N`)
|
|
| 151 | - - `tbb_version_type`: either `alpha` for alpha releases or `release` for stable releases
|
|
| 152 | -- [ ] On `${STAGING_SERVER}` in a separate `screen` session, ensure tor daemon is running with SOCKS5 proxy on the default port 9050
|
|
| 153 | 148 | - [ ] On `${STAGING_SERVER}` in a separate `screen` session, run do-all-signing script:
|
| 154 | 149 | - Run:
|
| 155 | 150 | ```bash
|
| ... | ... | @@ -203,7 +203,6 @@ Tor Browser Alpha (and Nightly) are on the `main` branch |
| 203 | 203 | - `appstoreconnect_api_key_path`: path to json file containing appstoreconnect api key infos
|
| 204 | 204 | - [ ] `set-config.update-responses`
|
| 205 | 205 | - `update_responses_repository_dir`: directory where you cloned `git@xxxxxxxxxxxxxxxxxxxxx:tpo/applications/tor-browser-update-responses.git`
|
| 206 | -- [ ] On `${STAGING_SERVER}` in a separate `screen` session, ensure tor daemon is running with SOCKS5 proxy on the default port 9050
|
|
| 207 | 206 | - [ ] On `${STAGING_SERVER}` in a separate `screen` session, run do-all-signing script:
|
| 208 | 207 | - Run:
|
| 209 | 208 | ```bash
|
| ... | ... | @@ -224,11 +224,6 @@ Tor Browser Stable is on the `maint-${TOR_BROWSER_MAJOR}.${TOR_BROWSER_MINOR}` b |
| 224 | 224 | - `appstoreconnect_api_key_path`: path to json file containing appstoreconnect api key infos
|
| 225 | 225 | - [ ] `set-config.update-responses`
|
| 226 | 226 | - `update_responses_repository_dir`: directory where you cloned `git@xxxxxxxxxxxxxxxxxxxxx:tpo/applications/tor-browser-update-responses.git`
|
| 227 | - - [ ] `tor-browser-build/tools/signing/set-config.tbb-version`
|
|
| 228 | - - `tbb_version`: tor browser version string, same as `var/torbrowser_version` in `rbm.conf` (examples: `11.5a12`, `11.0.13`)
|
|
| 229 | - - `tbb_version_build`: the tor-browser-build build number (if `var/torbrowser_build` in `rbm.conf` is `buildN` then this value is `N`)
|
|
| 230 | - - `tbb_version_type`: either `alpha` for alpha releases or `release` for stable releases
|
|
| 231 | -- [ ] On `${STAGING_SERVER}` in a separate `screen` session, ensure tor daemon is running with SOCKS5 proxy on the default port 9050
|
|
| 232 | 227 | - [ ] On `${STAGING_SERVER}` in a separate `screen` session, run do-all-signing script:
|
| 233 | 228 | - Run:
|
| 234 | 229 | ```bash
|
| ... | ... | @@ -57,7 +57,6 @@ for i in `find . -name "*.exe" -print` |
| 57 | 57 | do
|
| 58 | 58 | osslsigncode add \
|
| 59 | 59 | -t http://timestamp.digicert.com \
|
| 60 | - -p socks://127.0.0.1:9050 \
|
|
| 61 | 60 | $i $i-timestamped
|
| 62 | 61 | COUNT=$((COUNT + 1))
|
| 63 | 62 |