lang/python313: prevent building JIT with newer CPython
While such combos build successfully outside of ports, a circular
build dependency forms when said newer ports also have JIT enabled.
audio/noctavox: Update to 0.2.8
- Add a post-patch target to fix links in the readme.md file.
ChangeLog:
- https://github.com/Jaxx497/NoctaVox/releases/tag/v0.2.8
Reported by: "github-actions[bot]" <notifications at github.com>
net/realtek-re-kmod: update to 1.102.01 release (add support for 10G cards)
This forked version includes many fixes and performance improvements
over the previous 1.101.00 release. If you previously disabled the
checksum offloading due to crashes, you should now be able to re-add it.
mail/mlmmj: update to 2.1.0
Changes:
- New $disarmedfrom$ variable for control/customheaders. Expands to
the original From: header value with '<', '>', '@' replaced by
'(', ')', '=' for safe use in display names ("me at here.com" ->
"me=here.com"). Complements $posteraddr$ (raw email address).
- mlmmj-sub: batch subscribe via stdin with -a -. Reads one address
per line, skips empty lines and '#' comments.
- MIME type detection and rejection in mlmmj-receive. Prevent
multipart/alternative or multipart/mixed messages from being posted
to the list (control/mimedeny).
- Fix: fdopendir UB by using dirfd() instead of raw fd
- Various code simplifications (send_digest, bouncemail, do_access, initsmtp)
- Many new unit tests and test fixes
- README: document DKIM/From munging with $posteraddr$ and $disarmedfrom$
- README.sendmail.md: update documentation
sysutils/mate-settings-daemon: switch to GitHub release asset
Minor versions of 1.28.x are no longer published to the MATE mirror
and are only available on GitHub. Use USE_GITHUB=nodefault with a
release tarball instead of the auto-generated one, as recommended
by the porter's handbook.