FreeBSD/ports d98b8acmisc/codex distinfo Makefile.crates

misc/codex: Update to 0.96.0

While here, mark as BROKEN on i386 architecture. It does not build due
to out of memory error.

Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.90.0
- https://github.com/openai/codex/releases/tag/rust-v0.91.0
- https://github.com/openai/codex/releases/tag/rust-v0.92.0
- https://github.com/openai/codex/releases/tag/rust-v0.93.0
- https://github.com/openai/codex/releases/tag/rust-v0.94.0
- https://github.com/openai/codex/releases/tag/rust-v0.95.0
- https://github.com/openai/codex/releases/tag/rust-v0.96.0

Reported by:    GitHub (watch releases)
DeltaFile
+801-481misc/codex/distinfo
+399-239misc/codex/Makefile.crates
+12-7misc/codex/Makefile
+1,212-7273 files

FreeBSD/ports 0d7a44esysutils/smartmontools Makefile

sysutils/smartmontools: portfmt && portclippy
DeltaFile
+3-4sysutils/smartmontools/Makefile
+3-41 files

FreeBSD/src edde7a7release/tools openstack.conf azure.conf, stand/efi/loader main.c

loader: Prefer comma-separated list of values for "console"

PR:             292595
Reviewed by:    imp
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D54923

(cherry picked from commit 56970c3c4b0bc61d972837661a31cc2b9e8e8d7c)
DeltaFile
+2-2stand/i386/loader/main.c
+2-2stand/efi/loader/main.c
+1-1release/tools/openstack.conf
+1-1release/tools/azure.conf
+6-64 files

FreeBSD/ports 377c24acomms/ebusd Makefile

comms/ebusd: portfmt && portclippy
DeltaFile
+11-9comms/ebusd/Makefile
+11-91 files

FreeBSD/src 8514035release/tools azure.conf openstack.conf, stand/efi/loader main.c

loader: Prefer comma-separated list of values for "console"

PR:             292595
Reviewed by:    imp
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D54923

(cherry picked from commit 56970c3c4b0bc61d972837661a31cc2b9e8e8d7c)
DeltaFile
+2-2stand/efi/loader/main.c
+2-2stand/i386/loader/main.c
+1-1release/tools/azure.conf
+1-1release/tools/openstack.conf
+6-64 files

LLVM/project 58912f3lldb/include/lldb/Expression UserExpression.h, lldb/source/Plugins/ExpressionParser/Clang ClangUserExpression.cpp

[lldb][Expression] Emit hint to use --c++-ignore-context-qualifiers (#177927)

Depends on:
* https://github.com/llvm/llvm-project/pull/177921
* https://github.com/llvm/llvm-project/pull/177926

(only last commit is relevant for this review)

This patch emits a workaround suggestion (in the form of a `note:`
diagnostic) when an expression fails due to trying to mutate state/call
functions with CV-qualifiers that are disallowed by C++ language rules
based on the context the expression is evaluated in. The note looks as
follows:
```
(lldb) expr next.method()
            ˄
            ╰─ error: 'this' argument to member function 'method' has type 'const Bar', but function is not marked const
note: Ran expression as 'C++14'.
note: note: 'method' declared here
note: Possibly trying to mutate object in a const context. Try running the expression with: expression --c++-ignore-context-qualifiers -- <your expression>
```
DeltaFile
+42-0lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
+28-1lldb/test/API/lang/cpp/expression-context-qualifiers/fixit/TestExprInConstMethodWithFixit.py
+14-10lldb/test/API/lang/cpp/expression-context-qualifiers/const_method/TestExprInConstMethod.py
+12-2lldb/test/API/lang/cpp/expression-context-qualifiers/const_volatile_method/TestExprInConstVolatileMethod.py
+8-4lldb/test/API/lang/cpp/expression-context-qualifiers/template_const_method/TestExprInTemplateConstMethod.py
+10-0lldb/include/lldb/Expression/UserExpression.h
+114-175 files not shown
+128-2011 files

FreeBSD/ports 884800castro/traccar Makefile

astro/traccar: portfmt && portclippy
DeltaFile
+10-8astro/traccar/Makefile
+10-81 files

FreeBSD/ports dcd556bgraphics/xournalpp pkg-plist distinfo

graphics/xournalpp: update 1.2.8 → 1.3.2

Reported by:    portscout
DeltaFile
+68-12graphics/xournalpp/pkg-plist
+3-3graphics/xournalpp/distinfo
+2-2graphics/xournalpp/Makefile
+73-173 files

FreeBSD/ports 5a62727devel/ispc Makefile distinfo

devel/ispc: update 1.29.1 → 1.30.0

Reported by:    portscout
DeltaFile
+6-2devel/ispc/Makefile
+3-3devel/ispc/distinfo
+1-0devel/ispc/pkg-plist
+10-53 files

FreeBSD/ports 114b635net-mgmt/victoria-logs Makefile

net-mgmt/victoria-logs: portfmt/portclippy
DeltaFile
+12-10net-mgmt/victoria-logs/Makefile
+12-101 files

LLVM/project 6315bb3clang/test/CodeGenHLSL/builtins pow-overloads.hlsl length.hlsl, clang/test/Headers __clang_hip_math.hip

Update clang tests
DeltaFile
+52-52clang/test/Headers/__clang_hip_math.hip
+20-20clang/test/CodeGenHLSL/builtins/pow-overloads.hlsl
+16-16clang/test/CodeGenHLSL/builtins/length.hlsl
+16-16clang/test/CodeGenHLSL/builtins/distance.hlsl
+9-9clang/test/CodeGenHLSL/builtins/refract.hlsl
+8-8clang/test/CodeGenHLSL/builtins/smoothstep.hlsl
+121-1214 files not shown
+142-14210 files

NetBSD/src fq8BPomlib/libc Makefile.inc

   Fix obvious pasto in ticket #182 and actually disable _DIAGNOSTIC
   for libc.
VersionDeltaFile
1.22.4.2+2-2lib/libc/Makefile.inc
+2-21 files

NetBSD/pkgsrc GkhvTiYdoc CHANGES-2026

   doc: Updated print/poppler to 25.08.0nb7
VersionDeltaFile
1.905+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ufcwt6Kprint/poppler Makefile.common Makefile

   poppler: enable gpg support

   Fix pc file while here.

   Bump PKGREVISION.
VersionDeltaFile
1.166+2-3print/poppler/Makefile.common
1.123+3-2print/poppler/Makefile
+5-52 files

OPNSense/core cbc09e7src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterBaseController.php, src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes PortField.php

firewall: well known ports added to filter rule selection; closes #9692
DeltaFile
+24-6src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterBaseController.php
+11-2src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/PortField.php
+35-82 files

NetBSD/pkgsrc 3RcF2Rtdoc CHANGES-2026 CHANGES-2025

   doc: list two shibboleth-sp updates
VersionDeltaFile
1.904+2-1doc/CHANGES-2026
1.7535+2-1doc/CHANGES-2025
+4-22 files

LLVM/project dbb42c9mlir/lib/Dialect/MemRef/IR MemRefOps.cpp, mlir/test/Dialect/MemRef ops.mlir

[mlir] update memref.cast cast compatible check (#179313)

Updating memref.cast check regarding if input and output are valid for
casting.
Currently in case of casting between dynamic and static dims with
different strides, the return value of the check is not symmetric and
depends if casting for dynamic to static or vice versa. Updating the
check logic to make this symmetric.
DeltaFile
+7-1mlir/test/Dialect/MemRef/ops.mlir
+1-1mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
+8-22 files

LLVM/project 22d119d.github/workflows release-binaries.yml

workflows/release-binaries: Fix typo (#178732)

This was causing the attestation-name to be null which caused the attestation upload to fail.

(cherry picked from commit 1ade879267e8d4e2314b45fcd63e9fbbc8249226)
DeltaFile
+1-1.github/workflows/release-binaries.yml
+1-11 files

LLVM/project b468eb8clang/docs LanguageExtensions.rst, clang/include/clang/Basic Builtins.td

[Backport][Clang] Rename uinc_wrap and add normal atomic builtin

Summary:
backport of https://github.com/llvm/llvm-project/pull/177253
DeltaFile
+14-12clang/docs/LanguageExtensions.rst
+16-4clang/include/clang/Basic/Builtins.td
+10-10clang/test/Sema/scoped-atomic-ops.c
+12-6clang/lib/CodeGen/CGAtomic.cpp
+17-0clang/test/Sema/atomic-ops.c
+12-0clang/test/CodeGen/atomic-ops.c
+81-326 files not shown
+97-4212 files

LLVM/project 6933962llvm/test/Transforms/LoopDistribute doubly-nested.ll

[NFC][LoopDistribute] Add test for doubly nested loop (#179263)

Eventually, we want to be able to distribute outer loop as well.
DeltaFile
+129-0llvm/test/Transforms/LoopDistribute/doubly-nested.ll
+129-01 files

LLVM/project cc54871clang/lib/AST FormatString.cpp, clang/test/Sema format-strings.c

[Sema] Fix ICE due to incorrect _Bool handling in format string checking (#174684)

This cherry-picks 15365d31e6b to 22.x release branch, together with its
follow-up 312078b117 which fixes the test on ARM32 targets.

Co-authored-by: Yexuan Xiao <bizwen at nykz.org>
Co-authored-by: Leandro Lupori <leandro.lupori at linaro.org>
DeltaFile
+42-0clang/test/Sema/format-strings.c
+1-1clang/lib/AST/FormatString.cpp
+43-12 files

LLVM/project 20dd997llvm/lib/Target/Hexagon HexagonISelLoweringHVX.cpp, llvm/test/CodeGen/Hexagon hvx-constpool-vector-type.ll

[Hexagon] Fix PIC crash when lowering HVX vector constants (#175413)

Fix a PIC-only crash in Hexagon HVX lowering where we ended up treating
a vector-typed constant-pool reference as an address (e.g. when forming
PC-relative addresses), which triggers a type mismatch during lowering.
Build the constant-pool reference with the target pointer type instead,
then load the HVX vector from that address.

(cherry picked from commit dd63117c1a97836d2bd8856457927e3f20149b33)
DeltaFile
+14-0llvm/test/CodeGen/Hexagon/hvx-constpool-vector-type.ll
+6-4llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
+20-42 files

NetBSD/pkgsrc IAm3x4Wdoc CHANGES-2026

   Updated security/cargo-audit, graphics/raqm
VersionDeltaFile
1.903+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc knU4SNGgraphics/raqm distinfo Makefile

   raqm: updated to 0.10.4

   Overview of changes leading to 0.10.4

   Add build option to skip tests.
   Add dependency override for use as a subproject.
   Fix tests when b_ndebug=true.
   Build, CI and documentation updates.
VersionDeltaFile
1.4+4-4graphics/raqm/distinfo
1.6+3-4graphics/raqm/Makefile
1.4+2-2graphics/raqm/buildlink3.mk
+9-103 files

pkgng/pkgng 7ebd260.github/workflows build.yaml

macos: actually the workflow we want to remove is asan+lsan
DeltaFile
+1-1.github/workflows/build.yaml
+1-11 files

NetBSD/pkgsrc BQs638rsecurity/cargo-audit distinfo cargo-depends.mk

   cargo-audit: updated to 0.22.1

   cargo-audit 0.22.1

   Release Apple Silicon cargo-audit binary
   cargo-audit: Put a newline character at the end of json reports
   cargo-audit: disable colors by default if stdout it not a terminal
VersionDeltaFile
1.14+622-589security/cargo-audit/distinfo
1.12+206-195security/cargo-audit/cargo-depends.mk
1.17+2-2security/cargo-audit/Makefile
+830-7863 files

OpenBSD/ports QNVn5YAsysutils/packer distinfo modules.inc

   Update to packer-1.15.0.
VersionDeltaFile
1.72+50-50sysutils/packer/distinfo
1.28+15-15sysutils/packer/modules.inc
1.80+1-1sysutils/packer/Makefile
+66-663 files

LLVM/project 3bbf748llvm/lib/Transforms/Vectorize VPlanPredicator.cpp, llvm/test/Transforms/LoopVectorize predicate-switch.ll

[VPlan] Create edge mask for single-destination switch (#179107)

When converting phis to blends, the `VPPredicator` expects to have edge
masks to the phi node if the phi node has different incoming blocks.
This was not the case if the predecessor of the phi was a switch where a
conditional destination was the same as the default destination.

This was because when creating edge masks in `createSwitchEdgeMasks`,
edge masks are set in a loop through the *non-default* destinations. But
when there are no non-default destinations (but at least one condition,
otherwise an earlier condition would trigger and just forward the source
mask), this loop is never executed, so the masks are never set.

To resolve this, we explicitly forward the source mask for these cases
as well, which is correct because it is an unconditional branch, just a
very convoluted one.

fixes #179074
DeltaFile
+160-4llvm/test/Transforms/LoopVectorize/predicate-switch.ll
+4-0llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp
+164-42 files

FreeBSD/ports e5c9664www/py-fastapi distinfo Makefile

www/py-fastapi: Update to 0.128.1
DeltaFile
+3-3www/py-fastapi/distinfo
+1-1www/py-fastapi/Makefile
+4-42 files

pkgng/pkgng d51cf3e.github/workflows build.yaml

macos: attempt to exclude lsan from the matrix
DeltaFile
+3-0.github/workflows/build.yaml
+3-01 files