morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
02ea1957
by Pier Angelo Vendrame at 2026-06-03T13:45:17+02:00
-
48823343
by Pier Angelo Vendrame at 2026-06-03T13:47:29+02:00
3 changed files:
- projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
- projects/mingw-w64-clang/mingw-webrtc.patch
- rbm.conf
Changes:
| ... | ... | @@ -20,6 +20,8 @@ Mullvad Browser 16.0a7 - June 03 2026 |
| 20 | 20 | * Bug 41792: Switch from ftp.gnu.org to ftpmirror.gnu.org [tor-browser-build]
|
| 21 | 21 | * Bug 41806: `make list_toolchain_updates` should check var/firefox_platform_version [tor-browser-build]
|
| 22 | 22 | * Bug 41807: Incorrectly generated Bugzilla query link in generate-bugzilla-triage-csv.py [tor-browser-build]
|
| 23 | + * Windows
|
|
| 24 | + * Bug 41810: Define GetAddrInfoExCancel on mingw [tor-browser-build]
|
|
| 23 | 25 | * macOS
|
| 24 | 26 | * Bug 41793: Stop copying permissions from .mar in dmg2mar [tor-browser-build]
|
| 25 | 27 |
| ... | ... | @@ -456,3 +456,16 @@ index 000000000..b6ef5cdd1 |
| 456 | 456 | +#include <poppack.h>
|
| 457 | 457 | +
|
| 458 | 458 | +#endif
|
| 459 | +diff --git a/mingw-w64-headers/include/ws2tcpip.h b/mingw-w64-headers/include/ws2tcpip.h
|
|
| 460 | +index 75ff1fc00..4d4c1cc52 100644
|
|
| 461 | +--- a/mingw-w64-headers/include/ws2tcpip.h
|
|
| 462 | ++++ b/mingw-w64-headers/include/ws2tcpip.h
|
|
| 463 | +@@ -334,6 +334,8 @@ WINSOCK_API_LINKAGE int WSAAPI GetAddrInfoExW(PCWSTR pName,PCWSTR pServiceName,D
|
|
| 464 | + LPLOOKUPSERVICE_COMPLETION_ROUTINE lpCompletionRoutine,
|
|
| 465 | + LPHANDLE lpNameHandle);
|
|
| 466 | +
|
|
| 467 | ++WINSOCK_API_LINKAGE int WSAAPI GetAddrInfoExCancel(LPHANDLE lpHandle);
|
|
| 468 | ++
|
|
| 469 | + WINSOCK_API_LINKAGE int WSAAPI SetAddrInfoExA(PCSTR pName, PCSTR pServiceName, SOCKET_ADDRESS *pAddresses,
|
|
| 470 | + DWORD dwAddressCount,LPBLOB lpBlob,DWORD dwFlags,DWORD dwNameSpace,
|
|
| 471 | + LPGUID lpNspId,PTIMEVAL timeout,LPOVERLAPPED lpOverlapped, |
| ... | ... | @@ -82,7 +82,7 @@ buildconf: |
| 82 | 82 | |
| 83 | 83 | var:
|
| 84 | 84 | torbrowser_version: '16.0a7'
|
| 85 | - torbrowser_build: 'build2'
|
|
| 85 | + torbrowser_build: 'build3'
|
|
| 86 | 86 | # This should be the date of when the build is started. For the build
|
| 87 | 87 | # to be reproducible, browser_release_date should always be in the past.
|
| 88 | 88 | browser_release_date: '2026/06/02 12:37:12'
|