CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/06/12 07:25:53
Modified files:
security/libnettle: Makefile
Added files:
security/libnettle/patches: patch-fat-arm64_c
Log message:
security/libnettle: enable aarch64 hardware crypto support
* Add support to fat-arm64.c to detect crypto instruction set
extensions on OpenBSD.
* Require GNU m4 for the build since the aarch64 assembly is
pre-processed by m4 macros that take 16 arguments and refer to
arguments beyond $9 directly, e.g. $10 and so on, which is a GNU
extension and incompatible with POSIX.
ok ajacoutot@