ma1 pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
7d331b11
by hackademix at 2026-06-04T09:29:11+02:00
5 changed files:
- .gitlab/issue_templates/040 Release Prep - Tor Browser Alpha.md
- .gitlab/issue_templates/041 Release Prep - Tor Browser Stable.md
- .gitlab/issue_templates/050 Release Prep - Mullvad Browser Alpha.md
- .gitlab/issue_templates/051 Release Prep - Mullvad Browser Stable.md
- tools/signing/authenticode-timestamping.sh
Changes:
| ... | ... | @@ -204,7 +204,6 @@ Tor Browser Alpha (and Nightly) are on the `main` branch |
| 204 | 204 | - `appstoreconnect_api_key_path`: path to json file containing appstoreconnect api key infos
|
| 205 | 205 | - [ ] `set-config.update-responses`
|
| 206 | 206 | - `update_responses_repository_dir`: directory where you cloned `git@xxxxxxxxxxxxxxxxxxxxx:tpo/applications/tor-browser-update-responses.git`
|
| 207 | -- [ ] On `${STAGING_SERVER}` in a separate `screen` session, ensure tor daemon is running with SOCKS5 proxy on the default port 9050
|
|
| 208 | 207 | - [ ] On `${STAGING_SERVER}` in a separate `screen` session, run do-all-signing script:
|
| 209 | 208 | - Run:
|
| 210 | 209 | ```bash
|
| ... | ... | @@ -220,7 +220,6 @@ Tor Browser Stable is on the `maint-${TOR_BROWSER_MAJOR}.${TOR_BROWSER_MINOR}` b |
| 220 | 220 | - `appstoreconnect_api_key_path`: path to json file containing appstoreconnect api key infos
|
| 221 | 221 | - [ ] `set-config.update-responses`
|
| 222 | 222 | - `update_responses_repository_dir`: directory where you cloned `git@xxxxxxxxxxxxxxxxxxxxx:tpo/applications/tor-browser-update-responses.git`
|
| 223 | -- [ ] On `${STAGING_SERVER}` in a separate `screen` session, ensure tor daemon is running with SOCKS5 proxy on the default port 9050
|
|
| 224 | 223 | - [ ] On `${STAGING_SERVER}` in a separate `screen` session, run do-all-signing script:
|
| 225 | 224 | - Run:
|
| 226 | 225 | ```bash
|
| ... | ... | @@ -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,7 +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 | -- [ ] On `${STAGING_SERVER}` in a separate `screen` session, ensure tor daemon is running with SOCKS5 proxy on the default port 9050
|
|
| 149 | 148 | - [ ] On `${STAGING_SERVER}` in a separate `screen` session, run do-all-signing script:
|
| 150 | 149 | - Run:
|
| 151 | 150 | ```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 |