OPNSense/plugins 34a9438security/strongswan-legacy/src/www vpn_ipsec_phase1.php

security/strongswan-legacy: follow core in naming IPv4+6 "any"

This will die eventually since "inet46" is only in the legacy code,
but in order to mark this spot as done we do the rename.
DeltaFile
+2-2security/strongswan-legacy/src/www/vpn_ipsec_phase1.php
+2-21 files

OPNSense/core bf685c2src/opnsense/scripts/filter list_non_mvc_rules.php

Update src/opnsense/scripts/filter/list_non_mvc_rules.php

Co-authored-by: Franco Fichtner <franco at opnsense.org>
DeltaFile
+0-1src/opnsense/scripts/filter/list_non_mvc_rules.php
+0-11 files

OPNSense/core 02b1b47src/opnsense/mvc/app/models/OPNsense/Firewall Filter.xml

Update src/opnsense/mvc/app/models/OPNsense/Firewall/Filter.xml

Co-authored-by: Franco Fichtner <franco at opnsense.org>
DeltaFile
+1-1src/opnsense/mvc/app/models/OPNsense/Firewall/Filter.xml
+1-11 files

FreeBSD/ports c75192esecurity/py-dfwinreg distinfo Makefile, security/py-dfwinreg/files patch-pyproject.toml

security/py-dfwinreg: update to 20260411
DeltaFile
+12-0security/py-dfwinreg/files/patch-pyproject.toml
+3-3security/py-dfwinreg/distinfo
+1-1security/py-dfwinreg/Makefile
+16-43 files

FreeBSD/ports bea951asecurity/py-artifacts distinfo Makefile, security/py-artifacts/files patch-pyproject.toml

security/py-artifacts: update to 20260421
DeltaFile
+12-0security/py-artifacts/files/patch-pyproject.toml
+3-3security/py-artifacts/distinfo
+4-2security/py-artifacts/Makefile
+19-53 files

FreeBSD/ports eeab90bdevel/py-dtfabric distinfo Makefile, devel/py-dtfabric/files patch-pyproject.toml

devel/py-dtfabric: update to 20260506
DeltaFile
+12-0devel/py-dtfabric/files/patch-pyproject.toml
+3-3devel/py-dtfabric/distinfo
+3-3devel/py-dtfabric/Makefile
+18-63 files

LLVM/project 7db18efmlir/lib/Dialect/SPIRV/IR SPIRVCanonicalization.cpp, mlir/test/Dialect/SPIRV/Transforms canonicalize.mlir

[mlir][SPIR-V] Fold IAddCarry/[SU]MulExtended constants into spirv.Constant struct (#198633)

Emit a single spirv.Constant of struct type instead of the spirv.Undef +
two spirv.CompositeInsert workaround
DeltaFile
+15-52mlir/test/Dialect/SPIRV/Transforms/canonicalize.mlir
+4-34mlir/lib/Dialect/SPIRV/IR/SPIRVCanonicalization.cpp
+19-862 files

LLVM/project d0b359amlir/include/mlir/Dialect/SPIRV/IR SPIRVLogicalOps.td SPIRVBase.td, mlir/test/Dialect/SPIRV/IR logical-ops.mlir

[mlir][SPIR-V] Add OpIsNormal op (#198593)
DeltaFile
+22-0mlir/include/mlir/Dialect/SPIRV/IR/SPIRVLogicalOps.td
+18-0mlir/test/Dialect/SPIRV/IR/logical-ops.mlir
+2-1mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
+2-0mlir/test/Target/SPIRV/logical-ops.mlir
+44-14 files

FreeBSD/ports 62ae95edevel/py-acstore distinfo Makefile, devel/py-acstore/files patch-pyproject.toml

devel/py-acstore: update to 20260411
DeltaFile
+12-0devel/py-acstore/files/patch-pyproject.toml
+3-3devel/py-acstore/distinfo
+1-1devel/py-acstore/Makefile
+16-43 files

FreeBSD/ports dc91cd3math/onednn Makefile

math/onednn: fix build on powerpc64

/wrkdirs/usr/ports/math/onednn/work/oneDNN-3.12/src/cpu/ppc64/ppc64_gemm_reorder.cpp:32:25: error: use of 'long long' with '__vector' requires VSX support (available on POWER7 or later) to be enabled
   32 | typedef __vector signed long long vec_i64 __attribute__((aligned(8)));
      |                         ^
1 error generated.
DeltaFile
+6-0math/onednn/Makefile
+6-01 files

LLVM/project ca67621mlir/docs PrivateNameObfuscation.md, mlir/include/mlir/TableGen PrivateName.h

strip op and pass names
DeltaFile
+184-0mlir/docs/PrivateNameObfuscation.md
+175-0mlir/test/mlir-tblgen/private-name-obfuscation.td
+153-0mlir/tools/mlir-tblgen/PrivateName.cpp
+82-0mlir/test/mlir-tblgen/private-pass-strip.td
+55-13mlir/tools/mlir-tblgen/PassGen.cpp
+61-0mlir/include/mlir/TableGen/PrivateName.h
+710-1318 files not shown
+891-3824 files

FreeBSD/ports 86d3ce3math/R-cran-psych distinfo Makefile

math/R-cran-psych: Update to 2.6.5

Changelog: https://cran.r-project.org/web/packages/psychTools/news.html
DeltaFile
+3-3math/R-cran-psych/distinfo
+1-1math/R-cran-psych/Makefile
+4-42 files

LLVM/project 0898643lldb/source/Host/macosx/objcxx Host.mm, lldb/test/API/commands/platform/process/list TestProcessList.py

[lldb] Do not include argv[0] to the process info arguments. (#198262)

The process file name is stored separately from other command line args.
and argv[0] may differ from the executable path if process was created
using the `exec*()` variants.
DeltaFile
+7-2lldb/source/Host/macosx/objcxx/Host.mm
+1-1lldb/test/API/commands/platform/process/list/TestProcessList.py
+1-1lldb/test/API/python_api/process/TestProcessAPI.py
+9-43 files

LLVM/project 0bb693ellvm/test/Transforms/Coroutines coro-materialize.ll

[Coroutines] Expand materialization tests (NFC) (#198571)

Expand checks so they check that the operation has been rematerialized,
and computed values are not being stored.

Assisted-by: Claude Code
DeltaFile
+48-0llvm/test/Transforms/Coroutines/coro-materialize.ll
+48-01 files

FreeBSD/ports 6f22a7dlang/zig/files patch-CMakeLists.txt

lang/zig: fix patch

zig was updated to 0.16.0, while I created the patch when it was still on 0.15.0.

Reported by:    sunpoet
DeltaFile
+8-8lang/zig/files/patch-CMakeLists.txt
+8-81 files

LLVM/project 2ec2994mlir/docs PrivateNameObfuscation.md, mlir/include/mlir/TableGen PrivateName.h

strip op and pass names
DeltaFile
+184-0mlir/docs/PrivateNameObfuscation.md
+179-0mlir/test/mlir-tblgen/private-name-obfuscation.td
+153-0mlir/tools/mlir-tblgen/PrivateName.cpp
+82-0mlir/test/mlir-tblgen/private-pass-strip.td
+55-13mlir/tools/mlir-tblgen/PassGen.cpp
+60-0mlir/include/mlir/TableGen/PrivateName.h
+713-1320 files not shown
+915-4526 files

LLVM/project 59a3461llvm/include/llvm/CodeGen/GlobalISel GIMatchTableExecutorImpl.h

fix formatting
DeltaFile
+2-1llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h
+2-11 files

LLVM/project b3d60afclang/lib/Analysis LiveVariables.cpp

[NFC][Liveness] Document `TransferFunctions::Visit` (#198617)

The logic of `TransferFunctions::Visit` was confusing, which led to the
introduction of a "What is this?" comment when this method was touched
by an earlier code cleanup effort.

This commit replaces the "What is this?" comment block with comments
that clarify the roles of the main parts of this method.
DeltaFile
+7-3clang/lib/Analysis/LiveVariables.cpp
+7-31 files

FreeBSD/ports a31f5fddatabases/pgactive Makefile, databases/pgactive/files patch-src_compat_18_pg__dump_pg__backup__tar.c patch-src_compat_18_pg__dump_pg__backup__archiver.h

databases/pgactive: Fix building with latest postgresql18-server.

(cherry picked from commit dfb9590e725eb32a3b90ce2b57fb5e11cfc71c1f)
DeltaFile
+18-0databases/pgactive/files/patch-src_compat_18_pg__dump_pg__backup__tar.c
+12-0databases/pgactive/files/patch-src_compat_18_pg__dump_pg__backup__archiver.h
+1-0databases/pgactive/Makefile
+31-03 files

LLVM/project 8d62b39mlir/docs PrivateNameObfuscation.md, mlir/include/mlir/TableGen PrivateName.h

strip op and pass names
DeltaFile
+185-0mlir/docs/PrivateNameObfuscation.md
+179-0mlir/test/mlir-tblgen/private-name-obfuscation.td
+153-0mlir/tools/mlir-tblgen/PrivateName.cpp
+82-0mlir/test/mlir-tblgen/private-pass-strip.td
+55-13mlir/tools/mlir-tblgen/PassGen.cpp
+60-0mlir/include/mlir/TableGen/PrivateName.h
+714-1321 files not shown
+922-4527 files

FreeBSD/ports 2d93a59lang/ruby33 Makefile, lang/ruby33/files patch-coroutine_ppc64le_Context.S

lang/ruby33: revert partially 3bb0a93351df3e8d1d7263c39e49e228ff388123

The patch doesn't apply and ruby33 anyway uses ucontext coroutines
for powerpc64* so the issue doesn't appear there. Since the port didn't
build, it's safe to remove PORTREVISION.

Reported by:    zi
DeltaFile
+0-22lang/ruby33/files/patch-coroutine_ppc64le_Context.S
+0-1lang/ruby33/Makefile
+0-232 files

FreeBSD/ports f4ccb3farchivers/par2cmdline-turbo Makefile

archivers/par2cmdline-turbo: enable on powerpc64*

All the tests pass.
DeltaFile
+1-1archivers/par2cmdline-turbo/Makefile
+1-11 files

FreeBSD/ports 789897adns/dnsjit/files patch-src_Makefile.in

dns/dnsjit: fix build on powerpc64

Workaround for luajit-openresty bug.
When invoking luajit -bg -n NAME -t o input output,
the bcsave.lua script reads garbled vararg data instead of
the -t argument value.
DeltaFile
+18-0dns/dnsjit/files/patch-src_Makefile.in
+18-01 files

FreeBSD/ports 23fcc3cmath/sleef Makefile, math/sleef/files patch-src_libm_sleeflibm__header.h.org.in

math/sleef: fix build on powerpc64

In file included from /wrkdirs/usr/ports/math/sleef/work/.build/src/libm/disppower_128.c:14:
/wrkdirs/usr/ports/math/sleef/work/.build/include/sleef.h:367:3: error: unknown type name 'SLEEF_VECTOR_DOUBLE'
  367 |   SLEEF_VECTOR_DOUBLE x, y;
      |   ^
/wrkdirs/usr/ports/math/sleef/work/.build/include/sleef.h:372:26: error: unknown type name 'SLEEF_VECTOR_DOUBLE'
  372 | SLEEF_IMPORT SLEEF_CONST SLEEF_VECTOR_DOUBLE Sleef_sind2_u35(SLEEF_VECTOR_DOUBLE);
      |                          ^
/wrkdirs/usr/ports/math/sleef/work/.build/include/sleef.h:372:62: error: a parameter list without types is only allowed in a function definition
  372 | SLEEF_IMPORT SLEEF_CONST SLEEF_VECTOR_DOUBLE Sleef_sind2_u35(SLEEF_VECTOR_DOUBLE);
      |                                                              ^
/wrkdirs/usr/ports/math/sleef/work/.build/include/sleef.h:373:26: error: unknown type name 'SLEEF_VECTOR_DOUBLE'
  373 | SLEEF_IMPORT SLEEF_CONST SLEEF_VECTOR_DOUBLE Sleef_cosd2_u35(SLEEF_VECTOR_DOUBLE);
      |                          ^
/wrkdirs/usr/ports/math/sleef/work/.build/include/sleef.h:373:62: error: a parameter list without types is only allowed in a function definition
  373 | SLEEF_IMPORT SLEEF_CONST SLEEF_VECTOR_DOUBLE Sleef_cosd2_u35(SLEEF_VECTOR_DOUBLE);
      |                                                              ^
/wrkdirs/usr/ports/math/sleef/work/.build/include/sleef.h:374:73: error: a parameter list without types is only allowed in a function definition

    [42 lines not shown]
DeltaFile
+11-0math/sleef/files/patch-src_libm_sleeflibm__header.h.org.in
+5-5math/sleef/Makefile
+16-52 files

FreeBSD/ports 050f56dsysutils/fastfetch distinfo Makefile

sysutils/fastfetch: update to 2.63.1

Changelog:      https://github.com/fastfetch-cli/fastfetch/releases/tag/2.63.1
DeltaFile
+3-3sysutils/fastfetch/distinfo
+1-1sysutils/fastfetch/Makefile
+4-42 files

FreeBSD/ports a1d8561misc/py-vllm/files patch-csrc_cpu_cpu__types__vsx.hpp patch-cmake_cpu__extension.cmake

misc/py-vllm: fix build on powerpc*

1. Fix ISA detection in cpu_extension.cmake.
2. Fix Clang AltiVec incompatibilities.
DeltaFile
+49-0misc/py-vllm/files/patch-csrc_cpu_cpu__types__vsx.hpp
+23-11misc/py-vllm/files/patch-cmake_cpu__extension.cmake
+72-112 files

FreeBSD/ports 8ba3b66security/nss/files patch-lib-freebl-Makefile

security/nss: fix build on powerpc / powerpc64

Ghash code is actually powerpc64le-specific.
DeltaFile
+14-7security/nss/files/patch-lib-freebl-Makefile
+14-71 files

FreeBSD/ports eb7f229math/openblas Makefile

math/openblas: fix build on powerpc64

-lm is necessary:
/usr/local/bin/ld: ../libopenblas_ppc970p-r0.3.33.a(bgemm_thread_nn.o): undefined reference to symbol 'sqrt@@FBSD_1.0'
/usr/local/bin/ld: /lib/libm.so.5: error adding symbols: DSO missing from command line
DeltaFile
+1-0math/openblas/Makefile
+1-01 files

FreeBSD/ports 53c104esecurity/vuls distinfo Makefile

security/vuls: Update to 0.39.2

Release notes:  https://github.com/future-architect/vuls/releases/tag/v0.39.2
DeltaFile
+5-5security/vuls/distinfo
+1-1security/vuls/Makefile
+6-62 files

LLVM/project c744787llvm/lib/Transforms/InstCombine InstCombineCompares.cpp, llvm/test/Transforms/InstCombine bfloat-bitcast-fcmp-zero.ll

[InstCombine] Do not crash in compare of bitcast pattern (#198389)

The pattern matching `fcmp oeq/une (bitcast X), 0.0` assumes that X is
an integer, but it is possible to cast between float types. Add a check
for X being an integer type to fix the compiler crashing on this
pattern. A lit test for this failure is also added.
DeltaFile
+14-0llvm/test/Transforms/InstCombine/bfloat-bitcast-fcmp-zero.ll
+1-0llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
+15-02 files