CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/08/27 17:12:20
Modified files:
security/botan2: Makefile
security/botan2/pkg: PFRAG.x86 PLIST
Log message:
botan2: unbreak on !x86 archs
The latest botan2 version provides a new processor_rng feature, but the
feature is unavailable on most archs, breaking the packaging at least on
aarch64, macppc and sparc64 due to a missing header. Add that header to the
x86 PFRAG.
OK kmos@ (who tested on sparc64), bluhm@ (maintainer)
