devel/py-sortinghat: take maintainership and update to 1.14.3
Reviewed by: kai
Approved by: lwhsu (mentor, implicitly)
Differential Revision: https://reviews.freebsd.org/D57151
www/py-grimoirelab: take maintainership and update to 1.20.3
This also covers updating all its dependencies, most of which
are only used by www/py-grimoirelab.
Reviewed by: kai
Approved by: lwhsu (mentor, implicitly)
Differential Revision: https://reviews.freebsd.org/D57131
sysutils/edk2: Depend on GCC at build time only
EDK2 produces self-contained binary runtime data which do not require GCC at
runtime, but only at build time.
Reviewed by: fuz
MFH: 2026Q2
Differential Revision: https://reviews.freebsd.org/D57187
(cherry picked from commit 64e6ea052e3a1b183f83867e303b289fe1eb88e1)
sysutils/edk2: Depend on GCC at build time only
EDK2 produces self-contained binary runtime data which do not require GCC at
runtime, but only at build time.
Reviewed by: fuz
MFH: 2026Q2
Differential Revision: https://reviews.freebsd.org/D57187
security/c-siphash: Add new port
Streaming-capable SipHash Implementation
WWW: https://c-util.github.io/c-siphash
PR: 294569
Co-authored-by: Max Brazhnikov <makc at FreeBSD.org>
security/py-siphash24: Add new port
Streaming-capable SipHash-1-3 and SipHash-2-4 Implementation
WWW: https://pypi.org/project/siphash24/
PR: 294570
Co-authored-by: Max Brazhnikov <makc at FreeBSD.org>
devel/c-stdaux: Add new port
Auxiliary macros and functions for the C standard library
WWW: https://c-util.github.io/c-stdaux
PR: 294568
Co-authored-by: Max Brazhnikov <makc at FreeBSD.org>