FreeBSD/ports 2dd2f92devel/cargo-c distinfo Makefile.crates

devel/cargo-c: update to 0.10.19

Changes:        https://github.com/lu-zero/cargo-c/releases/tag/v0.10.19
                https://github.com/lu-zero/cargo-c/releases/tag/v0.10.18
                https://github.com/lu-zero/cargo-c/releases/tag/v0.10.17
DeltaFile
+343-321devel/cargo-c/distinfo
+170-159devel/cargo-c/Makefile.crates
+2-3devel/cargo-c/Makefile
+515-4833 files

NetBSD/pkgsrc 4AVWtcpdoc CHANGES-2026

   doc: Updated security/nuclei to 3.6.2
VersionDeltaFile
1.165+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc LYWAqdisecurity/nuclei distinfo go-modules.mk

   nuclei: Update to 3.6.2

   Changes:
   v3.6.2
   * Enabled TLS session caching in the client pool to improve connection
     reuse and reduce handshake overhead (internal)
   * Added support for providing a custom Jira server URL (`site-url`)
     when using OAuth authentication
   * Bug fixes
   * Performance improvements

   v3.6.1
   * Bug fixes
VersionDeltaFile
1.13+169-166security/nuclei/distinfo
1.13+55-54security/nuclei/go-modules.mk
1.39+2-2security/nuclei/Makefile
+226-2223 files

NetBSD/pkgsrc uN7kEKndoc CHANGES-2026

   doc: Updated net/gh to 2.83.2
VersionDeltaFile
1.164+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc wl4Kci7net/gh go-modules.mk distinfo

   gh: Update to 2.83.2

   Changes:
   GitHub CLI 2.83.2
   * Isolate user-provided search query from contextual qualifiers
   * Refactor cfg out of CAPI Client
   * Remove extra flag default from help usage
   * Add PGP key rotation PoC
   * Add Debian/Ubuntu to unofficial packages
   * Error if go-licenses is not on the PATH
   * refactor: drop multierror in favor of std

   GitHub CLI 2.83.1
   * `gh pr edit`: Ensure empty arrays for reviewers in PR API calls
   * Integrate license checks back into lint workflow
   * Update third-party licenses and dependencies
VersionDeltaFile
1.43+302-309net/gh/go-modules.mk
1.49+208-229net/gh/distinfo
1.101+3-4net/gh/Makefile
+513-5423 files

LLVM/project c444020llvm/include/llvm/IR IntrinsicsNVVM.td

[LLVM][NVPTX] Mark ldmatrix/stmatrix intrinsics convergent (#174669)

NVVM ldmatrix and stmatrix intrinsics map to corresponding PTX
instructions that have a .sync.aligned behavior. Mark these intrinsics
as convergent to prevent control flow transformations that can break
these semantics. This is similar to other .sync.aligned intrinsics.
DeltaFile
+3-3llvm/include/llvm/IR/IntrinsicsNVVM.td
+3-31 files

FreeBSD/ports fcba998lang/dotnet Makefile, lang/dotnet/files 0002-Fix-assembly-version-calculation-in-2026.patch

lang/dotnet: Fix build in year 2026

Relevant issue: https://github.com/dotnet/dotnet/issues/4037

(cherry picked from commit ef0eaf43025ef37daabc8c1ac4ace3d348096b62)
DeltaFile
+43-0lang/dotnet/files/0002-Fix-assembly-version-calculation-in-2026.patch
+7-0lang/dotnet/Makefile
+50-02 files

FreeBSD/ports 0157453lang/dotnet8 Makefile, lang/dotnet8/files 0003-Fix-assembly-version-calculation-in-2026.patch

lang/dotnet8: Fix build in year 2026

Relevant issue: https://github.com/dotnet/dotnet/issues/4037

(cherry picked from commit 27d33ba01bb40c388f2d8f39e7e7316cfd71fd07)
DeltaFile
+29-0lang/dotnet8/files/0003-Fix-assembly-version-calculation-in-2026.patch
+5-0lang/dotnet8/Makefile
+34-02 files

LLVM/project 0b13ae6llvm/lib/Support/Unix Path.inc, llvm/lib/Support/Windows Path.inc

[llvm] Bypass sandbox for `getMainExecutable()` (#174816)

Getting the executable path is a fairly common operation in LLVM tools
that doesn't affect their outputs. Allow calling it under the sandbox.
DeltaFile
+2-0llvm/lib/Support/Unix/Path.inc
+2-0llvm/lib/Support/Windows/Path.inc
+4-02 files

FreeBSD/ports f311213lang/dotnet Makefile

lang/dotnet: Produce verbose logs on console to avoid Poudriere timeouts

(cherry picked from commit 41fb5a71c5ca9fee9e96407b8ca919352ada4e7d)
DeltaFile
+1-0lang/dotnet/Makefile
+1-01 files

FreeBSD/ports ef0eaf4lang/dotnet Makefile, lang/dotnet/files 0002-Fix-assembly-version-calculation-in-2026.patch

lang/dotnet: Fix build in year 2026

Relevant issue: https://github.com/dotnet/dotnet/issues/4037
DeltaFile
+43-0lang/dotnet/files/0002-Fix-assembly-version-calculation-in-2026.patch
+7-0lang/dotnet/Makefile
+50-02 files

FreeBSD/ports 27d33balang/dotnet8 Makefile, lang/dotnet8/files 0003-Fix-assembly-version-calculation-in-2026.patch

lang/dotnet8: Fix build in year 2026

Relevant issue: https://github.com/dotnet/dotnet/issues/4037
DeltaFile
+29-0lang/dotnet8/files/0003-Fix-assembly-version-calculation-in-2026.patch
+5-0lang/dotnet8/Makefile
+34-02 files

FreeBSD/ports 41fb5a7lang/dotnet Makefile

lang/dotnet: Produce verbose logs on console to avoid Poudriere timeouts
DeltaFile
+1-0lang/dotnet/Makefile
+1-01 files

OpenBSD/ports Vtg0uPjmultimedia/yle-dl Makefile distinfo

   go back to GH_*, there is some handling for / in GH_TAGNAME, the trick
   is that you need to set DISTNAME
VersionDeltaFile
1.43+4-5multimedia/yle-dl/Makefile
1.21+2-2multimedia/yle-dl/distinfo
+6-72 files

LLVM/project 66df6ccllvm/lib/Target/DirectX DXILIntrinsicExpansion.cpp

[DirectX] Specify NegZero as signed (#174840)

#171456 set `ImplicitTrunc` to false by default. So `NegZero` value was
no longer being created as a signed integer.

This caused a similar crash during `DXILIntrinsicExpansion` as reported
here:
https://github.com/llvm/llvm-project/pull/171456#issuecomment-3718690088.

This change fixes the test case from crashing in the DirectX backend by
manually specifying it as a signed integer.
DeltaFile
+2-1llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
+2-11 files

NetBSD/pkgsrc CO6HgGldoc CHANGES-2026

   Updated converters/opencc, inputmethod/librime
VersionDeltaFile
1.163+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc KZ15Fjtinputmethod/librime distinfo Makefile

   librime: updated to 1.16.0

   1.16.0

   tool: rime_api_console with input feature histories switched by Up/Down
   tool: rime_api_console with autosuggestions feature like zsh-autosuggestions
   tool: deduplicate input history and limit its total length
VersionDeltaFile
1.17+4-4inputmethod/librime/distinfo
1.41+2-2inputmethod/librime/Makefile
+6-62 files

LLVM/project 92f368clibc/src/__support/wctype/conversion CMakeLists.txt, libc/src/__support/wctype/conversion/random fastrand.h CMakeLists.txt

[libc][wctype] Upstream fastrand from PtrHash-cc prototype to LLVM libc
DeltaFile
+78-0libc/src/__support/wctype/conversion/random/fastrand.h
+7-0libc/src/__support/wctype/conversion/random/CMakeLists.txt
+1-0libc/src/__support/wctype/conversion/CMakeLists.txt
+86-03 files

LLVM/project 87f02dblibc/src/__support/wctype/conversion/utils enumerate.h enumerate.hpp

fix extension
DeltaFile
+70-0libc/src/__support/wctype/conversion/utils/enumerate.h
+0-70libc/src/__support/wctype/conversion/utils/enumerate.hpp
+70-702 files

LLVM/project 91baf48libc/src/__support/wctype/conversion/utils utils.h CMakeLists.txt

[libc][wctype] Upstream common utils header file from PtrHash-cc prototype to LLVM libc
DeltaFile
+212-0libc/src/__support/wctype/conversion/utils/utils.h
+12-0libc/src/__support/wctype/conversion/utils/CMakeLists.txt
+224-02 files

LLVM/project 877c212libc/src/__support/wctype/conversion/utils slice.h

fix nesting
DeltaFile
+7-2libc/src/__support/wctype/conversion/utils/slice.h
+7-21 files

LLVM/project b539127libc/src/__support/wctype/conversion/utils slice.h CMakeLists.txt

[libc][wctype] Upstream custom slice implementation from PtrHash-cc prototype to LLVM libc
DeltaFile
+113-0libc/src/__support/wctype/conversion/utils/slice.h
+12-0libc/src/__support/wctype/conversion/utils/CMakeLists.txt
+125-02 files

LLVM/project eb6c5c4libc/src/__support/wctype/conversion/utils utils.h

fix nesting
DeltaFile
+6-2libc/src/__support/wctype/conversion/utils/utils.h
+6-21 files

LLVM/project d60a030libc/src/__support/wctype/conversion/utils enumerate.hpp

fix nesting
DeltaFile
+6-2libc/src/__support/wctype/conversion/utils/enumerate.hpp
+6-21 files

LLVM/project 2e3daa0libc/src/__support/wctype/conversion/utils enumerate.hpp CMakeLists.txt

[libc][wctype] Upstream enumerate header from PtrHash-cc prototype to LLVM libc
DeltaFile
+66-0libc/src/__support/wctype/conversion/utils/enumerate.hpp
+10-0libc/src/__support/wctype/conversion/utils/CMakeLists.txt
+76-02 files

LLVM/project 5ff4ad9libc/src/__support/wctype/conversion/utils utils.h

include range and chunk utils
DeltaFile
+166-1libc/src/__support/wctype/conversion/utils/utils.h
+166-11 files

LLVM/project ea7f3a3libc/src/__support/wctype/conversion/utils slice.h

format
DeltaFile
+0-1libc/src/__support/wctype/conversion/utils/slice.h
+0-11 files

LLVM/project 2ea4833libc/src/__support/wctype/conversion/utils zip.h

fix nesting
DeltaFile
+6-2libc/src/__support/wctype/conversion/utils/zip.h
+6-21 files

LLVM/project d5ab2a6libc/src/__support/wctype CMakeLists.txt, libc/src/__support/wctype/conversion CMakeLists.txt

[libc][wctype] Upstream zip utility from PtrHash-cc prototype to LLVM libc
DeltaFile
+74-0libc/src/__support/wctype/conversion/utils/zip.h
+7-0libc/src/__support/wctype/conversion/utils/CMakeLists.txt
+2-0libc/src/__support/wctype/CMakeLists.txt
+1-0libc/src/__support/wctype/conversion/CMakeLists.txt
+84-04 files

LLVM/project da231aallvm/test/CodeGen/WebAssembly simd-unsupported.ll

fix regex
DeltaFile
+2-2llvm/test/CodeGen/WebAssembly/simd-unsupported.ll
+2-21 files