NetBSD/pkgsrc oUzZIKwdoc CHANGES-2026

   doc: Updated net/bind918 to 9.18.45
VersionDeltaFile
1.1251+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 26GBW7Gnet/bind918 distinfo Makefile

   net/bind918: update to 9.18.45

   BIND 9.18.45 (2026-02-18)

   Feature Changes

   * Update requirements for system test suite.
   * Python 3.10 or newer is now required for running the system test suite.
     The required Python packages and their version requirements are now
     tracked in the file bin/tests/system/requirements.txt.
     [GL #5690] [GL #5614]

   Bug Fixes

   * Fix implementation of BRID and HHIT record types. [GL #5710]
   * Fix implementation of DSYNC record type. [GL #5711]
VersionDeltaFile
1.36+4-4net/bind918/distinfo
1.64+2-2net/bind918/Makefile
+6-62 files

LLVM/project fb40f2bllvm/lib/Target/RISCV RISCVInstrInfoXAndes.td RISCVInstrFormatsV.td, llvm/lib/Target/RISCV/AsmParser RISCVAsmParser.cpp

[RISCV] Use getNamedOperandIdx in the RVVConstraint checks. (#181936)

Instead of using heuristics to find the vd, vs1, vs2, and vm operands,
look them up by name.

In the course of doing this, I found a few issues that have been fixed
in separate PRs, #181887 and #181895

The constraint on SF_VQMACC_2x8x2 had to be updated from Vs2 to Vs1
because the heuristics were finding the wrong operand name before so
the constraint had been adjusted to compensate.

We still need a bit of a hack to find the destination operand SMLoc for
some XSfvcp instructions.
DeltaFile
+46-51llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
+12-0llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
+8-0llvm/lib/Target/RISCV/RISCVInstrFormatsV.td
+3-1llvm/lib/Target/RISCV/RISCVInstrInfoXSf.td
+4-0llvm/lib/Target/RISCV/RISCVInstrInfoXRivos.td
+1-0llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
+74-523 files not shown
+75-549 files

NetBSD/pkgsrc swA6Qffdoc CHANGES-2026

   doc: Updated www/php-contao-manager to 1.10.11
VersionDeltaFile
1.1250+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc iHUf9nywww/php-contao-manager distinfo Makefile

   www/php-contao-manager: update to 1.10.11

   1.10.11 (2026/02/18)

   * Added Contao 5.7 and deprecated 4.13
   * Fixed forwarding local configuration to the Composer cloud
   * Don't run composer install --dry-run after composer update --dry-run
     by @lukasbableck in #914
   * Do not show compatibility hint if package is already installed
VersionDeltaFile
1.19+4-4www/php-contao-manager/distinfo
1.22+2-2www/php-contao-manager/Makefile
+6-62 files

LLVM/project 7c7a4f1flang/lib/Lower Bridge.cpp, flang/test/Lower do-while-to-scf-while.f90

[flang] fix do while lowering to SCF after unstructured context (#181996)

`maybeStartBlock(preheaderBlock);` should not be called when lowering a
DO WHILE in a structured fashion, it is meant to insert branches in
unstructured contexts lowering.

This had the side effect of inserting a back edge to the block
containing the scf for DO WHILE after a construct lowered in an
unstructured fashion because blocks may be unterminated after
unstructured lowering, and `maybeStartBlock` created a `cf.br` to its
argument when the current block is unterminated (and here, the argument
and current block where the same, creating an infinite loop).
DeltaFile
+18-1flang/test/Lower/do-while-to-scf-while.f90
+0-1flang/lib/Lower/Bridge.cpp
+18-22 files

LLVM/project 6a365b0lldb/source/Plugins/Process/Windows/Common ProcessWindows.cpp, lldb/test/API/tools/lldb-dap/launch TestDAP_launch_stdio_redirection_and_console.py TestDAP_launch_shellExpandArguments_enabled.py

[lldb-dap][windows] fix lldb-dap's self.get_stdout() method (#181813)

`DAPTestCaseBase.get_stdout()` was originally not supported on Windows
due to the lack of ConPTY support.
https://github.com/llvm/llvm-project/pull/168729 fixed that by
implenenting the ConPTY support. It was partly reverted in
https://github.com/llvm/llvm-project/pull/177610 due to hard to
reproduce test failures.

The tests are now fixed (see the 2 patches below) and removing the check
for `GetFlags().Test(lldb::eLaunchFlagLaunchInTTY);` is the last step to
re-enabling ConPTY support.

This patch requires:
- https://github.com/llvm/llvm-project/pull/181811
- https://github.com/llvm/llvm-project/pull/181809

Fixes https://github.com/llvm/llvm-project/issues/137599.

rdar://168932366
DeltaFile
+2-4lldb/test/API/tools/lldb-dap/launch/TestDAP_launch_stdio_redirection_and_console.py
+2-3lldb/test/API/tools/lldb-dap/launch/TestDAP_launch_shellExpandArguments_enabled.py
+0-4lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
+0-3lldb/test/API/tools/lldb-dap/launch/TestDAP_launch_version.py
+0-3lldb/test/API/tools/lldb-dap/launch/TestDAP_launch_basic.py
+0-3lldb/test/API/tools/lldb-dap/launch/TestDAP_launch_debuggerRoot.py
+4-205 files not shown
+5-3211 files

LLVM/project 879630aclang/lib/Driver/ToolChains Darwin.cpp, clang/test/Driver incompatible_sysroot.c

[clang][driver] Don't emit an error on an unrecognized SDK name (#181897)

-isysroot can be an unrecognized value in unusual circumstances. Don't
emit an error when checking the triple against such an isysroot, let the
user try to do what they're trying to do.
DeltaFile
+8-7clang/lib/Driver/ToolChains/Darwin.cpp
+6-5clang/test/Driver/incompatible_sysroot.c
+0-0clang/test/Driver/Inputs/XRSimulator1.0.sdk/usr/include/libxml/.keep
+14-123 files

FreeNAS/freenas b52d298src/middlewared/middlewared/api/v26_0_0 auth.py, src/middlewared/middlewared/plugins auth.py

NAS-139857 / 26.0.0-BETA.1 / Add login_ex option to generate reconnect token (#18237)

This commit adds the non-default optional behavior to generate a
reconnect token on successful authentication. This allows API consumers
such as the UI to simplify pattern of login + generate token, to simply
login and extract token from response.
DeltaFile
+57-1tests/api2/test_auth_token.py
+52-6src/middlewared/middlewared/plugins/auth.py
+14-0tests/api2/test_auth_onetime.py
+11-0src/middlewared/middlewared/api/v26_0_0/auth.py
+134-74 files

NetBSD/pkgsrc 6n5TD6jdoc CHANGES-pkgsrc-2025Q4

   doc: update for tickets 7051, 7052
VersionDeltaFile
1.1.2.12+7-1doc/CHANGES-pkgsrc-2025Q4
+7-11 files

NetBSD/pkgsrc F25rFhfwww/dillo/patches patch-src_html.cc patch-src_html.cc

   Pullup ticket #7052 - requested by leot
   www/dillo: Bug fix

   Revisions pulled up:
   - www/dillo/Makefile                                            1.98
   - www/dillo/distinfo                                            1.47
   - www/dillo/patches/patch-dlib_dlib.c                           1.1
   - www/dillo/patches/patch-dlib_dlib.h                           1.1
   - www/dillo/patches/patch-dpi_bookmarks.c                       1.1
   - www/dillo/patches/patch-dpi_cookies.c                         1.1
   - www/dillo/patches/patch-dpi_datauri.c                         1.1
   - www/dillo/patches/patch-dpi_downloads.cc                      1.1
   - www/dillo/patches/patch-dpi_dpiutil.c                         1.1
   - www/dillo/patches/patch-dpi_file.c                            1.1
   - www/dillo/patches/patch-dpi_ftp.c                             1.1
   - www/dillo/patches/patch-dpid_dpidc.c                          1.1
   - www/dillo/patches/patch-dpip_dpip.c                           1.1
   - www/dillo/patches/patch-dw_findtext.hh                        1.1
   - www/dillo/patches/patch-dw_fltkui.cc                          1.1

    [50 lines not shown]
VersionDeltaFile
1.1.2.1+0-236www/dillo/patches/patch-src_html.cc
1.1.2.2+236-0www/dillo/patches/patch-src_html.cc
1.1.2.2+131-0www/dillo/patches/patch-dpi_bookmarks.c
1.1.2.1+0-131www/dillo/patches/patch-dpi_bookmarks.c
1.1.2.2+111-0www/dillo/patches/patch-src_cssparser.cc
1.1.2.1+0-111www/dillo/patches/patch-src_cssparser.cc
+478-47860 files not shown
+1,555-1,52366 files

FreeNAS/freenas 6317756src/middlewared/middlewared/plugins auth.py

Add another warning message
DeltaFile
+6-0src/middlewared/middlewared/plugins/auth.py
+6-01 files

FreeNAS/freenas aaab59asrc/middlewared/middlewared/plugins/interface sync.py

correct return type for sync_interface_impl
DeltaFile
+1-1src/middlewared/middlewared/plugins/interface/sync.py
+1-11 files

OpenBSD/ports axEM7Ixdevel/py-python-lsp-server Makefile

   loosen version dep on pyflakes to unbreak

   breakage reported by naddy@ and sthen@
VersionDeltaFile
1.14+2-1devel/py-python-lsp-server/Makefile
+2-11 files

FreeNAS/freenas 8ab38e6src/middlewared/middlewared/plugins network.py

pass context to sync_impl
DeltaFile
+1-1src/middlewared/middlewared/plugins/network.py
+1-11 files

LLVM/project b3c82ballvm/lib/Support KnownBits.cpp

[KnownBits] Remove unneccessary calls to std::optional<bool> constructor. NFC (#181959)

We can return a bool and let the compiler insert the constructor call.
DeltaFile
+9-9llvm/lib/Support/KnownBits.cpp
+9-91 files

FreeBSD/ports 964e53fshells/xonsh distinfo Makefile

shells/xonsh: Update to 0.22.4

ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.22.4
DeltaFile
+3-3shells/xonsh/distinfo
+1-1shells/xonsh/Makefile
+4-42 files

FreeBSD/ports 7c778b7devel/aws-c-mqtt distinfo Makefile

devel/aws-c-mqtt: Update to 0.14.0

ChangeLog:
        https://github.com/awslabs/aws-c-mqtt/releases/tag/v0.14.0
        https://github.com/awslabs/aws-c-mqtt/releases/tag/v0.13.5
DeltaFile
+3-3devel/aws-c-mqtt/distinfo
+1-1devel/aws-c-mqtt/Makefile
+4-42 files

FreeBSD/ports 08d4df3security/aws-c-auth distinfo Makefile

security/aws-c-auth: Update to 0.9.6

ChangeLog: https://github.com/awslabs/aws-c-auth/releases/tag/v0.9.6
DeltaFile
+3-3security/aws-c-auth/distinfo
+1-1security/aws-c-auth/Makefile
+4-42 files

OpenBSD/ports yekJ73tsysutils/nnn distinfo Makefile

   update to nnn-5.2, from Martin Ziemer (maintainer)
VersionDeltaFile
1.23+2-2sysutils/nnn/distinfo
1.32+1-2sysutils/nnn/Makefile
+3-42 files

FreeNAS/freenas 5cc2072src/middlewared/middlewared/plugins auth.py

Fix AttributeError
DeltaFile
+1-1src/middlewared/middlewared/plugins/auth.py
+1-11 files

FreeNAS/freenas b26d878src/middlewared/middlewared/plugins auth.py

Fix AttributeError
DeltaFile
+1-1src/middlewared/middlewared/plugins/auth.py
+1-11 files

OpenBSD/src qvfhfxDusr.bin/calendar calendar.c

   pledge "rpath tmppath" is replace with unveil "/" "r", unveil "/tmp" "rwc",
   and "rpath wpath cpath"
   ok semarie
VersionDeltaFile
1.38+6-3usr.bin/calendar/calendar.c
+6-31 files

LLVM/project 8e37d72clang/lib/Sema SemaType.cpp, clang/lib/Serialization ASTReaderDecl.cpp

Revert "[Serialization] Stop demote var definition as declaration (#172430)" (#181384)

Reverts llvm/llvm-project#177117

See #181076 for details of a miscompile caused by this.
DeltaFile
+0-110clang/test/Modules/var-inst-def.cppm
+0-104clang/test/Modules/pr149404-02.cppm
+0-94clang/test/Modules/demote-var-def.cpp
+24-52clang/lib/Sema/SemaType.cpp
+0-47clang/test/Modules/pr172241.cppm
+14-0clang/lib/Serialization/ASTReaderDecl.cpp
+38-4076 files

LLVM/project b7c33acmlir/lib/Dialect/OpenACC/IR OpenACCCG.cpp OpenACC.cpp

[nfc][mlir][acc] Move some operations to new file (#182054)

Create a new file named OpenACCCG.cpp to hold implementation of
operations, attributes, and types related to OpenACC codegen (though
only operations exist at this time). These originate from
OpenACCCGOps.td.

These are codegen/intermediate ops used when decomposing and lowering
primary acc dialect ops; they do not map directly to OpenACC language
constructs. Moving them out of OpenACC.cpp keeps the main dialect file
focused and avoids it growing further.
DeltaFile
+186-0mlir/lib/Dialect/OpenACC/IR/OpenACCCG.cpp
+0-119mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
+1-0mlir/lib/Dialect/OpenACC/IR/CMakeLists.txt
+187-1193 files

FreeBSD/ports e270e79net-mgmt/geom-exporter distinfo Makefile.crates

net-mgmt/geom-exporter: 0.1.3

https://github.com/asomers/gstat-rs/blob/master/freebsd-geom-exporter/CHANGELOG.md#013---2026-02-18

Sponsored by:   ConnectWise
DeltaFile
+17-31net-mgmt/geom-exporter/distinfo
+7-14net-mgmt/geom-exporter/Makefile.crates
+1-2net-mgmt/geom-exporter/Makefile
+25-473 files

FreeBSD/ports 0cb5bb3sysutils/gstat-rs distinfo Makefile.crates

sysutils/gstat-rs: 0.1.8

https://github.com/asomers/gstat-rs/blob/master/gstat/CHANGELOG.md#018---2026-02-18

Sponsored by:   ConnectWise
DeltaFile
+51-59sysutils/gstat-rs/distinfo
+24-28sysutils/gstat-rs/Makefile.crates
+1-2sysutils/gstat-rs/Makefile
+76-893 files

FreeNAS/freenas 97c0f8dsrc/middlewared/middlewared/api/v26_0_0 auth.py

Add line continuation
DeltaFile
+2-2src/middlewared/middlewared/api/v26_0_0/auth.py
+2-21 files

FreeBSD/src 8aa5604sys/dev/nvme nvme_sim.c

nvme: Fix sim unit number to match nvme device

The CAM sim unit numbner should match the nvme device number. We need
this to match unit numbers in some wiring scenarios. For example:

hint.nvme.0.at="UEFI:PciRoot(0x3)/Pci(0x1,0x1)/Pci(0x0,0x0)"
hint.nvme.1.at="UEFI:PciRoot(0x3)/Pci(0x1,0x2)/Pci(0x0,0x0)"
hint.nvme.2.at="UEFI:PciRoot(0x3)/Pci(0x1,0x3)/Pci(0x0,0x0)"
hint.nvme.3.at="UEFI:PciRoot(0x3)/Pci(0x1,0x4)/Pci(0x0,0x0)"
hint.scbus.33.at="nvme0"
hint.nda.0.at="scbus33"
hint.scbus.34.at="nvme1"
hint.nda.1.at="scbus34"
hint.scbus.35.at="nvme2"
hint.nda.2.at="scbus35"
hint.scbus.36.at="nvme3"
hint.nda.3.at="scbus36"

If the devices that are nvme0 and nvme3 are the only ones populated, you

    [6 lines not shown]
DeltaFile
+1-1sys/dev/nvme/nvme_sim.c
+1-11 files

FreeBSD/src 8e593a1usr.bin/fortune/datfiles freebsd-tips

fortune: fix netstat tip

netstati <mumble> 8 reports in bytes per second (averaged over 8
seconds) rather than bits per second because it reports the total
in bits over the 8 seconds...

Sponsored by:           Netflix
DeltaFile
+1-1usr.bin/fortune/datfiles/freebsd-tips
+1-11 files