net/scapy: Silence cryptography warnings
Apply Scapy commit caa005d ("Handle cryptography FFDH warnings") to
prevent cryptography warnings from causing test failures in our
infrastructure.
Once a new Scapy release is out, this patch will be included and this
commit should be reverted.
PR: 298387
CodeGen: Remove TargetOptions::LoopAlignment
Delete the module-wide LoopAlignment override and llc's -align-loops
flag that fed it. Loop alignment is now expressed solely through
per-loop llvm.loop.align metadata.
Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
clang: Emit llvm.loop.align metadata for -falign-loops
Make -falign-loops=N attach per-loop llvm.loop.align metadata instead
of setting the module-wide TargetOptions::LoopAlignment. This reuses
the existing [[clang::code_align]] metadata path, with the source
attribute taking precedence over the flag.
Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
www/moinmoin: reassign to wiki-admin@.
Even though this port is old and depends on the deprecated python2,
we are still using it as wiki.FreeBSD.org. So, mark it as safe
from deprecation by anyone who does not know that.
There is an open task to either update the wiki (v3 is a complete
rewrite), or to migrate it to something never.
PR: 298009
Approved by: lwhsa (as python@)