FreeBSD/ports 5c715efnet Makefile, net/rustconn distinfo Makefile.crates

net/rustconn: Add new port

RustConn is a connection orchestrator for Linux/FreeBSD with a
GTK4/Wayland-native interface. It brings SSH, RDP, VNC, SPICE, Telnet,
Serial, Kubernetes, and Zero Trust connections under one roof — with
embedded Rust clients where possible and seamless integration with
external tools where needed.

https://github.com/totoshko88/RustConn
DeltaFile
+1,415-0net/rustconn/distinfo
+706-0net/rustconn/Makefile.crates
+76-0net/rustconn/Makefile
+23-0net/rustconn/pkg-plist
+5-0net/rustconn/pkg-descr
+1-0net/Makefile
+2,226-06 files

LLVM/project 4b202b0llvm/lib/Target/SPIRV SPIRVMergeRegionExitTargets.cpp SPIRVStructurizer.cpp

[SPIRV][NFC] Drop uses of BranchInst (#186514)

Also simplify the code to use successors().
DeltaFile
+13-64llvm/lib/Target/SPIRV/SPIRVMergeRegionExitTargets.cpp
+16-20llvm/lib/Target/SPIRV/SPIRVStructurizer.cpp
+29-842 files

FreeBSD/ports 300cc32net/v2ray Makefile

net/v2ray: Bump PORTREVISION for rebuild after rc script improvements

Approved by:    db@, yuri@ (Mentors, implicit)
DeltaFile
+1-1net/v2ray/Makefile
+1-11 files

FreeBSD/ports 9f0b185security/clamav pkg-plist distinfo

security/clamav: update 1.5.1 -> 1.5.2

Reported by:    Andrea Venturoli <ml at netfence.it>
Changes:        https://blog.clamav.net/2026/03/clamav-152-and-144-security-patch.html
Security:       CVE-2026-20031
MFH:            2026Q1

(cherry picked from commit bf21cd498276b8b0000b0a8d4857e35bd31f0315)
DeltaFile
+60-66security/clamav/pkg-plist
+3-3security/clamav/distinfo
+1-2security/clamav/Makefile
+64-713 files

LLVM/project b73a64fclang-tools-extra/clang-tidy/misc MultipleInheritanceCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Fix virtual inheritance FP in misc-multiple-inheritance (#186103)

Avoid double-counting concrete bases introduced through virtual
inheritance in `misc-multiple-inheritance`.

As of AI-Usage: Gemini 3 is used for pre-commit reviewing.

Closes https://github.com/llvm/llvm-project/issues/186059
DeltaFile
+27-8clang-tools-extra/clang-tidy/misc/MultipleInheritanceCheck.cpp
+19-0clang-tools-extra/test/clang-tidy/checkers/misc/multiple-inheritance.cpp
+4-0clang-tools-extra/docs/ReleaseNotes.rst
+50-83 files

FreeBSD/ports b1b2eebeditors/vscode pkg-plist distinfo, editors/vscode/files patch-node__modules__at_typescript_native-preview_lib_getExePath.js patch-extensions_microsoft-authentication_extension.webpack.config.js

editors/vscode: Update to 1.111.0

While here, update product.json for popular extensions. [1]

Changelog:
- https://code.visualstudio.com/updates/v1_110
- https://code.visualstudio.com/updates/v1_111

Reported by:    GitHub (watch releases)
Obtained from:  https://github.com/VSCodium/vscodium/blob/1.110.11631/product.json [1]
DeltaFile
+2,103-132editors/vscode/pkg-plist
+44-0editors/vscode/files/patch-node__modules__at_typescript_native-preview_lib_getExePath.js
+0-34editors/vscode/files/patch-extensions_microsoft-authentication_extension.webpack.config.js
+19-2editors/vscode/files/product.json.extensions
+8-8editors/vscode/files/patch-build_gulpfile.reh.ts
+7-7editors/vscode/distinfo
+2,181-18315 files not shown
+2,231-22821 files

NetBSD/pkgsrc-wip fbc44d5libopeninput Makefile distinfo, libopeninput/patches patch-meson.build

libopeninput: don't need libevdev-chunk anymore
DeltaFile
+0-19libopeninput/patches/patch-meson.build
+0-7libopeninput/Makefile
+0-1libopeninput/distinfo
+0-273 files

FreeBSD/ports bf21cd4security/clamav pkg-plist distinfo

security/clamav: update 1.5.1 -> 1.5.2

Reported by:    Andrea Venturoli <ml at netfence.it>
Changes:        https://blog.clamav.net/2026/03/clamav-152-and-144-security-patch.html
Security:       CVE-2026-20031
MFH:            2026Q1
DeltaFile
+60-66security/clamav/pkg-plist
+3-3security/clamav/distinfo
+1-2security/clamav/Makefile
+64-713 files

FreeBSD/ports d08f0d7net/v2ray/files v2ray.in

net/v2ray: Lint and improve rc file

* Sort stances
* Expand variables

Approved by:    db@, yuri@ (Mentors, implicit)
MFH:            2026Q1

(cherry picked from commit 6771b1d14157a659a8e235f692526c97f83f435a)
DeltaFile
+12-10net/v2ray/files/v2ray.in
+12-101 files

FreeBSD/ports 7034792net/v2ray/files v2ray.in

net/v2ray: Fix incorrect order of rc file stances

PR:             293795
Reported by:    Shamaz Mazum <shamaz.mazum at gmail.com>
Approved by:    db@, yuri@ (Mentors, implicit)
MFH:            2026Q1

(cherry picked from commit 3265e8870fd5e55039125fcb1ba3d505701404eb)
DeltaFile
+1-1net/v2ray/files/v2ray.in
+1-11 files

OpenBSD/ports aBw71Ifwww/surf Makefile, www/surf/patches patch-config_mk

   Move to webkitgtk41.
   hint from landry@
VersionDeltaFile
1.11+17-1www/surf/patches/patch-config_mk
1.35+6-7www/surf/Makefile
+23-82 files

LLVM/project d53c9felldb/packages/Python/lldbsuite/test lldbplatformutil.py

[lldb/test] Fix MTC dylib path for newer Darwin embedded devices (NFC)

Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
DeltaFile
+16-0lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
+16-01 files

LLVM/project 7894e63clang/lib/Format Format.cpp, clang/unittests/Format SortImportsTestJava.cpp

[clang-format]  Ignore imports in comments for Java import sorting (#177326)

Java source files can contain apparent import statements inside block
comments (e.g., showing a code example). These can get mixed up with
real import statements when run through clang-format.

This patch tracks block comments (/* ... */) so that we skip lines that
are inside them.

Fixes #176771

---------

Co-authored-by: Natalia Kokoromyti <knatalia at yost-cm-01-imme.stanford.edu>
Co-authored-by: owenca <owenpiano at gmail.com>
DeltaFile
+39-19clang/lib/Format/Format.cpp
+31-0clang/unittests/Format/SortImportsTestJava.cpp
+70-192 files

OpenBSD/ports 5pvH5Spcad/coil64 distinfo Makefile

   Update to Coil64-2.4.39.
VersionDeltaFile
1.9+2-2cad/coil64/distinfo
1.10+1-1cad/coil64/Makefile
+3-32 files

FreeBSD/ports 1a244demath/R-cran-SQUAREM distinfo Makefile

math/R-cran-SQUAREM: Update to 2026.1

Reported by:    portscout
DeltaFile
+3-3math/R-cran-SQUAREM/distinfo
+1-2math/R-cran-SQUAREM/Makefile
+4-52 files

OpenBSD/ports E6uOtA8telephony/py-phonenumbers distinfo Makefile

   Update to py3-phonenumbers-9.0.26.
VersionDeltaFile
1.31+2-2telephony/py-phonenumbers/distinfo
1.43+1-1telephony/py-phonenumbers/Makefile
+3-32 files

OpenBSD/ports 9R80fbOsysutils/diffoscope distinfo Makefile

   Update to diffoscope-314.
VersionDeltaFile
1.71+2-2sysutils/diffoscope/distinfo
1.87+1-1sysutils/diffoscope/Makefile
+3-32 files

OpenBSD/ports BVAFgUWlang/algol68g distinfo Makefile

   Update to algol68g-3.10.14.
VersionDeltaFile
1.20+2-2lang/algol68g/distinfo
1.27+1-1lang/algol68g/Makefile
+3-32 files

FreeBSD/ports 3cf790bdatabases/diesel distinfo Makefile

databases/diesel: update 2.3.6 → 2.3.7

Reported by:    portscout
DeltaFile
+177-139databases/diesel/distinfo
+88-70databases/diesel/Makefile
+265-2092 files

FreeBSD/ports b28fb48www/py-yt-dlp-ejs distinfo Makefile

www/py-yt-dlp-ejs: update 0.5.0 → 0.7.0

Reported by:    portscout
DeltaFile
+5-5www/py-yt-dlp-ejs/distinfo
+1-1www/py-yt-dlp-ejs/Makefile
+6-62 files

FreeBSD/ports 5aa0e65misc/ollama Makefile distinfo

misc/ollama: update 0.17.7 → 0.18.0
DeltaFile
+35-4misc/ollama/Makefile
+5-5misc/ollama/distinfo
+40-92 files

FreeBSD/ports a271777devel/cargo-about Makefile

devel/cargo-about: Broken on i386

Reported by:    fallout
DeltaFile
+2-0devel/cargo-about/Makefile
+2-01 files

OpenBSD/ports f8Ma4degames/bluemoon distinfo Makefile, games/bluemoon/patches patch-bluemoon_c

   Update to bluemoon-2.14.
VersionDeltaFile
1.6+4-5games/bluemoon/patches/patch-bluemoon_c
1.4+2-2games/bluemoon/distinfo
1.11+1-1games/bluemoon/Makefile
+7-83 files

LLVM/project d471d96clang/include/clang/CIR/Dialect/IR CIRAttrs.td, clang/lib/CIR/CodeGen CIRGenCUDANV.cpp CIRGenModule.cpp

[CIR] Ext init for `__device__`, `__constant__` and internalize host shadows
DeltaFile
+23-0clang/lib/CIR/CodeGen/CIRGenCUDANV.cpp
+23-0clang/lib/CIR/CodeGen/CIRGenModule.cpp
+8-8clang/test/CIR/CodeGenCUDA/address-spaces.cu
+14-0clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
+10-0clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+4-0clang/lib/CIR/CodeGen/CIRGenCUDARuntime.h
+82-81 files not shown
+83-87 files

LLVM/project 524b0b8libclc/clc/lib/generic/math clc_sin.inc clc_tan.inc

libclc: Remove attempt at subnormal flush from trig functions (#186424)
DeltaFile
+1-6libclc/clc/lib/generic/math/clc_sin.inc
+1-4libclc/clc/lib/generic/math/clc_tan.inc
+2-102 files

LLVM/project df4df08libclc/clc/lib/generic/math clc_sincos_helpers.inc clc_sincos_helpers_fp64.inc

libclc: Disable contract in trig reductions (#186432)
DeltaFile
+2-0libclc/clc/lib/generic/math/clc_sincos_helpers.inc
+2-0libclc/clc/lib/generic/math/clc_sincos_helpers_fp64.inc
+4-02 files

pkgng/pkgng 88be255external/libfetch Makefile.autosetup

libfetch: fix typo
DeltaFile
+1-1external/libfetch/Makefile.autosetup
+1-11 files

OpenBSD/ports o8ploDFdevel/py-virtualenv distinfo Makefile

   Update to py3-virtualenv-21.2.0.
VersionDeltaFile
1.60+2-2devel/py-virtualenv/distinfo
1.91+1-1devel/py-virtualenv/Makefile
+3-32 files

OpenBSD/ports tCsXbLzdevel/p5-Signal-Mask Makefile distinfo

   Update to p5-Signal-Mask-0.009.
VersionDeltaFile
1.7+3-2devel/p5-Signal-Mask/Makefile
1.2+2-2devel/p5-Signal-Mask/distinfo
+5-42 files

OpenBSD/ports 73x0l8Udevel/p5-DateTime-Format-ISO8601 Makefile distinfo

   Update to p5-DateTime-Format-ISO8601-0.19v0.
VersionDeltaFile
1.21+3-1devel/p5-DateTime-Format-ISO8601/Makefile
1.9+2-2devel/p5-DateTime-Format-ISO8601/distinfo
+5-32 files