FreeBSD/ports 3fbe5c9net/turnserver Makefile distinfo

net/turnserver: Update 4.6.3 => 4.10.0 (fix 3 CVEs)

Changelogs:
https://github.com/coturn/coturn/blob/4.10.0/ChangeLog
https://github.com/coturn/coturn/releases/tag/4.7.0
https://github.com/coturn/coturn/releases/tag/4.8.0
https://github.com/coturn/coturn/releases/tag/4.9.0
https://github.com/coturn/coturn/releases/tag/4.10.0

While here:
- Remove unnecessary PKGNAMEPREFIX.
- Merge INSTALL_PROGRAMs.
- Samplefy installation of the config.
- Merge MKDIRs.
- Remove unnecessary MKDIR.

PR:             294842
Approved by:    blanket (fix 3 CVEs)
Security:       CVE-2026-40613

    [7 lines not shown]
DeltaFile
+13-18net/turnserver/Makefile
+3-3net/turnserver/distinfo
+1-1net/turnserver/pkg-plist
+17-223 files

FreeBSD/ports a330678net/turnserver Makefile distinfo

net/turnserver: Update 4.6.3 => 4.10.0 (fix 3 CVEs)

Changelogs:
https://github.com/coturn/coturn/blob/4.10.0/ChangeLog
https://github.com/coturn/coturn/releases/tag/4.7.0
https://github.com/coturn/coturn/releases/tag/4.8.0
https://github.com/coturn/coturn/releases/tag/4.9.0
https://github.com/coturn/coturn/releases/tag/4.10.0

While here:
- Remove unnecessary PKGNAMEPREFIX.
- Merge INSTALL_PROGRAMs.
- Samplefy installation of the config.
- Merge MKDIRs.
- Remove unnecessary MKDIR.

PR:             294842
Approved by:    blanket (fix 3 CVEs)
Security:       CVE-2026-40613

    [5 lines not shown]
DeltaFile
+13-18net/turnserver/Makefile
+3-3net/turnserver/distinfo
+1-1net/turnserver/pkg-plist
+17-223 files

OPNSense/core f0d1befsrc/opnsense/service/templates/OPNsense/Cron user.cron

System: Settings: Cron - missing newline when generating cron jobs (regression in https://github.com/opnsense/core/issues/10075 )

(cherry picked from commit 55c7bd247e7aa202f945bde13d36c3eb8d750707)
DeltaFile
+1-1src/opnsense/service/templates/OPNsense/Cron/user.cron
+1-11 files

FreeBSD/src ea1764esys/dev/mfi mfi.c, sys/dev/mrsas mrsas.c

mfi(4)/mrsas(4): Set sysctl name for driver versions consistently

Instead of printing the driver version over and over again if multiple
controllers are used, set a sysctl name for the used driver version.

Approved by:    imp, ziaee
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D56110
DeltaFile
+4-3sys/dev/mfi/mfi.c
+0-3sys/dev/mrsas/mrsas.c
+4-62 files

OPNSense/core 55c7bd2src/opnsense/service/templates/OPNsense/Cron user.cron

System: Settings: Cron - missing newline when generating cron jobs (regression in https://github.com/opnsense/core/issues/10075 )
DeltaFile
+1-1src/opnsense/service/templates/OPNsense/Cron/user.cron
+1-11 files

LLVM/project 2fdb09cclang/lib/CIR/Lowering/DirectToLLVM LowerToLLVM.h

[CIR] Fix unused variable warning (#195130)

This fixes a warning about a variable that was only being used in an
assert.
DeltaFile
+1-1clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.h
+1-11 files

LLVM/project 400258cutils/bazel/llvm-project-overlay/clang BUILD.bazel

[bazel] Port fa2b19ff0d (#195157)
DeltaFile
+10-1utils/bazel/llvm-project-overlay/clang/BUILD.bazel
+10-11 files

FreeBSD/src c969df6sys/sys param.h

Bump __FreeBSD_version to 1500509 after linuxkpi changes for DRM 6.12.84

As of this commit, all changes to linuxkpi required by the DRM drivers
from Linux 6.12.84 were committed.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1sys/sys/param.h
+1-11 files

FreeBSD/ports 4ccb3d2net-mgmt/unifi10 distinfo Makefile

net-mgmt/unifi10: Update to 10.3.58

Release notes:  https://community.ui.com/releases/r/network/10.3.58
DeltaFile
+5-5net-mgmt/unifi10/distinfo
+2-3net-mgmt/unifi10/Makefile
+7-82 files

FreeNAS/freenas 9037fb6src/middlewared/middlewared/etc_files grub.py, src/middlewared/middlewared/plugins smb.py

NAS-140861 / 26.0.0-RC.1 / Lint asyncio functions and fix all existing errors (by themylogin) (#18873)
DeltaFile
+15-11src/middlewared/middlewared/plugins/smb.py
+7-3src/middlewared/middlewared/plugins/vm/info.py
+5-5src/middlewared/middlewared/etc_files/grub.py
+3-3src/middlewared/middlewared/plugins/iscsi_/extents.py
+5-1src/middlewared/middlewared/plugins/pool_/export.py
+3-3src/middlewared/middlewared/plugins/boot_/boot_loader.py
+38-2611 files not shown
+53-3817 files

FreeNAS/freenas 1d84797src/middlewared/middlewared main.py, src/middlewared/middlewared/api/base/server method.py

NAS-140867 / 26.0.0-RC.1 / Fix removed methods handling (by themylogin) (#18875)
DeltaFile
+13-0src/middlewared/middlewared/api/base/server/method.py
+7-5src/middlewared/middlewared/main.py
+20-52 files

LLVM/project 081e698llvm/lib/DWARFLinker/Classic DWARFLinkerDeclContext.cpp, llvm/test/tools/dsymutil/X86 odr-simple-template-names.test odr-simple-template-names-mixed.test

Revert "[dsymutil] Fix ODR type uniquing for -gsimple-template-names (#194501)"

This reverts commit 965146d4e2a0922f2acdcfbe6e16cc7da65357f4.
DeltaFile
+0-369llvm/test/tools/dsymutil/X86/odr-simple-template-names.test
+0-348llvm/test/tools/dsymutil/X86/odr-simple-template-names-mixed.test
+3-28llvm/lib/DWARFLinker/Classic/DWARFLinkerDeclContext.cpp
+3-7453 files

FreeNAS/freenas 16ac0c2src/middlewared/middlewared main.py, src/middlewared/middlewared/api/base/server method.py

NAS-140867 / 26.0.0-BETA.2 / Fix removed methods handling (by themylogin) (#18874)
DeltaFile
+13-0src/middlewared/middlewared/api/base/server/method.py
+7-5src/middlewared/middlewared/main.py
+20-52 files

LLVM/project cf38cc0clang/lib/AST Decl.cpp, clang/lib/CodeGen CGOpenMPRuntime.cpp CGBlocks.cpp

[clang] teach OpenCL to set the param addrspace before calling CG EmitParmDecl (#184264)

Unfortunately, this still ends up in a slightly awkward place between
Sema and CG, since a few CG phases create implicit parameters (e.g. for
`this`) which also need to be deduced into the correct address space by
Sema. This is intended to be clearly extensible for other targets that
also need this.

Changes the constructor for ImplicitParamDecl to be private again, so
that all users will go through the Create method, by making the object
ctor itself declared `protected` (like all the other VarDecl subtypes).
The memory is later cleaned up by the ASTContext bump allocator, and
since the stack is basically also a bump allocator, is is typically
equally fast. (Reverts 550d13aebbcc03806811a3aa08e674b9b84e08e8)

(If I got my commit stacked extraction right) This should allow removing
the special cases for OpenCL from EmitParmDecl once
https://github.com/llvm/llvm-project/pull/181390 lands, since this
aligns the behavior of that function with the declared intent of each

    [7 lines not shown]
DeltaFile
+100-100clang/lib/CodeGen/CGOpenMPRuntime.cpp
+60-52clang/test/CodeGenOpenCL/amdgpu-abi-struct-arg-byref.cl
+29-45clang/lib/CodeGen/CGBlocks.cpp
+36-28clang/test/CodeGenOpenCL/addr-space-struct-arg.cl
+16-30clang/lib/Sema/SemaDecl.cpp
+35-3clang/lib/AST/Decl.cpp
+276-25810 files not shown
+350-33616 files

LLVM/project f0b2a04clang/test/AST ast-dump-templates.cpp

[clang][NFC] Reduce one of JSON dump tests (#195026)

#125791 introduced `strict-pack-match` flag for
`ClassTemplateSpecializationDecl`, and covered it with AST dump tests in
`ast-dump-template.cpp`, in both textual and JSON formats. However, JSON
test was generated by a script, which made it overspecified. This PR
extracts the relevant part of ≈9200 lines of FileCheck directives.
DeltaFile
+648-9,339clang/test/AST/ast-dump-templates.cpp
+648-9,3391 files

FreeBSD/ports 16847c1net-im/nextcloud-talk distinfo Makefile

net-im/nextcloud-talk: Update to 23.0.4
DeltaFile
+3-3net-im/nextcloud-talk/distinfo
+1-1net-im/nextcloud-talk/Makefile
+4-42 files

FreeBSD/ports e8121a3www/nextcloud distinfo Makefile

www/nextcloud: Update to 33.0.3
DeltaFile
+3-3www/nextcloud/distinfo
+1-1www/nextcloud/Makefile
+4-42 files

LLVM/project 5a6e8ccbolt/test/AArch64 long-jmp-hugify-fixup-out-of-range.s

[BOLT][AArch64] Add a failing test to demonstrate bug (#194896)

When not in compact-code-model the longjump pass may consider certain
branches in range, but later at JITLink hugify forces them out of range
probably because it aligns hot code at runtime.
DeltaFile
+37-0bolt/test/AArch64/long-jmp-hugify-fixup-out-of-range.s
+37-01 files

FreeNAS/freenas 8cafd4asrc/middlewared/middlewared main.py, src/middlewared/middlewared/api/base/server method.py

Fix removed methods handling

(cherry picked from commit 596f25f1ad72628d5ca76e6f4c469fc15815bd75)
DeltaFile
+13-0src/middlewared/middlewared/api/base/server/method.py
+7-5src/middlewared/middlewared/main.py
+20-52 files

FreeNAS/freenas 0061381src/middlewared/middlewared main.py, src/middlewared/middlewared/api/base/server method.py

Fix removed methods handling

(cherry picked from commit 596f25f1ad72628d5ca76e6f4c469fc15815bd75)
DeltaFile
+13-0src/middlewared/middlewared/api/base/server/method.py
+7-5src/middlewared/middlewared/main.py
+20-52 files

FreeNAS/freenas a5c1cf9src/middlewared/middlewared main.py, src/middlewared/middlewared/api/base/server method.py

NAS-140867 / 27.0.0-BETA.1 / Fix removed methods handling (#18872)

Currently, methods that have `removed_in` set are removed from
corresponding API completely, so we can't call them from our integration
tests. That's not the desired behavior, because we just might have plans
to make them private.
DeltaFile
+13-0src/middlewared/middlewared/api/base/server/method.py
+7-5src/middlewared/middlewared/main.py
+20-52 files

FreeNAS/freenas 77c4fcesrc/middlewared/middlewared/etc_files grub.py, src/middlewared/middlewared/plugins smb.py

Lint asyncio functions and fix all existing errors

(cherry picked from commit efe0ccf13da69efa19e0ef089c84e5f6e62f3840)
DeltaFile
+15-11src/middlewared/middlewared/plugins/smb.py
+5-5src/middlewared/middlewared/etc_files/grub.py
+7-3src/middlewared/middlewared/plugins/vm/info.py
+3-3src/middlewared/middlewared/plugins/iscsi_/extents.py
+3-3src/middlewared/middlewared/plugins/boot_/boot_loader.py
+5-1src/middlewared/middlewared/plugins/pool_/export.py
+38-2611 files not shown
+53-3817 files

LLVM/project c3cc7c4llvm/test/Analysis/CostModel/AMDGPU div.ll rem.ll, llvm/test/CodeGen/RISCV atomic-rmw.ll atomic-signext.ll

Merge branch 'main' into users/kparzysz/dsa-conflicts
DeltaFile
+2,420-2,120llvm/test/CodeGen/RISCV/atomic-rmw.ll
+1,424-1,376llvm/test/Transforms/LoopVectorize/first-order-recurrence.ll
+952-952llvm/test/Analysis/CostModel/AMDGPU/div.ll
+952-952llvm/test/Analysis/CostModel/AMDGPU/rem.ll
+643-643llvm/test/Analysis/CostModel/AMDGPU/insertelement.ll
+518-430llvm/test/CodeGen/RISCV/atomic-signext.ll
+6,909-6,473385 files not shown
+19,982-16,071391 files

LLVM/project cfce236flang/lib/Semantics check-omp-loop.cpp, flang/test/Semantics/OpenMP do01.f90

Use multimap in case of multiple DSA clauses
DeltaFile
+16-2flang/test/Semantics/OpenMP/do01.f90
+10-6flang/lib/Semantics/check-omp-loop.cpp
+26-82 files

FreeBSD/ports 8a9bf14sysutils/bastille distinfo Makefile

sysutils/bastille: Update to 1.4.3.260429

PR:             294880
Approved by:    tschetter.victor at gmail.com (maintainer)
MFH:            2026Q2

(cherry picked from commit 817d24c44becd68c9149ded41d56660e8361012b)
DeltaFile
+3-3sysutils/bastille/distinfo
+1-1sysutils/bastille/Makefile
+4-42 files

FreeNAS/freenas ff869cctests/unit test_realtime_reporting.py

More ruff fixes
DeltaFile
+83-72tests/unit/test_realtime_reporting.py
+83-721 files

FreeBSD/ports 817d24csysutils/bastille distinfo Makefile

sysutils/bastille: Update to 1.4.3.260429

PR:             294880
Approved by:    tschetter.victor at gmail.com (maintainer)
MFH:            2026Q2
DeltaFile
+3-3sysutils/bastille/distinfo
+1-1sysutils/bastille/Makefile
+4-42 files

FreeNAS/freenas a1493f7

Empty commit to create PR on github.

You should reset it
DeltaFile
+0-00 files

LLVM/project edfa3e4utils/bazel/llvm-project-overlay/libc BUILD.bazel

[bazel][libc] Port 699d3bfdba (#195145)
DeltaFile
+73-16utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+73-161 files

FreeNAS/freenas ef8cd34src/middlewared/middlewared/api/v27_0_0 reporting.py, tests/api2 test_reporting_realtime.py

Expand reporting tests

This fixes a schema field name typo for reporting disks
(appears in API docs, but does not change surfaced
reporting.realtime event field names -- typo only was in
docs) in addition to adding explicit testing for internal
utilities as well as validating shape of returned
responses.
DeltaFile
+243-0tests/unit/test_realtime_reporting.py
+165-0tests/api2/test_reporting_realtime.py
+100-0tests/unit/test_metrics_arcstat.py
+65-0tests/unit/test_metrics_cpu_usage.py
+31-0tests/unit/test_metrics_pool_stats.py
+1-1src/middlewared/middlewared/api/v27_0_0/reporting.py
+605-14 files not shown
+609-510 files