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]
[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.
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
[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).
[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.
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.
[KnownBits] Remove unneccessary calls to std::optional<bool> constructor. NFC (#181959)
We can return a bool and let the compiler insert the constructor call.
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.
[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.
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]
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