CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/01/13 10:16:58
Modified files:
security/botan2: Makefile
Added files:
security/botan2/patches: patch-src_lib_utils_cpuid_cpuid_x86_cpp
Log message:
On OpenBSD i386 Botan dies with illegal instruction when using AVX2
extensions. Our kernel does not set the OSXSAVE flag, so Botan
must not use them. Cherry-pick fix from upstream.
