FreeBSD/ports bfdd3abx11/cde-devel distinfo Makefile

x11/cde-devel: Update to the latest cdesktopenv-code commit

Update to the latest cdedesktop-code commit proxied through my GH accoun
DeltaFile
+3-3x11/cde-devel/distinfo
+2-2x11/cde-devel/Makefile
+5-52 files

FreeBSD/ports 0bfe589mail/spamassassin-devel distinfo Makefile

mail/spamassassin-devel: update to latest github commit
DeltaFile
+3-3mail/spamassassin-devel/distinfo
+2-2mail/spamassassin-devel/Makefile
+5-52 files

FreeBSD/ports 5f51093sysutils/cfengine-devel distinfo Makefile

sysutils/cfengine-devel: Update to latest GH commit
DeltaFile
+5-5sysutils/cfengine-devel/distinfo
+3-3sysutils/cfengine-devel/Makefile
+8-82 files

FreeBSD/ports 51e0882x11-toolkits/thentenaar-motif-devel distinfo Makefile

x11-toolkits/thentenaar-motif-devel: Update to the latest github commit
DeltaFile
+3-3x11-toolkits/thentenaar-motif-devel/distinfo
+2-2x11-toolkits/thentenaar-motif-devel/Makefile
+5-52 files

FreeBSD/ports 1d25967security/krb5-devel distinfo Makefile

security/krb5-devel: update to the latest MIT/KRB5 github commit
DeltaFile
+3-3security/krb5-devel/distinfo
+2-2security/krb5-devel/Makefile
+5-52 files

FreeBSD/ports e0a76bdsysutils/cfengine-masterfiles-devel distinfo Makefile

sysutils/cfengine-masterfiles-devel: Update to latest GH commit
DeltaFile
+3-3sysutils/cfengine-masterfiles-devel/distinfo
+2-2sysutils/cfengine-masterfiles-devel/Makefile
+5-52 files

FreeBSD/ports 088a75cshells/ksh-devel distinfo Makefile

shells/ksh-devel: update to the latest ksh93/ksh github commit
DeltaFile
+3-3shells/ksh-devel/distinfo
+2-2shells/ksh-devel/Makefile
+5-52 files

FreeBSD/ports 69e8150audio/ocp distinfo Makefile

audio/ocp: Update to 3.3.1
DeltaFile
+3-3audio/ocp/distinfo
+1-1audio/ocp/Makefile
+1-0audio/ocp/pkg-plist
+5-43 files

NetBSD/src Kcnzu2hsys/dev/pci gffb.c radeonfb.c

   use BUS_SPACE_MAP_PREFETCHABLE when mapping the dumb framebuffer
VersionDeltaFile
1.36+3-3sys/dev/pci/gffb.c
1.122+3-3sys/dev/pci/radeonfb.c
+6-62 files

NetBSD/pkgsrc XD7mw0Fgeography/R-s2 Makefile distinfo, geography/R-s2/patches patch-src_Makevars.in

   (geography/R-s2) Fix build for R 4.6.0 (Re: execinfo)
VersionDeltaFile
1.1+22-0geography/R-s2/patches/patch-src_Makevars.in
1.8+3-1geography/R-s2/Makefile
1.7+2-1geography/R-s2/distinfo
+27-23 files

LLVM/project a903b95llvm/lib/Transforms/Utils CloneModule.cpp SplitModule.cpp, llvm/test/tools/llvm-split ifunc.ll alias-to-ifunc.ll

 [CloneModule] Clone undefined ifuncs (#197353)

To satisfy the verifier rule "IFunc resolver must be a definition". We
fix iFunc handling when cloning modules.
When cloning a module, if an IFunc has no definition
(ShouldCloneDefinition returns false), directly create an external
GlobalValue (Function or GlobalVariable) instead of trying to clone the
ifunc.
Add a test case for llvm-split to verify the ifunc cloning/splitting
behavior works correctly.
DeltaFile
+33-0llvm/test/tools/llvm-split/ifunc.ll
+29-0llvm/test/tools/llvm-split/alias-to-ifunc.ll
+15-0llvm/lib/Transforms/Utils/CloneModule.cpp
+1-0llvm/lib/Transforms/Utils/SplitModule.cpp
+78-04 files

NetBSD/pkgsrc byvrBLadoc CHANGES-2026

   Updated net/gssdp, net/gupnp, net/gupnp-av
VersionDeltaFile
1.3288+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc 1m4eA6Cnet/gupnp-av distinfo Makefile

   gupnp-av: updated to 0.14.5

   0.14.5 (stable)

   - Fix missing chain-up in SearchCriteriaParser
VersionDeltaFile
1.15+4-4net/gupnp-av/distinfo
1.72+2-3net/gupnp-av/Makefile
1.10+2-2net/gupnp-av/PLIST
+8-93 files

NetBSD/pkgsrc RTQ1LHDnet/gupnp distinfo Makefile

   gupnp: updated to 1.6.10

   1.6.10 (stable)

   Require GSSDP >= 1.6.5

   - Context: Reuse allocated TCP socket from GSSDP Client
     for web server
   - Context: Do not leak GError in ACL handler
   - Fix IPv6 host header validation
VersionDeltaFile
1.35+4-4net/gupnp/distinfo
1.105+3-3net/gupnp/Makefile
1.16+2-2net/gupnp/PLIST
+9-93 files

NetBSD/pkgsrc 7A186apnet/gssdp distinfo Makefile

   gssdp: updated to 1.6.5

   1.6.5 (stabe)
   - Block corresponding TCP socket when allocating UDP socket

   1.6.4 (stable)
   - Fix build path leaking into code
   - Fix issues with Since: and Deprecated: declarations in documentation

   1.6.3 (stable)
   - Do not crash if socket receive fails
   - Do not leak local address in SocketSource
VersionDeltaFile
1.23+4-4net/gssdp/distinfo
1.119+2-3net/gssdp/Makefile
1.9+2-2net/gssdp/PLIST
+8-93 files

OpenBSD/ports YYSivbVinfrastructure/db user.list

   uncomment _fastnetmon
VersionDeltaFile
1.488+2-2infrastructure/db/user.list
+2-21 files

LLVM/project 028153allvm/lib/Transforms/Vectorize VPlan.cpp, llvm/test/Transforms/LoopVectorize pointer-induction.ll scev-predicate-reasoning.ll

[VPlan] Make TransformState::get BCast-logic robust (#197589)

The logic for inserting Broadcasts in a more optimal location in
VPTransformState::get is quite fragile, especially around scalable VFs.
Fix it, resulting in minor improvements.
DeltaFile
+9-31llvm/lib/Transforms/Vectorize/VPlan.cpp
+2-2llvm/test/Transforms/LoopVectorize/pointer-induction.ll
+2-2llvm/test/Transforms/LoopVectorize/scev-predicate-reasoning.ll
+13-353 files

FreeBSD/ports fdd6e81www/lua-resty-core Makefile

www/lua-resty-core: Take Maintainership

Approved by:    zi (via private Mail)
DeltaFile
+1-1www/lua-resty-core/Makefile
+1-11 files

LLVM/project 7933783clang/lib/Sema OpenCLBuiltins.td, clang/test/SemaOpenCL intel-split-work-group-barrier-builtins.cl

[OpenCL] Add cl_intel_split_work_group_barrier builtins (#199424)

Add cl_intel_split_work_group_barrier declarations to OpenCLBuiltins.td
and cover the extension with a dedicated header-free SPIR test.

Specification:

https://registry.khronos.org/OpenCL/extensions/intel/cl_intel_split_work_group_barrier.html

Co-authored-by: Copilot
DeltaFile
+26-13clang/lib/Sema/OpenCLBuiltins.td
+22-0clang/test/SemaOpenCL/intel-split-work-group-barrier-builtins.cl
+48-132 files

FreeBSD/ports bcfad87security/vuxml Makefile, security/vuxml/files check_vuln_portepoch.py

security/vuxml: Add PORTEPOCH validation

This adds a check if portepoch has been forgotten
in affected version range specifications, which leads
to pkg audit not reporting a vulnerability.

Usage:

    make check-portepoch

This is also invoked when running `make validate`.

Approved by:    fernape (ports-secteam)
Differential Revision:  https://reviews.freebsd.org/D57193
DeltaFile
+94-0security/vuxml/files/check_vuln_portepoch.py
+4-1security/vuxml/Makefile
+98-12 files

OpenBSD/ports jcBBrMOaudio Makefile

   +audio/euphonica

   OK: landry@
VersionDeltaFile
1.525+1-0audio/Makefile
+1-01 files

OpenBSD/ports 31cmILMconverters/p5-DateManip distinfo Makefile, converters/p5-DateManip/pkg PLIST

   update to 6.98, fixes multiple "Possible precedence problem between ! and
   string eq" warnings that appeared with the last perl update and clobber
   console/logs, ok afresh1
VersionDeltaFile
1.12+6-83converters/p5-DateManip/pkg/PLIST
1.10+2-2converters/p5-DateManip/distinfo
1.27+1-1converters/p5-DateManip/Makefile
+9-863 files

OpenBSD/ports 6oOnVdZaudio/euphonica distinfo crates.inc, audio/euphonica/patches patch-src_client_password_rs patch-src_preferences_client_rs

   Initial revision
VersionDeltaFile
1.1+1,040-0audio/euphonica/distinfo
1.1+518-0audio/euphonica/crates.inc
1.1+100-0audio/euphonica/patches/patch-src_client_password_rs
1.1+64-0audio/euphonica/patches/patch-src_preferences_client_rs
1.1+58-0audio/euphonica/Makefile
1.1+57-0audio/euphonica/patches/patch-src_client_connection_rs
+1,837-022 files not shown
+1,952-028 files

LLVM/project 10c0de8clang/tools/clang-linker-wrapper ClangLinkerWrapper.cpp

[LinkerWrapper] Fix temps being dumped to CWD instead of output path (#198679)

Summary:
Offloading save temps is a complex dance where we have clang,
linker-wrapper, and lld all making their own temp files. The ones in the
linker wrapper were not respecting the output directory because we
stripped everything with filename. Just get rid of this so it uses the
output file's directory properly in this mode.
DeltaFile
+10-16clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
+10-161 files

FreeBSD/ports 23d4e44Mk/Uses tcl.mk

Mk/Uses/tcl.mk: fix test depends

PR:             295582
Reported by:    Christos Chatzaras <chris at cretaforce.gr>
DeltaFile
+1-0Mk/Uses/tcl.mk
+1-01 files

LLVM/project 3bf5972llvm/lib/Transforms/Vectorize VPlanTransforms.cpp, llvm/test/Transforms/LoopVectorize/AArch64 partial-reduce-chained.ll partial-reduce-usabs.ll

[LV] Optimize partial reduction extends before handling inloop subs

The crash avoided in #194660 was caused by the extend optimizations
failing to match as due to the extra sub/negation added to the
"ExtendedOp".

A similar crash exists for [us]abs partial reductions
(see https://godbolt.org/z/MerMon5rE), which is fixed with this patch.

This patch solves the underlying issue by running the extend optimizations
before any inloop sub/fsub handling.

Fixes #194000
DeltaFile
+70-66llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-chained.ll
+57-0llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-usabs.ll
+3-6llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+130-723 files

LLVM/project 5d7c117llvm/lib/Transforms/Vectorize VPlanTransforms.cpp VPlanRecipes.cpp, llvm/test/Transforms/LoopVectorize/AArch64 partial-reduce-chained.ll partial-reduce.ll

[LV] Support partial reduce subs/fsubs without a mul operand

This allows the `UpdateR(PrevValue, ext(...))` form for fsub/sub
updates (i.e, AddWithSub or Sub reductions). For sub reductions the
codegen/handling is identical to add reductions (with the sub handled
out of loop). For AddWithSub, reductions the sub is handled in-loop
with a NegatedExtendedReduction VP expression, which the encapsulates
`reduce.[f]add(neg(ext(op)))`.
DeltaFile
+136-0llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-chained.ll
+51-66llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce.ll
+117-0llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-costs.ll
+103-0llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-sub.ll
+12-7llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+12-3llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+431-762 files not shown
+442-768 files

OpenBSD/ports YcueEPybenchmarks Makefile

   benchmarks/Makefile: +librespeed-cli
VersionDeltaFile
1.39+1-0benchmarks/Makefile
+1-01 files

OpenBSD/ports 26Vdz2Dbenchmarks/librespeed-cli distinfo Makefile, benchmarks/librespeed-cli/patches patch-speedtest_speedtest_go patch-main_go

   Initial revision
VersionDeltaFile
1.1+96-0benchmarks/librespeed-cli/distinfo
1.1+49-0benchmarks/librespeed-cli/patches/patch-speedtest_speedtest_go
1.1+35-0benchmarks/librespeed-cli/Makefile
1.1+32-0benchmarks/librespeed-cli/modules.inc
1.1+16-0benchmarks/librespeed-cli/patches/patch-main_go
1.1+10-0benchmarks/librespeed-cli/pkg/DESCR
+238-08 files not shown
+239-014 files

FreeBSD/ports a35abebtextproc/ov Makefile distinfo

textproc/ov: Update to 0.53.0

While here, convert to use GO_LDFLAGS.

Changelog: https://github.com/noborus/ov/releases/tag/v0.53.0

Reported by:    GitHub (watch releases)
DeltaFile
+7-7textproc/ov/Makefile
+5-5textproc/ov/distinfo
+12-122 files