FreeBSD/ports 2d2149dx11/walker distinfo Makefile

x11/walker: Update to 2.16.0

Changelog: https://github.com/abenz1267/walker/releases/tag/v2.16.0

Reported by:    GitHub (watch releases)
DeltaFile
+3-3x11/walker/distinfo
+1-2x11/walker/Makefile
+4-52 files

FreeBSD/ports 2dbb1ffsysutils/elephant Makefile distinfo

sysutils/elephant: Update to 2.21.0

Changelog: https://github.com/abenz1267/elephant/releases/tag/v2.21.0

Reported by:    GitHub (watch releases)
DeltaFile
+6-4sysutils/elephant/Makefile
+5-5sysutils/elephant/distinfo
+11-92 files

LLVM/project 8872678lldb/test/API/macosx/rosetta TestRosetta.py

[lldb][macos] Add trace prints to TestRosetta to debug CI (#192771)
DeltaFile
+7-0lldb/test/API/macosx/rosetta/TestRosetta.py
+7-01 files

LLVM/project d1abc82llvm/test/CodeGen/AMDGPU/NextUseAnalysis spill-vreg-many-lanes.mir acyclic-770bb.mir

Merge branch 'main' into users/c8ef/fold_left_first
DeltaFile
+275,101-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/spill-vreg-many-lanes.mir
+144,679-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/acyclic-770bb.mir
+57,682-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/double-nested-loops-complex-cfg.mir
+41,844-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills2.mir
+40,613-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills1.mir
+37,209-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills3.mir
+597,128-02,820 files not shown
+1,029,312-72,6202,826 files

LLVM/project 877dd33compiler-rt/test/sanitizer_common/TestCases print-stack-trace.cpp, compiler-rt/test/sanitizer_common/TestCases/Linux internal_symbolizer.cpp

Revert "XFAIL symbolizer test for TySan" (#192770)

Reverts llvm/llvm-project#191810

Relates to https://github.com/llvm/llvm-project/pull/191902
DeltaFile
+0-3compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp
+0-2compiler-rt/test/sanitizer_common/TestCases/print-stack-trace.cpp
+0-52 files

LLVM/project fefd36blibcxx/test/libcxx/algorithms nodiscard.verify.cpp, libcxx/test/std/algorithms/alg.nonmodifying/alg.fold nodiscard.verify.cpp

revise test
DeltaFile
+0-37libcxx/test/std/algorithms/alg.nonmodifying/alg.fold/nodiscard.verify.cpp
+8-0libcxx/test/libcxx/algorithms/nodiscard.verify.cpp
+8-372 files

LLVM/project f171bf1compiler-rt/test/sanitizer_common/TestCases print-stack-trace.cpp, compiler-rt/test/sanitizer_common/TestCases/Linux internal_symbolizer.cpp

Revert "XFAIL symbolizer test for TySan (#191810)"

This reverts commit 7083e9d8da07d97ab4541405b72e8b7ce8dad181.
DeltaFile
+0-3compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp
+0-2compiler-rt/test/sanitizer_common/TestCases/print-stack-trace.cpp
+0-52 files

NetBSD/src zqKQOCBsys/arch/m68k/include pmap_coldfire.h

   Fix a typo in the multiple inclusion protection #define
VersionDeltaFile
1.7+2-2sys/arch/m68k/include/pmap_coldfire.h
+2-21 files

LLVM/project 40333cdllvm/lib/FileCheck FileCheck.cpp, llvm/test/FileCheck/diff diff-multi-mismatch.txt diff-multi-block.txt

[FileCheck] Add a diff output option for FileCheck (#187120)

This patch adds a `--diff` flag to FileCheck to address the readability
of traditional FileCheck output which can be difficult to parse by
human, especially when dealing with multiple substitutions or large
input files with many mismatches and additional context. This feature
provides a more familiar, scannable format for developers by rendering
mismatches as diffs.

There are two diff modes, split and unified both with substitution and
no-substitution version however to make it easier for reviewer, this
only have unified with no substitution.

Functional description of PR- 

`getDiffContext` -
It provides the surrounding context for the mismatch. It uses the
`SourceMgr` to find the Line using `LineNo`. Once it found the pointer,
it scans forward until it hits a newline (\n or \r) or the end of the

    [67 lines not shown]
DeltaFile
+220-24llvm/lib/FileCheck/FileCheck.cpp
+36-0llvm/test/FileCheck/diff/diff-multi-mismatch.txt
+32-0llvm/test/FileCheck/diff/diff-multi-block.txt
+30-0llvm/test/FileCheck/diff/diff-resync-after-noise.txt
+25-0llvm/test/FileCheck/diff/diff-multi-failres.txt
+23-0llvm/test/FileCheck/diff/diff-resync-high-noise.txt
+366-2413 files not shown
+552-2919 files

LLVM/project 4b0dd87clang/lib/Headers __clang_spirv_math.h __clang_spirv_libdevice_declares.h, clang/lib/Headers/openmp_wrappers math.h

[OFFLOAD] Introduce OpenMP math wrappers for SPIRV backend (#192139)

This PR is a first step to introduce math OpenMP wrappers for SPIRV
backend.
As a first step only API that either mapped to existing SPIRV API or has
straightforward implementation is introduced.
DeltaFile
+719-0clang/lib/Headers/__clang_spirv_math.h
+23-0clang/lib/Headers/__clang_spirv_libdevice_declares.h
+10-0clang/lib/Headers/openmp_wrappers/math.h
+1-0clang/lib/Headers/CMakeLists.txt
+753-04 files

LLVM/project 34fc7b3

Revert "[TySan][Sanitizer Common] Enable TySan testing in the sanitizer commo…"

This reverts commit dd0c5ebe69e580066de100c8c2ba5430a1aeee44.
DeltaFile
+0-00 files

OpenBSD/ports hmgwjAfaudio/py-mediafile distinfo Makefile

   update to py3-mediafile-0.16.2
VersionDeltaFile
1.8+2-2audio/py-mediafile/distinfo
1.13+1-1audio/py-mediafile/Makefile
+3-32 files

LLVM/project 9ace19clibcxx/test/std/algorithms/alg.nonmodifying/alg.fold nodiscard.verify.cpp

nodiscard test
DeltaFile
+37-0libcxx/test/std/algorithms/alg.nonmodifying/alg.fold/nodiscard.verify.cpp
+37-01 files

HardenedBSD/src 4a795bbshare/vt/keymaps Makefile, usr.sbin/nfsd nfsv4.4

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+154-24usr.sbin/nfsd/nfsv4.4
+2-0share/vt/keymaps/Makefile
+156-242 files

HardenedBSD/ports f0accf8devel/nextest distinfo Makefile, misc/py-pytorch/files patch-test_run__test.py

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+477-261x11/clipcat/distinfo
+239-132x11/clipcat/Makefile
+99-55devel/nextest/distinfo
+49-27devel/nextest/Makefile
+59-0misc/py-pytorch/files/patch-test_run__test.py
+27-21sysutils/mise/distinfo
+950-496106 files not shown
+1,691-842112 files

FreeBSD/ports 5386abddevel/forgejo-cli distinfo Makefile.crates

devel/forgejo-cli [New port]: CLI client for Forgejo

https://codeberg.org/forgejo-contrib/forgejo-cli

Sponsored by:   The FreeBSD Foundation
Pull Request:   https://ron-dev.freebsd.org/FreeBSD/ports/pulls/8
DeltaFile
+597-0devel/forgejo-cli/distinfo
+296-0devel/forgejo-cli/Makefile.crates
+41-0devel/forgejo-cli/Makefile
+15-0devel/forgejo-cli/pkg-message
+11-0devel/forgejo-cli/pkg-descr
+4-0devel/forgejo-cli/pkg-plist
+964-01 files not shown
+965-07 files

LLVM/project 63ae74bclang/test/CXX/drs cwg2947.cpp, clang/www cxx_dr_status.html

[clang] Update C++ DR status page (#192768)

Now that Croydon motions are reflected in `cwg_index.html`.
DeltaFile
+321-220clang/www/cxx_dr_status.html
+1-1clang/test/CXX/drs/cwg2947.cpp
+322-2212 files

FreeBSD/ports 6f74c3fsysutils/bin distinfo Makefile

sysutils/bin: Update to 0.25.4

ChangeLog: https://github.com/marcosnils/bin/releases/tag/v0.25.4
DeltaFile
+5-5sysutils/bin/distinfo
+1-1sysutils/bin/Makefile
+6-62 files

HardenedBSD/ports 6f74c3fsysutils/bin distinfo Makefile

sysutils/bin: Update to 0.25.4

ChangeLog: https://github.com/marcosnils/bin/releases/tag/v0.25.4
DeltaFile
+5-5sysutils/bin/distinfo
+1-1sysutils/bin/Makefile
+6-62 files

OpenBSD/ports Nuk2mSmsysutils/gemini-cli distinfo Makefile, sysutils/gemini-cli/pkg PLIST

   Update to gemini-cli-0.38.2.
VersionDeltaFile
1.19+24-24sysutils/gemini-cli/pkg/PLIST
1.20+2-2sysutils/gemini-cli/distinfo
1.22+1-1sysutils/gemini-cli/Makefile
+27-273 files

OpenBSD/ports eSvhkNSsysutils/cloud-sql-proxy distinfo Makefile

   Update to cloud-sql-proxy-2.21.3.
VersionDeltaFile
1.44+2-2sysutils/cloud-sql-proxy/distinfo
1.46+1-1sysutils/cloud-sql-proxy/Makefile
+3-32 files

OpenBSD/ports mEPead7net/netatalk3 distinfo Makefile

   Update to netatalk-4.4.2.
VersionDeltaFile
1.43+2-2net/netatalk3/distinfo
1.73+1-2net/netatalk3/Makefile
+3-42 files

OpenBSD/ports f98PBe3sysutils/awscli/v1 Makefile distinfo

   Update to awscli-1.44.81.
VersionDeltaFile
1.30+2-2sysutils/awscli/v1/Makefile
1.28+2-2sysutils/awscli/v1/distinfo
+4-42 files

OpenBSD/ports ykzRunhnet/py-boto3 distinfo Makefile

   Update to py3-boto3-1.42.91.
VersionDeltaFile
1.646+2-2net/py-boto3/distinfo
1.658+1-1net/py-boto3/Makefile
+3-32 files

OpenBSD/ports cMnCO1Onet/py-botocore distinfo Makefile, net/py-botocore/pkg PLIST

   Update to py3-botocore-1.42.91.
VersionDeltaFile
1.322+6-0net/py-botocore/pkg/PLIST
1.863+2-2net/py-botocore/distinfo
1.873+1-1net/py-botocore/Makefile
+9-33 files

OpenBSD/ports p99h2mPgraphics/openexr distinfo Makefile

   Update to OpenEXR-3.4.10.
VersionDeltaFile
1.48+2-2graphics/openexr/distinfo
1.87+1-1graphics/openexr/Makefile
+3-32 files

OpenBSD/ports zjxkrJ8print/cups distinfo Makefile, print/cups/patches patch-backend_ipp_c patch-scheduler_ipp_c

   SECURITY update to cups-2.4.17.

   - CVE-2026-27447: The scheduler treated local user and group names as case-insensitive.
   - CVE-2026-34978: The RSS notifier could write outside the scheduler's RSS directory.
   - CVE-2026-34980: The scheduler did not filter control characters from option values.
   - CVE-2026-34979: The scheduler did not always allocate enough memory for a job's options string.
   - CVE-2026-34990: The scheduler incorrectly allowed local certificates over the loopback interface.
   - CVE-2026-39314: Fixed the range check for job password strings.
   - CVE-2026-39316: Fixed a printer subscription bug in the scheduler.
   - CVE-2026-NNNNN: Fixed a SNMP string conversion bug in the backends.
VersionDeltaFile
1.29.2.1+2-2print/cups/patches/patch-backend_ipp_c
1.36.2.2+2-2print/cups/patches/patch-scheduler_ipp_c
1.70.2.3+2-2print/cups/distinfo
1.298.2.4+1-1print/cups/Makefile
+7-74 files

OpenBSD/ports w39BJ0iprint/cups distinfo Makefile, print/cups/patches patch-backend_ipp_c patch-scheduler_ipp_c

   SECURITY update to cups-2.4.17.

   - CVE-2026-27447: The scheduler treated local user and group names as case-insensitive.
   - CVE-2026-34978: The RSS notifier could write outside the scheduler's RSS directory.
   - CVE-2026-34980: The scheduler did not filter control characters from option values.
   - CVE-2026-34979: The scheduler did not always allocate enough memory for a job's options string.
   - CVE-2026-34990: The scheduler incorrectly allowed local certificates over the loopback interface.
   - CVE-2026-39314: Fixed the range check for job password strings.
   - CVE-2026-39316: Fixed a printer subscription bug in the scheduler.
   - CVE-2026-NNNNN: Fixed a SNMP string conversion bug in the backends.
VersionDeltaFile
1.73+2-2print/cups/distinfo
1.30+2-2print/cups/patches/patch-backend_ipp_c
1.38+2-2print/cups/patches/patch-scheduler_ipp_c
1.302+1-1print/cups/Makefile
+7-74 files

NetBSD/pkgsrc-wip 6ad7a17freetds distinfo Makefile

freetds: update to 1.5.16
DeltaFile
+3-3freetds/distinfo
+1-1freetds/Makefile
+4-42 files

LLVM/project 4ef2a51libcxx/test/libcxx/diagnostics iterator.nodiscard.verify.cpp, libcxx/test/libcxx/iterators iterator.nodiscard.verify.cpp

relocate test
DeltaFile
+38-0libcxx/test/libcxx/iterators/iterator.nodiscard.verify.cpp
+0-38libcxx/test/libcxx/diagnostics/iterator.nodiscard.verify.cpp
+38-382 files