This is an automated email from the git hooks/post-receive script.
pierov pushed a change to branch main in repository builders/tor-browser-build.
from cc37607 Bug 40614: Update release templates with feedback from ma1 new 3f2459a Revert "Bug 40603: Revert cbindgen update for desktop" new 5831fbe Bug 40595: Update config and toolchains for 102 new 0fa09e9 Bug 29318: Use Clang for everything on Windows new 3ad4275 Bug 40591: Fix Rust 1.60 on Debian Jessie new 3448858 Bug 29322: Use mingw-w64/clang toolchain to build OpenSSL new 791d781 Bug 29321: Use mingw-w64/clang toolchain to build tor new ca0d30c Bug 40409: Upgrade NSIS to 3.08 new c4c7d4e Bug 41152: Do not merge libc++ and libunwind
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: projects/cbindgen/build | 3 + projects/cbindgen/config | 20 +-- projects/clang/build | 14 ++- projects/firefox/build | 19 ++- projects/firefox/config | 15 ++- projects/firefox/list_toolchain_updates_checks | 55 ++++---- projects/fxc2/config | 3 - projects/gcc-source/build | 2 + projects/gcc-source/config | 7 ++ projects/gcc/build | 2 +- projects/gcc/config | 6 +- projects/go/build | 2 +- projects/libevent/build | 3 + projects/libevent/config | 3 + projects/llvm-mingw/build | 8 -- projects/llvm-mingw/config | 5 - projects/llvm-project/config | 4 +- projects/macosx-toolchain/build | 1 + .../compiler-rt-cross-compile.patch | 4 +- .../macosx-toolchain/compiler-rt-no-codesign.patch | 4 +- projects/mingw-w64-clang/build | 138 +++++++++------------ projects/mingw-w64-clang/config | 9 +- projects/mingw-w64-clang/libssp-Makefile | 25 ++++ .../mingw-uiautomationcoreapi.patch | 13 ++ .../mingw-w64-clang/mingw-windows_foundation.patch | 14 +++ projects/mingw-w64/build | 5 +- projects/mingw-w64/config | 9 +- projects/nsis/build | 6 +- projects/nsis/config | 10 +- projects/openssl/build | 11 +- projects/rust/build | 41 +++--- projects/rust/config | 57 ++++----- projects/rust/fix-build-1.53.0.patch | 88 ------------- projects/tor-launcher/config | 2 +- projects/tor/build | 14 +-- projects/zlib/build | 4 +- rbm.conf | 8 +- 37 files changed, 308 insertions(+), 326 deletions(-) create mode 100644 projects/gcc-source/build create mode 100644 projects/gcc-source/config delete mode 100644 projects/llvm-mingw/build delete mode 100644 projects/llvm-mingw/config create mode 100644 projects/mingw-w64-clang/libssp-Makefile create mode 100644 projects/mingw-w64-clang/mingw-uiautomationcoreapi.patch create mode 100644 projects/mingw-w64-clang/mingw-windows_foundation.patch delete mode 100644 projects/rust/fix-build-1.53.0.patch