remove aggressive pinning for importlib-metadata to be able to import new
versions.
From sthen as a reminder:
I don't see anything in the way that litellm uses importlib-metadata
that could break with the looser pin. (Although they should just use
importlib.metadata from stdlib as it should be fine for all Python
versions they claim to support; it was added provisionally in 3.8,
and made non-provisional in 3.10).
OK sthen@
litecoin and bitcoin successfully build on sparc64 in this
modern base-clang era
Whether using these packages on sparc64 is a good idea is
an exercise left to the reader.
update to pokerth-2.1.9, and add a "legacy" flavour knocking out the
QML-based client which uses too much memory for small archs. from
Josh Grosse (maintainer), tweaks from me, further tweak from Brad.
vmd(8): drop packets if tap(4) returns ENOMEM.
If there are no mbufs available to queue a packet on write(2), we
should drop the packet instead of toggling the device reset state.
The virtio network device was inspecting the wrong errno as well.
Also drop packets if EMSGSIZE is set on error. Only in unexpected
cases should we flag the device needs a reset.
Issue reported by Mischa Peters.
ok bluhm@, jan@, mlarkin@ and makes sense to deraadt@