Created attachment 198856 [details] Patch to update This port also allows openssl 1.1.1 in base (default in upcoming Release >= 12.0) Version 2.5.0 of SoftHSM has been released. Updates: * Issue #323: Support for EDDSA with vendor defined mechanisms. (Patch from Francis Dupont) * Issue #362: CMake Build System Support for SoftHSM. (Patch from Constantine Grantcharov) * Issue #368: Support migrating 32-bit SoftHSMv1 DB on 64-bit system (LP64). * Issue #385: Default is not to build EDDSA since it has not been released in OpenSSL. * Issue #387: Windows: Add VS2017 detection to Configure.py. (Patch from Jaroslav Imrich) * Issue #412: Replace PKCS11 headers with a version from p11-kit. (Patch from Alexander Bokovoy) Bugfixes: * Issue #366: Support cross-compilation. (Patch from Michael Weiser) * Issue #377: Duplicate symbol error with custom p11test. * Issue #386: Use RDRAND in OpenSSL if that engine is available. * Issue #388: Update DBTests.cpp to fix x86 test failure. (Patch from tcely) * Issue #393: Not setting CKA_PUBLIC_KEY_INFO correctly. (Patch from pkalapat) * Issue #401: Wrong key and keyserver mentioned in installation documentation. (Patch from Berry A.W. van Halderen) * Issue #408: Remove mutex callbacks after C_Finalize(). (Patch from Alexander Bokovoy)
A commit references this bug: Author: swills Date: Thu Nov 1 15:02:00 UTC 2018 New revision: 483671 URL: https://svnweb.freebsd.org/changeset/ports/483671 Log: security/softhsm2: Update to release 2.5.0 PR: 232886 Submitted by: jaap@NLnetLabs.nl (maintainer) Changes: head/security/softhsm2/Makefile head/security/softhsm2/distinfo
Committed, thanks!