FreeBSD/ports 4a7c793security/lego distinfo Makefile

security/lego: Update 4.32.0 => 4.33.0

Changelog:
https://github.com/go-acme/lego/blob/v4.33.0/CHANGELOG.md

PR:     293965
DeltaFile
+5-5security/lego/distinfo
+1-2security/lego/Makefile
+6-72 files

FreeBSD/ports c731008net/liblinphone Makefile, net/liblinphone/files patch-src_db_main-db.cpp

net/liblinphone: Bump after databases/soci update
DeltaFile
+55-0net/liblinphone/files/patch-src_db_main-db.cpp
+1-0net/liblinphone/Makefile
+56-02 files

FreeBSD/ports 566fcf2databases/soci pkg-plist Makefile, databases/soci/files patch-cmake_modules_FindMySQL.cmake patch-tests_catch.hpp

databases/soci: Update to 4.1.2

Changelog: https://github.com/SOCI/soci/blob/master/RELEASING.md
DeltaFile
+41-28databases/soci/pkg-plist
+6-9databases/soci/Makefile
+0-14databases/soci/files/patch-cmake_modules_FindMySQL.cmake
+0-11databases/soci/files/patch-tests_catch.hpp
+10-0databases/soci/files/patch-tests_common_CMakeLists.txt
+0-8databases/soci/files/pkg-message.in
+57-701 files not shown
+60-737 files

FreeBSD/ports eda998fsecurity/lime Makefile

security/lime: Bump after databases/soci update
DeltaFile
+1-0security/lime/Makefile
+1-01 files

FreeBSD/ports 651ad34devel/RStudio Makefile

devel/RStudio: Bump after databases/soci update
DeltaFile
+1-1devel/RStudio/Makefile
+1-11 files

LLVM/project 2bbb449clang/lib/Format WhitespaceManager.cpp, clang/unittests/Format FormatTest.cpp

[clang-format] Merge case alignment into AlignTokens (#187811)

Use (nearly) the same code to align case statements and expression, as
the other alignments do. That way we also fix two things:
- Keep the ColumnLimit intact, without duplicating the calculation.
- Align all the case colons, even for empty cases.
DeltaFile
+137-195clang/lib/Format/WhitespaceManager.cpp
+16-0clang/unittests/Format/FormatTest.cpp
+153-1952 files

FreeBSD/ports e40f7aemath/R-cran-forecast distinfo Makefile

math/R-cran-forecast: Update to 9.0.2

Reported by:    portscout
DeltaFile
+3-3math/R-cran-forecast/distinfo
+1-1math/R-cran-forecast/Makefile
+4-42 files

LLVM/project aa62224libc/shared/math sqrtbf16.h, libc/src/__support/math sqrtbf16.h CMakeLists.txt

[libc][math] Refactor sqrtbf16 function header-only (#187849)
DeltaFile
+25-0libc/src/__support/math/sqrtbf16.h
+23-0libc/shared/math/sqrtbf16.h
+16-0utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+11-0libc/src/__support/math/CMakeLists.txt
+2-5libc/src/math/generic/sqrtbf16.cpp
+1-5libc/src/math/generic/CMakeLists.txt
+78-103 files not shown
+81-109 files

FreeBSD/src 1ba2961sys/x86/include frame.h

amd64: revert back struct trapframe to the pre-FRED definition

Trying to use the grown struct trapframe for IDT case broke in cases
where code supposed that hardware consumed sizeof(struct trapframe) of
the stack space when delivering interrupt or exception.  In particular,
this was broken for #NM/#DB/#MC.  Naive attempt of using IDT-trapframe
size for stack consumption caused later problems with larger C type.

Instead of pretending that IDT event delivery pushed two never-accessed
doubleword to the stack, keep it honest and provide separate type for
the FRED interrupt frame, i.e. struct trapframe_fred.

Convert between trapframe_fred and trapframe can be done by trivial pointer
arithmetic.

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
DeltaFile
+4-0sys/x86/include/frame.h
+4-01 files

LLVM/project 58ab41elibc/src/__support/math log.h

fma
DeltaFile
+1-2libc/src/__support/math/log.h
+1-21 files

LLVM/project e94f13flibc/src/__support/CPP bit.h

static
DeltaFile
+1-1libc/src/__support/CPP/bit.h
+1-11 files

LLVM/project 1120c97llvm/test/MachineVerifier/AMDGPU invalid-vop3-source-modifiers.mir

[NFC][AMDGPU] Set output to null for llvm/test/MachineVerifier/AMDGPU/invalid-vop3-source-modifiers.mir (#187888)
DeltaFile
+1-1llvm/test/MachineVerifier/AMDGPU/invalid-vop3-source-modifiers.mir
+1-11 files

LLVM/project 1443144libc/src/__support/wctype perfect_hash_map.h

rename var
DeltaFile
+2-2libc/src/__support/wctype/perfect_hash_map.h
+2-21 files

LLVM/project 5c09fcelibc/src/__support/CPP iterator.h

fix 2
DeltaFile
+0-4libc/src/__support/CPP/iterator.h
+0-41 files

LLVM/project 9e7c12alibc/src/__support/wctype perfect_hash_map.h CMakeLists.txt

add UInt128
DeltaFile
+7-7libc/src/__support/wctype/perfect_hash_map.h
+1-0libc/src/__support/wctype/CMakeLists.txt
+8-72 files

LLVM/project 5d24c29libc/src/__support/CPP iterator.h, libc/src/__support/wctype perfect_hash_map.h

cleanup
DeltaFile
+1-2libc/src/__support/wctype/perfect_hash_map.h
+1-1libc/src/__support/CPP/iterator.h
+2-32 files

LLVM/project ea5249elibc/utils/wctype_utils gen.py, libc/utils/wctype_utils/conversion hex_writer.py

format
DeltaFile
+2-1libc/utils/wctype_utils/conversion/hex_writer.py
+2-1libc/utils/wctype_utils/gen.py
+4-22 files

LLVM/project c882bf4libc/src/__support/CPP iterator.h

fix iterator
DeltaFile
+1-3libc/src/__support/CPP/iterator.h
+1-31 files

LLVM/project 333293flibc/utils/wctype_utils gen.py, libc/utils/wctype_utils/conversion hex_writer.py

format
DeltaFile
+4-5libc/utils/wctype_utils/gen.py
+1-2libc/utils/wctype_utils/conversion/hex_writer.py
+5-72 files

LLVM/project 29818a8libc/utils/wctype_utils gen.py

remove flag
DeltaFile
+1-1libc/utils/wctype_utils/gen.py
+1-11 files

LLVM/project cab93ddlibc/src/__support/wctype perfect_hash_map.h lower_to_upper.h, libc/utils/wctype_utils/conversion hex_writer.py

[libc][wctype] Add perfect hash map for conversion functions
DeltaFile
+876-0libc/src/__support/wctype/perfect_hash_map.h
+568-0libc/src/__support/wctype/lower_to_upper.h
+553-0libc/src/__support/wctype/upper_to_lower.h
+0-400libc/src/__support/wctype/lower_to_upper.inc
+0-390libc/src/__support/wctype/upper_to_lower.inc
+71-1libc/utils/wctype_utils/conversion/hex_writer.py
+2,068-7918 files not shown
+2,256-79714 files

LLVM/project 257ad36libc/src/__support/CPP bit.h

[libc][math] Qualify ceil functions to constexpr
DeltaFile
+1-1libc/src/__support/CPP/bit.h
+1-11 files

LLVM/project 755ab65libc/src/__support/math log.h

[libc][math] Qualify log with constant evaluation support
DeltaFile
+2-1libc/src/__support/math/log.h
+2-11 files

LLVM/project f29df13libc/src/__support/math ceill.h, libc/test/shared shared_math_test.cpp

link issue
DeltaFile
+2-13libc/src/__support/math/ceill.h
+3-5libc/test/shared/shared_math_test.cpp
+5-182 files

LLVM/project 729ef09libc/src/__support/CPP bit.h

reapply static
DeltaFile
+1-1libc/src/__support/CPP/bit.h
+1-11 files

LLVM/project 7afc021libc/src/__support/FPUtil bfloat16.h NearestIntegerOperations.h, libc/src/__support/FPUtil/generic add_sub.h

[libc][math] Qualify ceil functions to constexpr
DeltaFile
+59-5libc/test/shared/shared_math_test.cpp
+13-13libc/src/__support/FPUtil/generic/add_sub.h
+11-11libc/src/__support/FPUtil/bfloat16.h
+8-8libc/src/__support/FPUtil/NearestIntegerOperations.h
+7-7libc/src/__support/FPUtil/comparison_operations.h
+13-1libc/src/__support/math/ceill.h
+111-459 files not shown
+141-7015 files

LLVM/project d780d16libc/src/__support/math log.h

remove unnecessary check
DeltaFile
+1-2libc/src/__support/math/log.h
+1-21 files

LLVM/project 0248882libc/src/__support/math log.h

revert to ifdef
DeltaFile
+1-1libc/src/__support/math/log.h
+1-11 files

LLVM/project ca9e20clibc/src/__support/math log.h

[libc][math] Qualify log with constant evaluation support
DeltaFile
+2-1libc/src/__support/math/log.h
+2-11 files

FreeBSD/ports 9070f78emulators/wine-devel/files wine-wow64.sh

emulators/wine-devel: Improve messages around WoW

Sync with emulators/wine where commit 942473af4d improved a number of
messages (and comments) around WoW, i.e. 32-bit support on amd64.

PR:             293073, 291328
Approved by:    Thibault Payet <monwarez at mailoo.org> (maintainer)
DeltaFile
+6-6emulators/wine-devel/files/wine-wow64.sh
+6-61 files