FreeBSD/ports 98ac31ewww/filebrowser-quantum Makefile distinfo

www/filebrowser-quantum: Update to 1.5.6

ChangeLogs:

- https://github.com/gtsteffaniak/filebrowser/releases/tag/v1.5.4-stable
- https://github.com/gtsteffaniak/filebrowser/releases/tag/v1.5.5-stable
- https://github.com/gtsteffaniak/filebrowser/releases/tag/v1.5.6-stable
DeltaFile
+7-7www/filebrowser-quantum/distinfo
+3-4www/filebrowser-quantum/Makefile
+10-112 files

FreeBSD/ports c733a2esysutils/appjail-devel Makefile distinfo

sysutils/appjail-devel: Update to 5.7.0.20260922

ChangeLog:
https://github.com/DtxdF/AppJail/commits/e1ac743749e7cba9582c1829a4f2047b50e22fa8/
DeltaFile
+3-3sysutils/appjail-devel/distinfo
+2-2sysutils/appjail-devel/Makefile
+5-52 files

FreeBSD/ports 4925a21multimedia/navidrome Makefile distinfo, multimedia/navidrome/files pkg-message.in

multimedia/navidrome: Upgrade to 0.64.1

ChangeLogs:

- https://github.com/navidrome/navidrome/releases/tag/v0.64.0
- https://github.com/navidrome/navidrome/releases/tag/v0.64.1
DeltaFile
+7-7multimedia/navidrome/distinfo
+9-1multimedia/navidrome/files/pkg-message.in
+3-4multimedia/navidrome/Makefile
+19-123 files

FreeBSD/ports 3f99b58security/x11appjail Makefile pkg-plist

security/x11appjail: Update to 1.1.0

ChangeLog: https://github.com/DtxdF/x11appjail/releases/tag/v1.1.0
DeltaFile
+3-3security/x11appjail/distinfo
+1-1security/x11appjail/Makefile
+2-0security/x11appjail/pkg-plist
+6-43 files

FreeBSD/ports db7b5a5sysutils/appjail Makefile distinfo

sysutils/appjail: Update to 5.7.0

ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v5.7.0
DeltaFile
+3-3sysutils/appjail/distinfo
+1-1sysutils/appjail/Makefile
+4-42 files

LLVM/project 72aeee3orc-rt/test/regression check-rt-process-info.test

[orc-rt] Reconcile check-rt-process-info changes. (#225592)

3648582c0a41 was supposed to make this test more generic, but
accidentally removed it instead.

Reconcile the dropped changes with 3648582c0a41, which added page-size
checking.
DeltaFile
+3-2orc-rt/test/regression/check-rt-process-info.test
+3-21 files

FreeBSD/ports 7acc6f2devel/glab Makefile pkg-plist

devel/glab: update to 1.119.0

Changes:        https://gitlab.com/gitlab-org/cli/-/releases
DeltaFile
+5-5devel/glab/distinfo
+8-0devel/glab/pkg-plist
+2-2devel/glab/Makefile
+15-73 files

LLVM/project a9191d3flang/lib/Optimizer/OpenMP LowerWorkdistribute.cpp, flang/test/Transforms/OpenMP lower-workdistribute-runtime-assign-array.mlir

[flang][OpenMP] Lower array-section workdistribute assign to element loop
DeltaFile
+111-11flang/lib/Optimizer/OpenMP/LowerWorkdistribute.cpp
+69-0flang/test/Transforms/OpenMP/lower-workdistribute-runtime-assign-array.mlir
+180-112 files

FreeBSD/ports 675fc29www/py-fastapi-sso Makefile distinfo

www/py-fastapi-sso: Update to 0.23.0

Changelog: https://github.com/tomasvotava/fastapi-sso/releases/tag/0.23.0

Reported by:    portscout
DeltaFile
+3-3www/py-fastapi-sso/distinfo
+2-2www/py-fastapi-sso/Makefile
+5-52 files

LLVM/project fa43610llvm/lib/Target/RISCV RISCVISelLowering.cpp, llvm/test/CodeGen/RISCV bfloat-imm.ll float-imm.ll

[RISCV] Expand scalar FP undef/poison to 0.0 with F extension. (#225567)

This ensures the undef/poison value is always nan-boxed. This is
important if the value ends up being used by a freeze. If the value
isn't properly nan-boxed, it will be treated as a nan in FP contexts
regardless of its lower bits. If the freeze is also cast to an integer,
the lack of nan-boxing will be noticed and the integer will see the real
value of the lower bits.

Fixes #225455.
DeltaFile
+42-0llvm/test/CodeGen/RISCV/half-imm.ll
+42-0llvm/test/CodeGen/RISCV/double-imm.ll
+24-0llvm/test/CodeGen/RISCV/float-imm.ll
+16-0llvm/test/CodeGen/RISCV/bfloat-imm.ll
+7-0llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+131-05 files

LLVM/project 3648582orc-rt/lib/bedrock CMakeLists.txt, orc-rt/lib/bedrock/sys/windows Memory.cpp PageSize.cpp

[orc-rt] Add Windows page size detection (#224520)

Adds Windows page size detection for ORC-RT using GetSystemInfo.

Also updates the process-info regression coverage into a single test
DeltaFile
+21-0orc-rt/lib/bedrock/sys/windows/PageSize.cpp
+1-13orc-rt/test/unit/bedrock/ExecutorProcessInfoTest.cpp
+6-0orc-rt/test/regression/check-rt-process-info.test
+0-5orc-rt/test/regression/linux/check-rt-process-info.test
+0-4orc-rt/lib/bedrock/sys/windows/Memory.cpp
+1-0orc-rt/lib/bedrock/CMakeLists.txt
+29-226 files

FreeBSD/ports 2a30ef9databases/py-sqlmodel Makefile distinfo

databases/py-sqlmodel: Update to 0.0.46

Changelog: https://github.com/fastapi/sqlmodel/blob/0.0.46/docs/release-notes.md

Reported by:    portscout
DeltaFile
+3-3databases/py-sqlmodel/distinfo
+3-2databases/py-sqlmodel/Makefile
+6-52 files

LLVM/project 8273202llvm/include/llvm/IR Intrinsics.h, llvm/lib/IR AutoUpgrade.cpp Intrinsics.cpp

[LLVM][AutoUpgrade] Support default args on overloaded intrinsics (#217859)

This patch extends intrinsic `DefaultValue` auto-upgrade to overloaded
intrinsics.

---------

Signed-off-by: DharuniRAcharya <dharunira at nvidia.com>
DeltaFile
+33-5llvm/lib/IR/Intrinsics.cpp
+21-4llvm/test/TableGen/intrinsic-default-args.td
+12-7llvm/lib/IR/AutoUpgrade.cpp
+0-8llvm/utils/TableGen/Basic/CodeGenIntrinsics.cpp
+8-0llvm/include/llvm/IR/Intrinsics.h
+74-245 files

FreeBSD/ports e9b5529textproc/tgrep Makefile distinfo

textproc/tgrep: Update to 1.0.10

Changelog: https://github.com/microsoft/tgrep/releases/tag/v1.0.10

Reported by:    GitHub (watch releases)
DeltaFile
+3-3textproc/tgrep/distinfo
+1-1textproc/tgrep/Makefile
+4-42 files

FreeBSD/src c7b6798contrib/expat Makefile.in, contrib/expat/lib internal.h xmltok.c

contrib/expat: import expat 2.8.5

Changes: https://github.com/libexpat/libexpat/blob/R_2_8_5/expat/Changes

Security:       CVE-2026-93990
MFC after:      3 days
DeltaFile
+349-5contrib/expat/tests/basic_tests.c
+100-123contrib/expat/lib/xmlparse.c
+139-64contrib/expat/lib/xmltok.c
+67-100contrib/expat/lib/internal.h
+105-56contrib/expat/Makefile.in
+157-0contrib/expat/tests/hash_tests.c
+917-34854 files not shown
+1,614-85960 files

FreeBSD/ports c17f7b5security/vuxml/vuln 2026.xml

security/vuxml: Add entries for popt CVE-2026-18743 and CVE-2026-18739

PR:             298326
DeltaFile
+63-0security/vuxml/vuln/2026.xml
+63-01 files

FreeBSD/ports ee912bbnet/gnu-radius Makefile

net/gnu-radius: Mark as BROKEN

Fails to build, error: use of undeclared identifier 'u_char'

Reported by:    pkg-fallout
DeltaFile
+2-0net/gnu-radius/Makefile
+2-01 files

FreeBSD/ports 3058258irc/undernet-ircu Makefile

irc/undernet-ircu: Mark as BROKEN

Fails to build,
/usr/local/bin/ld: cannot find -lc_p: No such file or directory

Reported by:    pkg-fallout
DeltaFile
+3-2irc/undernet-ircu/Makefile
+3-21 files

FreeBSD/ports ce413e1lang/yap Makefile

lang/yap: Mark as BROKEN

Fails to install properly,
procedure chr_translate/2 is undefined, called from context  prolog:once/1

Reported by:    pkg-fallout
DeltaFile
+1-0lang/yap/Makefile
+1-01 files

FreeBSD/ports 814671egames/blackshadeselite Makefile

games/blackshadeselite: Mark as BROKEN

Fails to build, error: reference to 'max' is ambiguous

Reported by:    pkg-fallout
DeltaFile
+2-0games/blackshadeselite/Makefile
+2-01 files

LLVM/project 20e7308llvm/test/CodeGen/AMDGPU atomic_optimizations_global_pointer.ll atomic_optimizations_local_pointer.ll

[AMDGPU] Port Atomic-Optimizer to use Wave Reduction Intrinsics (#211757)

Currently the atomic optimizer creates reductions via intrinsics,
and introduces new control flows.
Replace this sub-target dependent logic with the existing
wave reduction intrinsics, which get lowered in the backend.
This patch ports the uniform-value and divergent-no-return-value cases.
To port the divergent-with-return-value cases, additional scan intrinsics
will need to be added.
DeltaFile
+4,817-5,217llvm/test/CodeGen/AMDGPU/global_atomics_scan_fadd.ll
+4,559-5,003llvm/test/CodeGen/AMDGPU/global_atomics_scan_fsub.ll
+1,783-2,031llvm/test/CodeGen/AMDGPU/global_atomics_scan_fmin.ll
+1,783-2,031llvm/test/CodeGen/AMDGPU/global_atomics_scan_fmax.ll
+1,574-1,388llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+1,328-1,223llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll
+15,844-16,89322 files not shown
+19,285-20,64128 files

FreeBSD/ports 9c8637bmisc/crush Makefile distinfo, misc/crush/files extra-patch-disable-command-blocking

misc/crush: Update to 0.96.1

Changelog:
- https://github.com/charmbracelet/crush/releases/tag/v0.96.0
- https://github.com/charmbracelet/crush/releases/tag/v0.96.1

Reported by:    GitHub (watch releases)
DeltaFile
+17-17misc/crush/files/extra-patch-disable-command-blocking
+5-5misc/crush/distinfo
+1-1misc/crush/Makefile
+23-233 files

FreeBSD/ports 301ed6fsecurity/pass-cli Makefile Makefile.crates, security/pass-cli/files patch-pass-cli_Cargo.toml patch-pass-cli_src_main.rs

security/pass-cli: Update to 2.4.1

Changelog: https://github.com/protonpass/pass-cli/blob/2.4.1/CHANGELOG.md

Reported by:    GitHub (watch releases)
DeltaFile
+391-289security/pass-cli/distinfo
+187-136security/pass-cli/Makefile.crates
+10-11security/pass-cli/Makefile
+0-11security/pass-cli/files/patch-pass-cli_src_main.rs
+2-2security/pass-cli/files/patch-pass-cli_Cargo.toml
+590-4495 files

FreeBSD/ports f2f154amath/jacop distinfo Makefile, math/jacop/files patch-pom.xml

math/jacop: update 4.8.0 → 4.10.0
DeltaFile
+38-0math/jacop/pkg-plist
+0-12math/jacop/files/patch-pom.xml
+8-3math/jacop/Makefile
+5-5math/jacop/distinfo
+51-204 files

FreeBSD/ports 1a743c3misc/ollama distinfo Makefile, misc/ollama/files patch-x_mlxrunner_mlx_dynamic.go patch-mlx_dynamic.go

misc/ollama: update 0.34.0 → 0.34.3
DeltaFile
+18-20misc/ollama/Makefile
+17-17misc/ollama/distinfo
+0-30misc/ollama/files/patch-x_mlxrunner_mlx_CMakeLists.txt
+30-0misc/ollama/files/patch-mlx_CMakeLists.txt
+0-29misc/ollama/files/patch-x_mlxrunner_mlx_dynamic.go
+29-0misc/ollama/files/patch-mlx_dynamic.go
+94-962 files not shown
+105-1078 files

FreeBSD/ports b41ec26lang/mujs Makefile distinfo

lang/mujs: update 1.3.9 → 1.3.10
DeltaFile
+7-7lang/mujs/distinfo
+2-2lang/mujs/Makefile
+9-92 files

LLVM/project 7f8640blld/ELF Config.h Relocations.cpp, lld/test/ELF x86-64-plt.s

[lld] Add -z mark-plt support for X86_64 (#206002)

Add option [no]mark-plt to enable it. Dynamic linker can change PLT
entries with JMPABS instruction on supported targets.

Ref.:
https://maskray.me/blog/2021-09-19-all-about-procedure-linkage-table#x86-plt-rewriting

Assisted-by: Claude Sonnet 4.6

---------

Co-authored-by: Claude Opus 4.8 <noreply at anthropic.com>
DeltaFile
+44-0lld/test/ELF/x86-64-plt.s
+12-0lld/ELF/Driver.cpp
+6-0lld/ELF/SyntheticSections.cpp
+5-0lld/ELF/OutputSections.cpp
+2-0lld/ELF/Relocations.cpp
+1-0lld/ELF/Config.h
+70-06 files

LLVM/project 1bfe989libcxx/test/benchmarks lit.local.cfg CMakeLists.txt, libcxx/utils/libcxx/test config.py format.py

[libc++] Build GoogleBenchmark directly from Lit (#224192)

Previously, we would build GoogleBenchmark against the just-built
library, not against the library being tested. When testing historical
versions of libc++ or other standard libraries, this breaks. So instead
of building Google Benchmark against the just-built library in CMake, do
it from Lit as part of the test suite's configuration.

I'm not a huge fan of using Lit as a poor man's build system and we
should make the CMake test suite self-contained, however this is a step
in the right direction and it removes a major coupling between the test
suite and the regular libc++ build.
DeltaFile
+223-0libcxx/utils/libcxx/test/googlebenchmark.py
+0-48libcxx/test/benchmarks/CMakeLists.txt
+8-5libcxx/utils/libcxx/test/format.py
+11-0libcxx/test/benchmarks/lit.local.cfg
+1-1libcxx/utils/libcxx/test/config.py
+0-1libunwind/test/configs/cmake-bridge.cfg.in
+243-553 files not shown
+243-589 files

LLVM/project 9328848libcxx/test/benchmarks/containers string.bench.cpp

[libc++] Add missing <cstring> include in the string benchmark (#225501)

The benchmark uses std::strlen but never includes <cstring>.
DeltaFile
+1-0libcxx/test/benchmarks/containers/string.bench.cpp
+1-01 files

LLVM/project 7e25a95.github/workflows libcxx-pr-conformance-tests.yaml

[libc++] Pin down the OS version of macOS runners (#225536)

Otherwise, we sometimes end up using runners that don't have Xcode 26.5
on them. Pinning this allows bumping the version explicitly when we are
ready to.
DeltaFile
+1-1.github/workflows/libcxx-pr-conformance-tests.yaml
+1-11 files