OPNSense/core 86f84b8src/opnsense/scripts/interfaces apply_pending_if_changes.php, src/www interfaces.php

Interfaces: wireless - use `_wlan` device suffix to detect a wireless interface instead of assuming a wireless config section has been created. closes https://github.com/opnsense/core/issues/10681
DeltaFile
+0-3src/opnsense/scripts/interfaces/apply_pending_if_changes.php
+1-1src/www/interfaces.php
+1-42 files

FreeBSD/ports bf73380net/openldap26-client Makefile, net/openldap26-server distinfo Makefile

net/openldap26-{client,server}: upgrade to 2.6.14.

While there also fix some style issues.
DeltaFile
+147-190net/openldap26-server/Makefile
+3-3net/openldap26-server/distinfo
+2-2net/openldap26-client/Makefile
+152-1953 files

LLVM/project bc529d7libc/test/src/__support/FPUtil float80_test.cpp

clang-format
DeltaFile
+1-4libc/test/src/__support/FPUtil/float80_test.cpp
+1-41 files

NetBSD/pkgsrc-wip 329a678rocq DESCR distinfo, rocq/patches patch-tools_coqdoc_dune

rocq: start package, by alnsn
DeltaFile
+4,310-0rocq/PLIST
+115-0rocq/Makefile
+19-0rocq/options.mk
+16-0rocq/patches/patch-tools_coqdoc_dune
+6-0rocq/DESCR
+6-0rocq/distinfo
+4,472-01 files not shown
+4,474-17 files

LLVM/project acc96e6libc/test/src/__support/FPUtil float80_test.cpp

add edge cases test
DeltaFile
+39-1libc/test/src/__support/FPUtil/float80_test.cpp
+39-11 files

FreeBSD/src c521b16share/man/man4 route.4

route.4: Add RTV_METRIC flag to rt_metrics

Reviewed by:    ziaee
Differential Revision: https://reviews.freebsd.org/D58565
DeltaFile
+2-1share/man/man4/route.4
+2-11 files

FreeBSD/src a97e1c2sys/dev/enic if_enic.c

enic: Correct queue and attach resource ownership

Completion queues are allocated by attach_pre but released by
queues_free. An iflib failure between those stages leaks the allocation,
while the original size expression also underallocates the array.

Move completion queue allocation into the TX queue callback, correct its
size, and unwind it with TX state if RX allocation fails. Make interrupt
cleanup tolerate an unavailable array and reuse the array allocated
during device initialization instead of replacing and leaking it.

Release the DMA, multicast, and lock resources owned by a successful
attach_pre during detach. Avoid allocating the statistics DMA area a
second time near the end of attach_pre.

MFC after:      2 weeks
DeltaFile
+42-26sys/dev/enic/if_enic.c
+42-261 files

FreeBSD/src 65228a8sys/dev/axgbe if_axgbe_pci.c

axgbe: Align channel lifetime with queue allocation

DMA channels are allocated by attach_pre but released by queues_free.
When iflib fails after attach_pre and before queue allocation, neither
the old detach nor queues_free path releases them.

Allocate channels with the TX queue state and make queues_free tolerate
partially allocated rings. Use it to unwind allocation failures so TX
rings are also released when RX allocation fails.

An early detach can also precede PHY initialization and interrupt
assignment. Skip absent PHY and channel state, and release the locks
owned by attach_pre on both failure and detach.

MFC after:      2 weeks
DeltaFile
+37-42sys/dev/axgbe/if_axgbe_pci.c
+37-421 files

FreeBSD/src b3e20e1usr.sbin/rtadvd rtadvd.c

rtadvd(8): Fix RA flag inconsistency messages

During flag inconsistency report, we handle rai->rai_otherflg
as a bool, but the value is 0x40. Make it a simple number comparison.

PR:             295995
Reviewed by:    markj, Faraz Vahedi <kfv at kfv.io>
MFC after:      3 days
Differential Revision: https://reviews.freebsd.org/D58672

(cherry picked from commit 200de1b70e2b4f809d1d3a4c430db80b24124468)
DeltaFile
+4-4usr.sbin/rtadvd/rtadvd.c
+4-41 files

FreeBSD/src c3a70b0usr.sbin/rtadvd rtadvd.c

rtadvd(8): Fix RA flag inconsistency messages

During flag inconsistency report, we handle rai->rai_otherflg
as a bool, but the value is 0x40. Make it a simple number comparison.

PR:             295995
Reviewed by:    markj, Faraz Vahedi <kfv at kfv.io>
MFC after:      3 days
Differential Revision: https://reviews.freebsd.org/D58672

(cherry picked from commit 200de1b70e2b4f809d1d3a4c430db80b24124468)
DeltaFile
+4-4usr.sbin/rtadvd/rtadvd.c
+4-41 files

NetBSD/pkgsrc mhwOtB5doc CHANGES-2026

   Updated devel/py-prompt_toolkit, devel/py-cachetools, misc/py-platformdirs
VersionDeltaFile
1.5063+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc lglV2K4misc/py-platformdirs Makefile distinfo

   py-platformdirs: updated to 4.11.1

   4.11.1
   Let the non-ctypes resolvers find the desktop folder
VersionDeltaFile
1.44+4-4misc/py-platformdirs/distinfo
1.45+2-2misc/py-platformdirs/Makefile
+6-62 files

NetBSD/pkgsrc 6JLLfixdevel/py-cachetools Makefile distinfo

   py-cachetools: updated to 7.1.7

   v7.1.7 (2026-08-01)

   - Improve ``Cache.__setitem__`` behavior when replacing an existing
     cache item with a larger value.

   - Update CI environment.


   v7.1.6 (2026-07-24)

   - Minor style improvements to keep ``ruff`` happy.
VersionDeltaFile
1.39+4-4devel/py-cachetools/distinfo
1.40+2-2devel/py-cachetools/Makefile
+6-62 files

NetBSD/pkgsrc QgLmebZdevel/py-prompt_toolkit Makefile distinfo

   py-prompt_toolkit: updated to 3.0.53

   3.0.53: 2026-07-26

   Fixes:
   - Fix get_word_before_cursor behavior.
   - Fix vt100 6x6x6 color cube range and missing grayscale shades (232, 254-255).
   - Treat OSError on add_reader as EOFError (macOS kqueue).
   - Handle surrogate pairs in FileHistory.store_string.
   - Fix FuzzyWordCompleter meta_dict type hint to match WordCompleter.
   - Handle ascii decode errors in terminal type decoding of telnet protocol.
   - Update return types of dialog shortcuts to include None when cancelled.
   - Set missing minimal requirement on wcwidth.

   New features:
   - Lazy load `__version__`.
   - Allow to specify `show_numbers` in `ChoiceInput`.

   Added support for Python 3.14, 3.15, and set minimum Python version to 3.10.
VersionDeltaFile
1.36+4-4devel/py-prompt_toolkit/distinfo
1.37+3-3devel/py-prompt_toolkit/Makefile
+7-72 files

HardenedBSD/src 417c26csys/dev/ixgbe ixgbe_mbx.c if_ixv.c, sys/dev/pci pci.c

Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/pledge
DeltaFile
+1,304-108sys/dev/ixgbe/if_sriov.c
+396-45sys/dev/pci/pci.c
+267-100sys/dev/ixgbe/if_ix.c
+259-55sys/dev/ixgbe/if_ixv.c
+86-9sys/powerpc/booke/pmap_64.c
+81-6sys/dev/ixgbe/ixgbe_mbx.c
+2,393-32343 files not shown
+2,902-42449 files

HardenedBSD/ports 2890e81www/pomerium Makefile distinfo, www/pomerium-envoy-custom distinfo Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+2,108-0www/pomerium-envoy-custom/files/openssh_config_freebsd.h
+320-359www/pomerium-envoy-custom/Makefile
+464-209www/pomerium/files/modules.txt
+231-173www/pomerium/distinfo
+176-127www/pomerium/Makefile
+117-115www/pomerium-envoy-custom/distinfo
+3,416-98384 files not shown
+4,280-1,96190 files

LLVM/project 1838717llvm/include/llvm/IR IntrinsicsNVVM.td, llvm/lib/IR AutoUpgrade.cpp

[NVPTX] Add Rubin extensions to tcgen05.commit (#211577)

The Rubin architecture extends `tcgen05.commit` operations with two
additional features: support for 32-bit CTA multicast masks and the
ability to track completion of Matrix A reads from shared memory for all
prior `tcgen05.mma` operations.

This change adds support for these features to the `tcgen05.commit`
intrinsics. In addition, it also replaces generic/shared variants with
overloaded intrinsics.
DeltaFile
+438-0llvm/test/CodeGen/NVPTX/tcgen05-commit-sm107.ll
+31-12llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
+35-0llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll
+35-0llvm/lib/IR/AutoUpgrade.cpp
+16-16llvm/test/CodeGen/NVPTX/tcgen05-commit.ll
+10-18llvm/include/llvm/IR/IntrinsicsNVVM.td
+565-465 files not shown
+600-7211 files

HardenedBSD/ports 10473bewww/py-httpcore2 Makefile distinfo

www/py-httpcore2: update 2.5.0 → 2.9.1
DeltaFile
+3-3www/py-httpcore2/distinfo
+1-1www/py-httpcore2/Makefile
+4-42 files

HardenedBSD/ports 327791fmisc/claude-code distinfo pkg-message, misc/claude-code/files LICENSE claude.in

misc/claude-code: update 2.1.224 → 2.1.225

Also:
* Replace the generated wrapper with files/claude.in: require linrdlnk on
  fdescfs, disable the binary's self-updater, and launch via bash
  --noprofile --norc so shell-detection does not drain stdin and collapse
  the TUI into --print mode.
* add LICENSE (Proprietary)
* add pkg-message

Differential Revision:  https://reviews.freebsd.org/D58716
DeltaFile
+41-0misc/claude-code/files/claude.in
+14-14misc/claude-code/Makefile
+18-0misc/claude-code/pkg-message
+5-5misc/claude-code/distinfo
+1-0misc/claude-code/files/LICENSE
+79-195 files

HardenedBSD/ports 012848cscience/py-gsd distinfo Makefile, science/py-gsd/files patch-pyproject.toml

science/py-gsd: update 3.4.1 → 5.0.1
DeltaFile
+23-0science/py-gsd/files/patch-pyproject.toml
+7-11science/py-gsd/Makefile
+3-3science/py-gsd/distinfo
+33-143 files

FreeBSD/ports 012848cscience/py-gsd distinfo Makefile, science/py-gsd/files patch-pyproject.toml

science/py-gsd: update 3.4.1 → 5.0.1
DeltaFile
+23-0science/py-gsd/files/patch-pyproject.toml
+7-11science/py-gsd/Makefile
+3-3science/py-gsd/distinfo
+33-143 files

HardenedBSD/ports f0bef85misc/py-runloop-api-client Makefile distinfo

misc/py-runloop-api-client: update 1.20.3 → 1.28.0
DeltaFile
+3-3misc/py-runloop-api-client/distinfo
+1-1misc/py-runloop-api-client/Makefile
+4-42 files

HardenedBSD/ports 5c0b3b2misc/py-openai Makefile distinfo

misc/py-openai: update 2.46.0 → 2.53.0
DeltaFile
+3-3misc/py-openai/distinfo
+1-1misc/py-openai/Makefile
+4-42 files

HardenedBSD/ports 8fccd9edevel/py-pipcl Makefile distinfo

devel/py-pipcl: update 9 → 12
DeltaFile
+3-3devel/py-pipcl/distinfo
+1-1devel/py-pipcl/Makefile
+4-42 files

FreeBSD/ports 327791fmisc/claude-code distinfo pkg-message, misc/claude-code/files LICENSE claude.in

misc/claude-code: update 2.1.224 → 2.1.225

Also:
* Replace the generated wrapper with files/claude.in: require linrdlnk on
  fdescfs, disable the binary's self-updater, and launch via bash
  --noprofile --norc so shell-detection does not drain stdin and collapse
  the TUI into --print mode.
* add LICENSE (Proprietary)
* add pkg-message

Differential Revision:  https://reviews.freebsd.org/D58716
DeltaFile
+41-0misc/claude-code/files/claude.in
+14-14misc/claude-code/Makefile
+18-0misc/claude-code/pkg-message
+5-5misc/claude-code/distinfo
+1-0misc/claude-code/files/LICENSE
+79-195 files

FreeBSD/ports 5c0b3b2misc/py-openai Makefile distinfo

misc/py-openai: update 2.46.0 → 2.53.0
DeltaFile
+3-3misc/py-openai/distinfo
+1-1misc/py-openai/Makefile
+4-42 files

HardenedBSD/ports a2cd2d1www/py-httpx2 Makefile distinfo

www/py-httpx2: update 2.5.0 → 2.9.1
DeltaFile
+3-3www/py-httpx2/distinfo
+2-2www/py-httpx2/Makefile
+5-52 files

FreeBSD/ports f0bef85misc/py-runloop-api-client Makefile distinfo

misc/py-runloop-api-client: update 1.20.3 → 1.28.0
DeltaFile
+3-3misc/py-runloop-api-client/distinfo
+1-1misc/py-runloop-api-client/Makefile
+4-42 files

FreeBSD/ports a2cd2d1www/py-httpx2 Makefile distinfo

www/py-httpx2: update 2.5.0 → 2.9.1
DeltaFile
+3-3www/py-httpx2/distinfo
+2-2www/py-httpx2/Makefile
+5-52 files

FreeBSD/ports 10473bewww/py-httpcore2 Makefile distinfo

www/py-httpcore2: update 2.5.0 → 2.9.1
DeltaFile
+3-3www/py-httpcore2/distinfo
+1-1www/py-httpcore2/Makefile
+4-42 files