security/gnutls: Stop fetching ktls_utils.h
It was missing from distfiles in previous versions but this has been
fixed now.
(cherry picked from commit 004617c94be181d6a4b0c57b4482d2ae682ed945)
games/openbve: update OpenBVE to version 1.12.1.0
Install more complete set of auxiliary programs and let make(1)
induce the program to wrapper script mapping rather than doing
this manually. While here, mention one comment's origin.
Reported by: portscout
net/arrowdl: update the port to the latest version 4.2.1
- License needs clarification; stick with the lowest LGPL
version as this is what the source code says
- Provide better diagnostics when trying to open or save
a non-existent file
- Ensure that download and queue.json's directories exist
Reported by: portscout
tests/net/bpf: skip the bpf:inject test when RSS is present
With RSS the epair(4) may reorder packets making the test flaky. See
net/if_epair.c:epair_select_queue().
hpts: remove call into TCP HPTS from userret()
This hack introduced in d7955cc0ffdf and e3cbc572f154 proved to have more
ill side effects than benefits. Sorry for that.
Now the HPTS soft clock is called only after the LRO completion. Refactor
HPTS module linkage to address that and share the pointer only between
HPTS and LRO.
Reviewed by: Nick Banks
Differential Revision: https://reviews.freebsd.org/D55640
devel/py-cloup: New port
Cloup — originally from “Click + option groups” — enriches Click with
several features that make it more expressive and configurable.