richard pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
35330ddb
by Richard Pospesel at 2024-02-01T12:28:06+00:00
-
72226294
by Richard Pospesel at 2024-02-01T12:30:30+00:00
3 changed files:
Changes:
... | ... | @@ -40,6 +40,8 @@ Tor Browser 13.5a4 - January 31 2024 |
40 | 40 | * Bug 41067: Use Capture::Tiny instead of IO::CaptureOutput [tor-browser-build]
|
41 | 41 | * Bug 41073: Update documention about required packages for container-less build [tor-browser-build]
|
42 | 42 | * Bug 40067: Use --no-verbose wget option when not running in a terminal [rbm]
|
43 | + * Windows + macOS + Linux
|
|
44 | + * Bug 41078: pt_config.json not touch'd before adding to omni.ja, resulting in build non-determinism [tor-browser-build]
|
|
43 | 45 | * Windows
|
44 | 46 | * Bug 40606: Use Clang to compile NSIS [tor-browser-build]
|
45 | 47 | * Bug 40900: Update NSIS to 3.09 [tor-browser-build]
|
... | ... | @@ -279,6 +279,7 @@ do |
279 | 279 | pt_config_dir=chrome/toolkit/content/global
|
280 | 280 | mkdir -p "$pt_config_dir"
|
281 | 281 | cp "pt_config.json" "$pt_config_dir/"
|
282 | + [% c("touch") %] "$pt_config_dir/pt_config.json"
|
|
282 | 283 | zip -Xm "$tbdir/omni.ja" "$pt_config_dir/pt_config.json"
|
283 | 284 | rm -rf chrome
|
284 | 285 | popd
|
... | ... | @@ -82,7 +82,7 @@ buildconf: |
82 | 82 | |
83 | 83 | var:
|
84 | 84 | torbrowser_version: '13.5a4'
|
85 | - torbrowser_build: 'build1'
|
|
85 | + torbrowser_build: 'build2'
|
|
86 | 86 | torbrowser_incremental_from:
|
87 | 87 | - '13.5a1'
|
88 | 88 | - '13.5a2'
|