LLVM/project 2d1ab7cllvm/include/llvm/Object ELF.h

fixup! [Object][ELF] Fix section header zero check
DeltaFile
+2-1llvm/include/llvm/Object/ELF.h
+2-11 files

LLVM/project 5c065eallvm/include/llvm/ADT GenericUniformityImpl.h, llvm/lib/Analysis UniformityAnalysis.cpp

use CallbackVH for deletion/RAUW
DeltaFile
+149-0llvm/unittests/Target/AMDGPU/UniformityAnalysisCallbackVHTest.cpp
+45-0llvm/lib/Analysis/UniformityAnalysis.cpp
+12-1llvm/include/llvm/ADT/GenericUniformityImpl.h
+1-0llvm/unittests/Target/AMDGPU/CMakeLists.txt
+207-14 files

FreeBSD/ports 2ea0d37editors/zed distinfo Makefile.crates, editors/zed/files patch-Cargo.lock patch-crates_gpui_src_platform_blade_blade__renderer.rs

editors/zed: Update to 0.225.9

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.225.9

Reported by:    GitHub (watch releases)
DeltaFile
+77-59editors/zed/distinfo
+37-28editors/zed/Makefile.crates
+8-8editors/zed/files/patch-Cargo.lock
+0-11editors/zed/files/patch-crates_gpui_src_platform_blade_blade__renderer.rs
+11-0editors/zed/files/patch-crates_audio_src_audio.rs
+4-4editors/zed/files/patch-crates_project_src_agent__server__store.rs
+137-1106 files not shown
+150-12312 files

OPNSense/tools db8a760config/26.1 make.conf

www/caddy-custom: Remove ntml-transport plugin (#502)

DeltaFile
+1-2config/26.1/make.conf
+1-21 files

FreeBSD/ports ed534f0math/R-cran-pls distinfo Makefile

math/R-cran-pls: Update to 2.9-0

Reported by:    portscout
DeltaFile
+3-3math/R-cran-pls/distinfo
+1-1math/R-cran-pls/Makefile
+4-42 files

OPNSense/tools b2d6c98config/26.1 make.conf

www/caddy-custom: Remove ntml-transport plugin
DeltaFile
+1-2config/26.1/make.conf
+1-21 files

NetBSD/pkgsrc-wip 89007f5postgresql-pgvector TODO

postgresql-pgvector: Add reference to CVE-2026-3172
DeltaFile
+2-0postgresql-pgvector/TODO
+2-01 files

NetBSD/pkgsrc-wip 1579586opensips TODO

opensips: Add reference to CVE-2026-25554
DeltaFile
+1-1opensips/TODO
+1-11 files

LLVM/project 3c566a6llvm/lib/Transforms/Vectorize VPlanConstruction.cpp VPlanTransforms.cpp, llvm/test/Transforms/LoopVectorize iv-select-cmp-fold-tail.ll

[LV] Fix miscompile with conditional scalar assignment + tail folding (#182492)

Previously, we could miscompile when vectorizing conditional scalar
assignments with forced tail folding, as the backedge select could be
based on the header mask, not the assignment conditional.

This resulted in a number of failures in the LLVM test suite when
building with `-O3 -march=armv8-a+sve -mllvm
-prefer-predicate-over-epilogue=predicate-dont-vectorize`.

The patch reworks `handleFindLastReductions()` to correctly handle tail
folding.
DeltaFile
+176-2llvm/test/Transforms/LoopVectorize/VPlan/conditional-scalar-assignment-vplan.ll
+142-0llvm/test/Transforms/LoopVectorize/AArch64/conditional-scalar-assignment-fold-tail.ll
+71-13llvm/test/Transforms/LoopVectorize/iv-select-cmp-fold-tail.ll
+26-8llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
+15-7llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+11-3llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+441-336 files

OPNSense/plugins d46585fwww/caddy/src/opnsense/mvc/app/controllers/OPNsense/Caddy/Api ServiceController.php, www/caddy/src/opnsense/mvc/app/models/OPNsense/Caddy Caddy.xml

www/caddy: Remove NTML support and cleanup service control (#5258)

* www/caddy: Remove NTML plugin as it causes issues with service control that can not worked around with anymore.

The NTML plugin and caddy core diverged too much and its considered unmaintained. While there clean up all service control workarounds that were implemented.
Since removing the service control (caddy_control.py) script would make it hard to somehow funnel caddyfile validation in, this has been removed too.
Our input is heavily validated so the Caddyfile will be valid in almost all cases, and in cases its not the log will show the error.
DeltaFile
+0-135www/caddy/src/opnsense/scripts/OPNsense/Caddy/caddy_control.py
+3-44www/caddy/src/opnsense/mvc/app/views/OPNsense/Caddy/reverse_proxy.volt
+3-44www/caddy/src/opnsense/mvc/app/views/OPNsense/Caddy/general.volt
+1-36www/caddy/src/opnsense/mvc/app/views/OPNsense/Caddy/diagnostics.volt
+1-24www/caddy/src/opnsense/mvc/app/controllers/OPNsense/Caddy/Api/ServiceController.php
+1-17www/caddy/src/opnsense/mvc/app/models/OPNsense/Caddy/Caddy.xml
+9-3003 files not shown
+15-3289 files

OPNSense/core 52e8010src/opnsense/mvc/app/controllers/OPNsense/Core/forms wizard_deployment_type.xml, src/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/forms general.xml

dnsmask: use "Dnsmasq" consequently

(cherry picked from commit eb02f720dfb47f7a137de705422fab0aa8a90098)
DeltaFile
+2-2src/opnsense/mvc/app/controllers/OPNsense/Core/forms/wizard_deployment_type.xml
+1-1src/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/forms/general.xml
+3-32 files

OPNSense/core eb02f72src/opnsense/mvc/app/controllers/OPNsense/Core/forms wizard_deployment_type.xml, src/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/forms general.xml

dnsmask: use "Dnsmasq" consequently
DeltaFile
+2-2src/opnsense/mvc/app/controllers/OPNsense/Core/forms/wizard_deployment_type.xml
+1-1src/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/forms/general.xml
+3-32 files

OPNSense/plugins 08a32a0security/acme-client pkg-descr, security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient certificates.volt accounts.volt

Merge pull request #5259 from fraenki/plugins_5123

security/acme-client: fix buttons not working
DeltaFile
+108-294security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/certificates.volt
+30-216security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/accounts.volt
+0-25security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/logs.volt
+1-0security/acme-client/pkg-descr
+139-5354 files

OPNSense/core 866e642src/etc/inc/plugins.inc.d core.inc

interfaces: protect device reads against forcing empty "arrays" into $config

(cherry picked from commit 39dc18d580f71df1caf5b30394c171d49271e4bb)
DeltaFile
+7-7src/etc/inc/plugins.inc.d/core.inc
+7-71 files

OPNSense/core 37c5ccasrc/etc/inc console.inc

shell: initial port configuration DHCP setting using new config access functions
DeltaFile
+8-10src/etc/inc/console.inc
+8-101 files

OPNSense/core c624a31src/etc/inc/plugins.inc.d webgui.inc

system: adapt web GUI certificate renew using new config access function
DeltaFile
+1-4src/etc/inc/plugins.inc.d/webgui.inc
+1-41 files

LLVM/project c5339b7libc/cmake/modules LLVMLibCHeaderRules.cmake, libc/utils/hdrgen/hdrgen main.py

[libc] Use response files for hdrgen entry points (#183267)

This avoids the build failure when the command line ends up being too
long which can be especially problematic on Windows.

Fixes #182374
DeltaFile
+5-2libc/cmake/modules/LLVMLibCHeaderRules.cmake
+3-1libc/utils/hdrgen/hdrgen/main.py
+8-32 files

OPNSense/core 15123eesrc/opnsense/scripts/shell setaddr.php

shell: adapt DHCP address setup for new config access functions
DeltaFile
+9-9src/opnsense/scripts/shell/setaddr.php
+9-91 files

LLVM/project 5dd1600llvm/lib/Target/X86 X86ISelLowering.cpp, llvm/test/CodeGen/X86 combine-vpmadd52.ll

[X86] Handle VPMADD52L for smaller min-legal-vector-width (#183250)

There is crash as below https://godbolt.org/z/qdE1EE4Y9, After
https://github.com/llvm/llvm-project/pull/171760 .
```
ReplaceNodeResults: t32: v8i64 = X86ISD::VPMADD52L t10, t22, t2
Do not know how to custom type legalize this operation!
```
For ```"min-legal-vector-width"="512"```, it works fine, but for smaller
value it is crash.
DeltaFile
+37-0llvm/test/CodeGen/X86/combine-vpmadd52.ll
+18-0llvm/lib/Target/X86/X86ISelLowering.cpp
+55-02 files

FreeBSD/ports f69201fwww/py-django-photologue Makefile, www/py-django-photologue/files patch-setup.py

www/py-django-photologue: Fix stage QA

* This was overlooked in 21900d66eda3 and was then noticed
  retrospectively during a bulk run after stage QA was extended in
  f35f902eb8f1:

[...]
====> Running Q/A tests (stage-qa)
Error: Python package installs top-level 'scripts/' directory in site-packages
Error:   Location: lib/python3.11/site-packages/scripts
[...]

* Bump PORTREVISION due changed package contents.

Approved by:    portmgr (build fix blanket)
Fixes:  21900d66eda3 www/py-django-photologue: Update to 3.18
DeltaFile
+14-0www/py-django-photologue/files/patch-setup.py
+1-0www/py-django-photologue/Makefile
+15-02 files

FreeBSD/ports 95e059fdevel Makefile, devel/py-yamlloader Makefile pkg-descr

devel/py-yamlloader: New port

This module provides loaders and dumpers for PyYAML.

Currently, an OrderedDict loader/dumper is implemented, allowing to keep
items order when loading respective dumping a file from/to an
OrderedDict.

(Python 3.8+: Also regular dicts are supported and are the default items
to be loaded to.  As of Python 3.7 preservation of insertion order is a
language feature of regular dicts.)

This project was originally mirrored from "yamlordereddict" and contains
several improvements including automated testing and the much faster
C-versions of the Loaders/Dumpers.
DeltaFile
+26-0devel/py-yamlloader/Makefile
+12-0devel/py-yamlloader/pkg-descr
+3-0devel/py-yamlloader/distinfo
+1-0devel/Makefile
+42-04 files

NetBSD/pkgsrc lvP75ekdoc pkg-vulnerabilities

   pkg-vulnerabilities: re-add last week CVEs

   Redo commit 1.737 properly without deleting comments.

   + KeePass,
     SOGo (no upstream and/or further details, assume not fixed),
     admesh (not fixed),
     apache-tomcat, caddy, calibre, chromium,
     clamav (no upstream information, assume not fixed),
     coturn, curl, dropbear, erlang, ffmpeg, gimp, grafana,
     gsoap (no upstream information, assume not fixed),
     hdf5, janet, jenkins,
     libde265 (fixed upstream, latest stable release 1.0.16 affected),
     libjxl,
     libsixel (fixed upstream, latest stable release 1.8.7 affected),
     libsoup,
     libvips (fixed upstream, latest stable release 8.18.0 affected),
     metabase,
     minisat (not fixed),

    [13 lines not shown]
VersionDeltaFile
1.739+135-1doc/pkg-vulnerabilities
+135-11 files

NetBSD/pkgsrc ZAq7Pr8doc pkg-vulnerabilities

   pkg-vulnerabilities: revert to 1.736

   1.737 accidentally added most comments.

   Thanks to <wiz>!
VersionDeltaFile
1.738+48-134doc/pkg-vulnerabilities
+48-1341 files

OPNSense/core c7a8884src/etc/inc filter.lib.inc, src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php

firewall: clean up for the cleanup in 0c3a937cc

Ideally "inet46" should be removed to no negative effect.  At the
moment it creates two rules for its users but in practice that's
only for two auto-generated rules that are very likely fine either
way.
DeltaFile
+4-4src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
+3-0src/etc/inc/filter.lib.inc
+7-42 files

LLVM/project ab810fbllvm/lib/Target/AArch64 AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 faddv-fp16.ll faddv.ll

Address comments 1

Removed:
Flags.setNoSignedZeros(true);

Because technically the produced result can be a signed zero, it just
does not matter.
DeltaFile
+43-25llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+54-0llvm/test/CodeGen/AArch64/faddv-fp16.ll
+45-0llvm/test/CodeGen/AArch64/faddv.ll
+2-3llvm/test/CodeGen/AArch64/vecreduce-fadd.ll
+144-284 files

FreeBSD/ports 2baaf16java/java-subversion Makefile, www/scloader Makefile

*/*: bump portrevision after java_default=21 update

PR:     272855
DeltaFile
+2-2java/java-subversion/Makefile
+1-1x11-toolkits/swt/Makefile
+1-1www/yuicompressor/Makefile
+1-1www/vertx/Makefile
+1-1www/tomee/Makefile
+1-1www/scloader/Makefile
+7-7488 files not shown
+495-218494 files

NetBSD/pkgsrc 2BSJuHsdatabases/py-peewee/patches patch-setup.py

   py-peewee: remove patch that was removed from distinfo during update
VersionDeltaFile
1.4+1-1databases/py-peewee/patches/patch-setup.py
+1-11 files

FreeBSD/ports 17e021a. UPDATING, Mk bsd.default-versions.mk

Mk/bsd.default-versions.mk: bump java default to 21

After an extensive time of testing OpenJDK 21 LTS is now the default
java version on FreeBSD.
Some major ports already used Java 21 and some olders ports are now
pinned to OpenJDK 8 or other versions.

For armv6/armv7 OpenJDK 11 is the latest version with support
for these platforms on FreeBSD.

Thanks to everybody involved in making Java a vivid environment on
FreeBSD.

PR:     272855
Relnotes:       yes
DeltaFile
+8-0UPDATING
+5-1Mk/bsd.default-versions.mk
+13-12 files

OpenBSD/src vhzipJqlib/libc/sys pledge.2

   Improve the discussion about "tmppath"
   feedback from various people based upon my first attempts.
VersionDeltaFile
1.76+10-7lib/libc/sys/pledge.2
+10-71 files

LLVM/project 1ccb026llvm/test/CodeGen/Thumb2 mve-sli-sri.ll

[ARM] Add sli / sri codegen tests. NFC

These ones are taken from the AArch64 equivalent tests.
DeltaFile
+557-0llvm/test/CodeGen/Thumb2/mve-sli-sri.ll
+557-01 files