LLVM/project e9e3721llvm/test/CodeGen/AArch64/GlobalISel combine-max-min.ll

[AArch64] Remove duplicate combine-max-min.ll test. NFC (#207679)
DeltaFile
+0-87llvm/test/CodeGen/AArch64/GlobalISel/combine-max-min.ll
+0-871 files

FreeBSD/ports e430a80devel/pecl-msgpack Makefile distinfo, devel/pecl-msgpack/files patch-config.m4

devel/pecl-msgpack: update to 3.0.1 release (+)

Rename OPCAHE option to APCU and remove useless opcache dependency
Patch config.m4 to always honor APCU setting
Add LICENSE_FILE

Changes:
* Fix PHP-8.6v compatibility
* Fix enum support

Release notes:  https://github.com/msgpack/msgpack-php/releases/tag/v3.0.1
Commit log:     https://github.com/msgpack/msgpack-php/compare/msgpack-3.0.0...v3.0.1
PR:             295953
DeltaFile
+32-0devel/pecl-msgpack/files/patch-config.m4
+7-8devel/pecl-msgpack/Makefile
+3-3devel/pecl-msgpack/distinfo
+42-113 files

OPNSense/plugins 9d588dbnet/ndproxy/src/etc/inc/plugins.inc.d ndproxy.inc, net/ndproxy/src/opnsense/mvc/app/controllers/OPNsense/Ndproxy GeneralController.php

net/ndproxy: remove and sync
DeltaFile
+0-73net/ndproxy/src/opnsense/mvc/app/views/OPNsense/Ndproxy/general.volt
+0-66net/ndproxy/src/opnsense/mvc/app/models/OPNsense/Ndproxy/Ndproxy.php
+0-66net/ndproxy/src/etc/inc/plugins.inc.d/ndproxy.inc
+0-42net/ndproxy/src/opnsense/mvc/app/controllers/OPNsense/Ndproxy/GeneralController.php
+0-41net/ndproxy/src/opnsense/mvc/app/controllers/OPNsense/Ndproxy/Api/ServiceController.php
+0-40net/ndproxy/src/opnsense/mvc/app/controllers/OPNsense/Ndproxy/forms/general.xml
+0-32811 files not shown
+1-47717 files

FreeNAS/freenas 4723f7asrc/middlewared/middlewared/plugins/system_advanced gpu.py config.py

NAS-141667 / 27.0.0-BETA.1 / Convert system.advanced plugin to the typesafe pattern (#19259)

## Problem
`system.advanced` was an old dict-based CompoundService — five files
each declaring the same service over one namespace — whose
`config()`/`update()` returned untyped dicts. Neither its API surface
nor its many in-process consumers were type-checked, and dict-vs-model
breaks could only be caught at runtime.

## Solution
Reworked the plugin into the typesafe shape and fixed every internal
caller:

- **Lean service + part.** `SystemAdvancedService` is now a
`GenericConfigService[SystemAdvancedEntry]` delegating to
`SystemAdvancedConfigServicePart`; the non-config methods
(serial/syslog/gpu/nvidia) became plain, fully-typed module functions.
Every public method is `@api_method(..., check_annotations=True)`.
- **do_update.** Model-first (`old_config`/`new_config` as

    [20 lines not shown]
DeltaFile
+137-156src/middlewared/middlewared/plugins/system_advanced/gpu.py
+102-128src/middlewared/middlewared/plugins/system_advanced/config.py
+174-0src/middlewared/middlewared/plugins/system_advanced/__init__.py
+55-74src/middlewared/middlewared/plugins/system_advanced/nvidia.py
+57-59src/middlewared/middlewared/plugins/system_advanced/serial.py
+22-50src/middlewared/middlewared/plugins/system_advanced/syslog.py
+547-46726 files not shown
+625-53232 files

OPNSense/ports b307c1csecurity/openvpn Makefile

security/openvpn: we only ever use OpenSSL
DeltaFile
+0-7security/openvpn/Makefile
+0-71 files

LLVM/project 4341c0cmlir/lib/Dialect/MemRef/IR ValueBoundsOpInterfaceImpl.cpp MemRefDialect.cpp, mlir/test/Dialect/MemRef value-bounds-op-interface-impl.mlir

[mlir][memref] Implement ValueBoundsOpInterface for memref.extract_strided_metadata/assume_alignment (#206466)

Add ValueBoundsOpInterface external models for memref.assume_alignment
and memref.extract_strided_metadata, so dimension and metadata bounds
can be propagated through these view-like ops during value-bounds
analysis.
DeltaFile
+54-0mlir/lib/Dialect/MemRef/IR/ValueBoundsOpInterfaceImpl.cpp
+39-0mlir/test/Dialect/MemRef/value-bounds-op-interface-impl.mlir
+3-2mlir/lib/Dialect/MemRef/IR/MemRefDialect.cpp
+96-23 files

OPNSense/ports 445c1c8www/py-django52 Makefile

www/py-django52: sync with upstream

Taken from: FreeBSD
DeltaFile
+0-3www/py-django52/Makefile
+0-31 files

OPNSense/ports 0b6731bwww/phalcon Makefile

www/phalcon: sync with upstream

Taken from: FreeBSD
DeltaFile
+1-0www/phalcon/Makefile
+1-01 files

OPNSense/ports 154da4dwww/lighttpd Makefile

www/lighttpd: sync with upstream

Taken from: FreeBSD
DeltaFile
+1-0www/lighttpd/Makefile
+1-01 files

OPNSense/ports 84b9526textproc/jq Makefile distinfo

textproc/jq: sync with upstream

Taken from: FreeBSD
DeltaFile
+4-3textproc/jq/Makefile
+3-3textproc/jq/distinfo
+7-62 files

OPNSense/ports 6a1a478sysutils/tmux distinfo Makefile

sysutils/tmux: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3sysutils/tmux/distinfo
+1-2sysutils/tmux/Makefile
+4-52 files

OPNSense/ports 41e0e1bsysutils/lsof Makefile, sysutils/lsof/files patch-lib_dialects_freebsd_dlsof.h

sysutils/lsof: sync with upstream

Taken from: FreeBSD
DeltaFile
+40-2sysutils/lsof/files/patch-lib_dialects_freebsd_dlsof.h
+5-0sysutils/lsof/Makefile
+45-22 files

OPNSense/ports 1367831sysutils/coreutils Makefile

sysutils/coreutils: sync with upstream

Taken from: FreeBSD
DeltaFile
+6-0sysutils/coreutils/Makefile
+6-01 files

OPNSense/ports a2abeccsysutils/ansible Makefile

sysutils/ansible: sync with upstream

Taken from: FreeBSD
DeltaFile
+1-1sysutils/ansible/Makefile
+1-11 files

OPNSense/ports f30dc7cshells/bash-completion Makefile

shells/bash-completion: sync with upstream

Taken from: FreeBSD
DeltaFile
+0-6shells/bash-completion/Makefile
+0-61 files

OPNSense/ports ce1141cshells/bash Makefile

shells/bash: sync with upstream

Taken from: FreeBSD
DeltaFile
+6-0shells/bash/Makefile
+6-01 files

OPNSense/ports 57c0b82security/wazuh-agent Makefile

security/wazuh-agent: sync with upstream

Taken from: FreeBSD
DeltaFile
+1-4security/wazuh-agent/Makefile
+1-41 files

OPNSense/ports 976df09security/vuxml/files extra-validation.py, security/vuxml/vuln 2026.xml

security/vuxml: sync with upstream

Taken from: FreeBSD
DeltaFile
+1,676-0security/vuxml/vuln/2026.xml
+1-1security/vuxml/files/extra-validation.py
+1,677-12 files

OPNSense/ports 9247e42security/tor distinfo Makefile

security/tor: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3security/tor/distinfo
+1-1security/tor/Makefile
+4-42 files

OPNSense/ports 7606c9fsecurity/tailscale distinfo Makefile

security/tailscale: sync with upstream

Taken from: FreeBSD
DeltaFile
+5-5security/tailscale/distinfo
+2-3security/tailscale/Makefile
+7-82 files

OPNSense/ports d43eef6security/py-pyopenssl Makefile

security/py-pyopenssl: sync with upstream

Taken from: FreeBSD
DeltaFile
+1-2security/py-pyopenssl/Makefile
+1-21 files

OPNSense/ports 139ba65security/pecl-mcrypt Makefile

security/pecl-mcrypt: sync with upstream

Taken from: FreeBSD
DeltaFile
+1-0security/pecl-mcrypt/Makefile
+1-01 files

OPNSense/ports ae29303security/openvpn Makefile distinfo, security/openvpn/files patch-src_openvpn_buffer.c

security/openvpn: sync with upstream

Taken from: FreeBSD
DeltaFile
+14-0security/openvpn/files/patch-src_openvpn_buffer.c
+4-5security/openvpn/Makefile
+3-3security/openvpn/distinfo
+21-83 files

OPNSense/ports 98188bbprint/texinfo distinfo Makefile

print/texinfo: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3print/texinfo/distinfo
+2-1print/texinfo/Makefile
+5-42 files

OPNSense/ports f89e467ports-mgmt/portlint Makefile, ports-mgmt/portlint/src portlint.pl

ports-mgmt/portlint: sync with upstream

Taken from: FreeBSD
DeltaFile
+37-11ports-mgmt/portlint/src/portlint.pl
+1-1ports-mgmt/portlint/Makefile
+38-122 files

OPNSense/ports 44942c3net/socat distinfo Makefile

net/socat: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3net/socat/distinfo
+1-1net/socat/Makefile
+4-42 files

OPNSense/ports 13727afnet/py-urllib3 Makefile

net/py-urllib3: sync with upstream

Taken from: FreeBSD
DeltaFile
+1-2net/py-urllib3/Makefile
+1-21 files

FreeBSD/ports c93a93edeskutils/qownnotes distinfo Makefile

deskutils/qownnotes: update QOwnNotes to version 26.7.1.
DeltaFile
+3-3deskutils/qownnotes/distinfo
+1-1deskutils/qownnotes/Makefile
+4-42 files

LLVM/project 46aa983clang/docs/analyzer checkers.rst

[clang][analyzer] Add documentation for unix modeling checker options (NFC) (#207225)
DeltaFile
+26-0clang/docs/analyzer/checkers.rst
+26-01 files

OPNSense/ports a733c76net/mosquitto Makefile

net/mosquitto: sync with upstream

Taken from: FreeBSD
DeltaFile
+2-2net/mosquitto/Makefile
+2-21 files