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 Bug 41810: Add GetAddrInfoExCancel to mingw. - - - - - 48823343 by Pier Angelo Vendrame at 2026-06-03T13:47:29+02:00 Bug 41790: Prepare Mullvad Browser 16.0a7 (build 3) - - - - - 3 changed files: - projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt - projects/mingw-w64-clang/mingw-webrtc.patch - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt ===================================== @@ -20,6 +20,8 @@ Mullvad Browser 16.0a7 - June 03 2026 * Bug 41792: Switch from ftp.gnu.org to ftpmirror.gnu.org [tor-browser-build] * Bug 41806: `make list_toolchain_updates` should check var/firefox_platform_version [tor-browser-build] * Bug 41807: Incorrectly generated Bugzilla query link in generate-bugzilla-triage-csv.py [tor-browser-build] + * Windows + * Bug 41810: Define GetAddrInfoExCancel on mingw [tor-browser-build] * macOS * Bug 41793: Stop copying permissions from .mar in dmg2mar [tor-browser-build] ===================================== projects/mingw-w64-clang/mingw-webrtc.patch ===================================== @@ -456,3 +456,16 @@ index 000000000..b6ef5cdd1 +#include <poppack.h> + +#endif +diff --git a/mingw-w64-headers/include/ws2tcpip.h b/mingw-w64-headers/include/ws2tcpip.h +index 75ff1fc00..4d4c1cc52 100644 +--- a/mingw-w64-headers/include/ws2tcpip.h ++++ b/mingw-w64-headers/include/ws2tcpip.h +@@ -334,6 +334,8 @@ WINSOCK_API_LINKAGE int WSAAPI GetAddrInfoExW(PCWSTR pName,PCWSTR pServiceName,D + LPLOOKUPSERVICE_COMPLETION_ROUTINE lpCompletionRoutine, + LPHANDLE lpNameHandle); + ++WINSOCK_API_LINKAGE int WSAAPI GetAddrInfoExCancel(LPHANDLE lpHandle); ++ + WINSOCK_API_LINKAGE int WSAAPI SetAddrInfoExA(PCSTR pName, PCSTR pServiceName, SOCKET_ADDRESS *pAddresses, + DWORD dwAddressCount,LPBLOB lpBlob,DWORD dwFlags,DWORD dwNameSpace, + LPGUID lpNspId,PTIMEVAL timeout,LPOVERLAPPED lpOverlapped, ===================================== rbm.conf ===================================== @@ -82,7 +82,7 @@ buildconf: var: torbrowser_version: '16.0a7' - torbrowser_build: 'build2' + torbrowser_build: 'build3' # This should be the date of when the build is started. For the build # to be reproducible, browser_release_date should always be in the past. browser_release_date: '2026/06/02 12:37:12' View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/2... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/2... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help