security/nmap*: Actually use devel/pcre2
devel/pcre2 is specified as a dependency but not used. Instead nmap
uses its own pcre2, which is missing symbols from its symbol table.
This is not a problem with 16-CURRENT but 15-RELEASE-p2 fails to build.
We fix this by using the pcre2 provided by ports.
PR: 294112
textproc/py-griffecli: New port
Signatures for entire Python programs. Extract the structure, the
frame, the skeleton of your project, to generate API documentation
or find breaking changes in your API.
This package contains the CLI components.
textproc/py-griffe: Update to 2.0.2
* With release 2.0.0, the package was split into py-griffe, py-griffecli
and py-griffelib, with the corresponding logic moved to those
components.
Changelog since 1.15:
https://github.com/mkdocstrings/griffe/blob/2.0.2/CHANGELOG.md
textproc/py-griffelib: New port
Signatures for entire Python programs. Extract the structure, the
frame, the skeleton of your project, to generate API documentation
or find breaking changes in your API.
This package contains the library components.
amd64 sendsig(): explicitly copy registers from trapframe to ucontext
With the IDT event delivery, previously reserved fields in tf_cs and
tf_ss are guaranteed to be zero. With FRED, these fields are not zero,
which affects the values copied to userspace.
Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D56141