FreeBSD/ports 92b2609mail/phpmailer7 distinfo Makefile, www/nginx/files .nginx.in.swo

mail/phpmailer7: Update to 7.0.1

-Use From domain when generating CIDs in msgHTML.
-Update to PHPCompatibility 10, resolve numerous PHPCS issues in PHP 8.5.
-Revise GitHub actions for PHP 8.5 and experimental 8.6 tests.
-Switch gmail example from the deprecated IMAP extension to use
 directorytree/imapengine for IMAP uploads.
-Set htmlspecialchars() flags explicitly and consistently.
-Convert XOAUTH2 token exceptions into PHPMailer Exceptions. The original
 exception is available as an inner exception.
-Deprecate VERSION constants in POP3 and SMTP classes.
-Remove dependency on roave/security-advisories; it's now built into composer 2.9.
-Update Dutch, Esperanto, and Norwegian translations.

Sponsored by:   Netzkommune GmbH
DeltaFile
+3-3mail/phpmailer7/distinfo
+1-1mail/phpmailer7/Makefile
+0-0www/nginx/files/.nginx.in.swo
+4-43 files

NetBSD/pkgsrc X82Ubq1doc CHANGES-2026

   doc: Updated security/subfinder to 2.11.0
VersionDeltaFile
1.156+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 1JuuCGpsecurity/subfinder distinfo Makefile

   subfinder: Update to 2.11.0

   Changes:
   2.11.0
   New Features
   - Added Profundis source
   - Added MerkleMap source
   - Added THC source

   Other Changes
   - Improved context cancellation sources
   - Updated Censys to adapt recent changes in the API
VersionDeltaFile
1.10+4-4security/subfinder/distinfo
1.35+2-2security/subfinder/Makefile
1.10+0-0security/subfinder/go-modules.mk
+6-63 files

LLVM/project 9748cdclldb/tools/lldb-dap package-lock.json, lldb/tools/lldb-dap/extension package-lock.json

Merge branch 'main' into users/kparzysz/clauset-no-implicit
DeltaFile
+0-3,509lldb/tools/lldb-dap/package-lock.json
+3,509-0lldb/tools/lldb-dap/extension/package-lock.json
+1,874-0llvm/test/CodeGen/AMDGPU/combine-scalar-selects.ll
+1,372-0llvm/test/CodeGen/AMDGPU/combine-scalar-selects-asm.ll
+1,300-0llvm/test/CodeGen/X86/avgceils.ll
+1,196-0llvm/test/CodeGen/X86/scmp.ll
+9,251-3,509654 files not shown
+33,159-16,134660 files

NetBSD/pkgsrc oOswqj3doc CHANGES-2026

   doc: Updated devel/opa to 1.12.2
VersionDeltaFile
1.155+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 1m9K65Idevel/opa distinfo Makefile

   opa: Update to 1.12.2

   Changes:
   1.12.2
   This bug fix release address issues found in the new string interpolation feature
VersionDeltaFile
1.35+4-4devel/opa/distinfo
1.72+2-2devel/opa/Makefile
1.35+0-0devel/opa/go-modules.mk
+6-63 files

FreeBSD/ports ed03346graphics/jogamp-jogl Makefile

graphics/jogamp-jogl: pin to java 8

After ignoring the faulty build.xml check which does not recognize that
JDK11 > JDK1.6, it gave an error for ${target.rt.jar} to set bootclasspath.

This port needs a maintainer or it might not survive a future prune of openjdk8.
But is has a port depending on this, so leave it for now.

PR:     272855
Approved-by:    no maintainer
DeltaFile
+2-0graphics/jogamp-jogl/Makefile
+2-01 files

OPNSense/core 20f414fsrc/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php

Firewall: Rules [new] - exclude volatile fields from export (for https://github.com/opnsense/core/issues/9579)
DeltaFile
+1-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
+1-11 files

LLVM/project 192db0fllvm/lib/Frontend/OpenMP OMPIRBuilder.cpp

formatting
DeltaFile
+3-2llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
+3-21 files

LLVM/project 72bc631mlir/test/Target/LLVMIR openmp-taskloop-untied.mlir openmp-taskloop-if.mlir

reduce test cases
DeltaFile
+2-100mlir/test/Target/LLVMIR/openmp-taskloop-untied.mlir
+8-52mlir/test/Target/LLVMIR/openmp-taskloop-if.mlir
+8-51mlir/test/Target/LLVMIR/openmp-taskloop-num_tasks.mlir
+8-50mlir/test/Target/LLVMIR/openmp-taskloop-grainsize.mlir
+8-49mlir/test/Target/LLVMIR/openmp-taskloop-nogroup.mlir
+1-52mlir/test/Target/LLVMIR/openmp-taskloop-mergeable.mlir
+35-3542 files not shown
+36-4558 files

LLVM/project 7236a86mlir/test/Target/LLVMIR openmp-taskloop-untied.mlir openmp-todo.mlir

[MLIR][OpenMP] Add Initial Taskloop Clause Support

Following on from the work to implement MLIR -> LLVM IR
Translation for Taskloop, this adds support for the following
clauses to be used alongside taskloop:
- if
- grainsize
- num_tasks
- untied
- Nogroup
- Final
- Mergeable
- Priority

These clauses are ones which work directly through the relevant
OpenMP Runtime functions, so their information just needed collecting
from the relevant location and passing through to the appropriate
runtime function.


    [2 lines not shown]
DeltaFile
+161-0mlir/test/Target/LLVMIR/openmp-taskloop-untied.mlir
+0-104mlir/test/Target/LLVMIR/openmp-todo.mlir
+93-0mlir/test/Target/LLVMIR/openmp-taskloop-if.mlir
+88-0mlir/test/Target/LLVMIR/openmp-taskloop-priority.mlir
+88-0mlir/test/Target/LLVMIR/openmp-taskloop-final.mlir
+88-0mlir/test/Target/LLVMIR/openmp-taskloop-grainsize.mlir
+518-1048 files not shown
+863-15914 files

LLVM/project 916a36amlir/test/Target/LLVMIR openmp-taskloop-untied.mlir

add missing fix to test
DeltaFile
+1-1mlir/test/Target/LLVMIR/openmp-taskloop-untied.mlir
+1-11 files

LLVM/project 4c41648llvm/lib/Frontend/OpenMP OMPIRBuilder.cpp, mlir/lib/Target/LLVMIR/Dialect/OpenMP OpenMPToLLVMIRTranslation.cpp

Respond to review comments
DeltaFile
+8-5llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
+2-10mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+1-1mlir/test/Target/LLVMIR/openmp-taskloop-mergeable.mlir
+1-1mlir/test/Target/LLVMIR/openmp-taskloop-final.mlir
+1-1mlir/test/Target/LLVMIR/openmp-taskloop-grainsize.mlir
+1-1mlir/test/Target/LLVMIR/openmp-taskloop-if.mlir
+14-196 files not shown
+20-2512 files

LLVM/project 1dea577llvm/lib/Analysis ScalarEvolution.cpp, llvm/test/Analysis/ScalarEvolution urem-0.ll trip-multiple.ll

[SCEV] Handle URem pattern in  getRangeRef. (#174456)

Check if an scAddExpr expressions represents an URem, and
if it does, use the divisor to limit the conservative range.

https://alive2.llvm.org/ce/z/VPxe7C

PR: https://github.com/llvm/llvm-project/pull/174456
DeltaFile
+56-1llvm/test/Analysis/ScalarEvolution/urem-0.ll
+7-14llvm/test/Transforms/LoopVectorize/AArch64/epilogue-vectorization-fix-scalar-resume-values.ll
+6-6llvm/test/Analysis/ScalarEvolution/trip-multiple.ll
+9-0llvm/lib/Analysis/ScalarEvolution.cpp
+2-2llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
+80-235 files

GhostBSD/build 5cb31efpackages/vital plasma

Package updates (#255)

DeltaFile
+3-14packages/vital/plasma
+3-141 files

FreeBSD/ports 818d3dex11-wm/mangowc distinfo Makefile

x11-wm/mangowc: Update to 0.10.10

ChangeLog:      https://github.com/DreamMaoMao/mangowc/releases/tag/0.10.10
Reported by:    DreamMaoMao <notifications at github.com>
DeltaFile
+3-3x11-wm/mangowc/distinfo
+2-2x11-wm/mangowc/Makefile
+5-52 files

OPNSense/core 9973ea3src/opnsense/mvc/app/controllers/OPNsense/Radvd/forms dialogEntry.xml, src/opnsense/mvc/app/views/OPNsense/Radvd settings.volt

Add simple view
DeltaFile
+49-6src/opnsense/mvc/app/controllers/OPNsense/Radvd/forms/dialogEntry.xml
+46-0src/opnsense/mvc/app/views/OPNsense/Radvd/settings.volt
+95-62 files

FreeNAS/freenas a12489esrc/middlewared/middlewared/api/base model.py, src/middlewared/middlewared/api/base/handler accept.py result.py

reduce parent process memory by > 100MB
DeltaFile
+11-1src/middlewared/middlewared/api/base/model.py
+4-1src/middlewared/middlewared/api/base/handler/accept.py
+2-0src/middlewared/middlewared/api/base/handler/result.py
+2-0src/middlewared/middlewared/api/base/server/legacy_api_method.py
+2-0src/middlewared/middlewared/api/base/handler/dump_params.py
+21-25 files

OPNSense/core 631c871src/etc/inc util.inc interfaces.inc, src/etc/inc/plugins.inc.d unbound.inc

system: introduce an is_ipv6_allowed()

Since it is splattered over many places add a function to
reduce the hardcoding.  There's still a problem if the
migration fails so it would be nicer to imply IPv6 is on
than explicitly looking for it (in 2026 and beyond).
DeltaFile
+8-0src/etc/inc/util.inc
+0-5src/opnsense/mvc/tests/app/models/OPNsense/ACL/AclConfig/config.xml
+2-2src/www/services_opendns.php
+1-1src/etc/inc/interfaces.inc
+1-1src/etc/inc/plugins.inc.d/unbound.inc
+1-1src/etc/inc/system.inc
+13-105 files not shown
+17-1511 files

FreeBSD/ports 25bf7cdgames/solarus distinfo Makefile

games/solarus: Update to 2.0.2

Changelog:
https://gitlab.com/solarus-games/solarus/-/blob/v2.0.2/changelog.md
DeltaFile
+3-3games/solarus/distinfo
+1-3games/solarus/Makefile
+1-1games/solarus/pkg-plist
+5-73 files

FreeBSD/ports a129e86games/solarus-quest-editor Makefile distinfo

games/solarus-quest-editor: Update to 2.0.2

- The new CMAKE args will ensure the assets are installed in the
  original place. The software was renamed upstream to solarus-editor.
  Ideally, the port should also be renamed and these new args
  removed.

Changelog:
https://gitlab.com/solarus-games/solarus/-/blob/v2.0.2/editor/changelog.md
DeltaFile
+4-4games/solarus-quest-editor/Makefile
+3-3games/solarus-quest-editor/distinfo
+7-72 files

FreeBSD/ports 2e26886security/aws-iam-authenticator distinfo Makefile

security/aws-iam-authenticator: Update to 0.7.10

Changelog:
https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/tag/v0.7.10
DeltaFile
+5-5security/aws-iam-authenticator/distinfo
+1-2security/aws-iam-authenticator/Makefile
+6-72 files

FreeBSD/ports 5d11e6dsysutils/eksctl distinfo Makefile

sysutils/eksctl: Update to 0.221.0

Changelog:
https://github.com/eksctl-io/eksctl/releases/tag/v0.221.0
DeltaFile
+5-5sysutils/eksctl/distinfo
+2-3sysutils/eksctl/Makefile
+7-82 files

LLVM/project 6243788llvm/lib/Target/SPIRV SPIRVPushConstantAccess.cpp

[NFC][SPIRV] Avoid temporary SmallVector by using make_early_inc_range
DeltaFile
+14-17llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
+14-171 files

LLVM/project 44b44bclldb/source/Commands CommandObjectVersion.cpp

[lldb] Correct version -v output for booleans (#174742)

We were checking whether the structured data value could be got as a
boolean, not what value that boolean had. This meant we were incorrectly
showing "yes" for everything.
DeltaFile
+1-1lldb/source/Commands/CommandObjectVersion.cpp
+1-11 files

LLVM/project 4c17aa1clang/lib/Analysis/LifetimeSafety FactsGenerator.cpp, clang/test/Sema warn-lifetime-safety.cpp warn-lifetime-safety-suggestions.cpp

[LifetimeSafety] Add origin tracking for pointer dereference (#170006)

Fix lifetime safety analysis for pointer dereference operations by
properly tracking origin flow.

Added support in `FactsGenerator::VisitUnaryOperator()` to handle the
dereference operator (`UO_Deref`). This change ensures that when a
pointer is dereferenced, the origin of the pointer is properly
propagated to the dereference expression.
DeltaFile
+71-11clang/test/Sema/warn-lifetime-safety.cpp
+11-1clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
+6-3clang/test/Sema/warn-lifetime-safety-suggestions.cpp
+6-0clang/test/Sema/warn-lifetime-safety-dataflow.cpp
+94-154 files

OPNSense/core 85415f0src/opnsense/mvc/app/models/OPNsense/Interfaces/FieldTypes DUIDField.php, src/opnsense/mvc/app/views/OPNsense/Interface settings.volt

interfaces: style and copyright
DeltaFile
+15-15src/opnsense/scripts/interfaces/gen_duid.php
+1-1src/opnsense/mvc/app/models/OPNsense/Interfaces/FieldTypes/DUIDField.php
+1-1src/opnsense/mvc/app/views/OPNsense/Interface/settings.volt
+17-173 files

LLVM/project 27bc4b4llvm/lib/Target/AArch64 AArch64InstrInfo.cpp

formatting
DeltaFile
+1-1llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+1-11 files

LLVM/project 6039cc6llvm/lib/Target/AArch64 AArch64InstrInfo.cpp, llvm/test/CodeGen/AArch64 sme-streaming-mode-fpr-copy.ll

[AArch64] Fix using NEON copies in streaming-mode-enable regions.

The current checks for if we're allowed to use a NEON copy works based on the
function attributes, which works most of the time. However in one particular
case where a normal function calls a streaming one, there's a window of time
where we enable SM at the call site and the emit a copy for an outgoign parameter.
This copy was lowered to a NEON move which is illegal.

There's also another case where we could end up generating these, related
to zero cycle move tuning features.

Both of these cases is fixed in this patch by walking back from the copy to look
for any streaming mode changes (within the current block). I know this is
pretty ugly but I don't have a better solution right now.

rdar://167439642
DeltaFile
+312-0llvm/test/CodeGen/AArch64/sme-streaming-mode-fpr-copy.ll
+38-6llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+350-62 files

LLVM/project 912d1d2mlir/lib/Target/LLVMIR/Dialect/OpenMP OpenMPToLLVMIRTranslation.cpp, mlir/test/Target/LLVMIR openmp-taskloop-no-context-struct.mlir

Remove incorrect assertion

This was my mistake whilst tidying something up. We can have an empty
context structure at the point when this is run, and the helper is still
required to add enough dummy entries to the geps array so that its
dimensions match the size of the privatization decls. I've added a
regression test.
DeltaFile
+128-0mlir/test/Target/LLVMIR/openmp-taskloop-no-context-struct.mlir
+0-1mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+128-12 files