Pier Angelo Vendrame pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
0bd7485b
by Pier Angelo Vendrame at 2026-02-16T18:03:50+01:00
2 changed files:
Changes:
| ... | ... | @@ -20,7 +20,7 @@ targets: |
| 20 | 20 | windows:
|
| 21 | 21 | var:
|
| 22 | 22 | flag_mwindows: ''
|
| 23 | - configure_opts: '-shared --cross-compile-prefix=[% c("arch") %]-w64-mingw32- mingw[% IF c("var/windows-x86_64") %]64[% END %] "[% c("var/CFLAGS") %] [% c("var/LDFLAGS") %]"'
|
|
| 23 | + configure_opts: '-shared --cross-compile-prefix=[% c("arch") %]-w64-mingw32- mingw[% IF c("var/windows-x86_64") %]64[% END %] "[% c("var/CFLAGS") %] [% c("var/LDFLAGS") %]" no-quic'
|
|
| 24 | 24 | macos:
|
| 25 | 25 | var:
|
| 26 | 26 | configure_opts: '--cross-compile-prefix=[% c("var/build_target") %]- darwin64-[% c("var/macos_arch") %]-cc enable-ec_nistp_64_gcc_128'
|
| ... | ... | @@ -74,7 +74,7 @@ buildconf: |
| 74 | 74 | |
| 75 | 75 | var:
|
| 76 | 76 | torbrowser_version: '13.5.28'
|
| 77 | - torbrowser_build: 'build1'
|
|
| 77 | + torbrowser_build: 'build2'
|
|
| 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 | 80 | browser_release_date: '2026/02/16 16:45:00'
|