Bug 232886 - [MAINTAINER] security/softhsm2: Update to release 2.5.0
Summary: [MAINTAINER] security/softhsm2: Update to release 2.5.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-01 13:35 UTC by Jaap Akkerhuis
Modified: 2018-11-01 15:03 UTC (History)
0 users

See Also:


Attachments
Patch to update (1.11 KB, patch)
2018-11-01 13:35 UTC, Jaap Akkerhuis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaap Akkerhuis 2018-11-01 13:35:51 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-11-01 15:02:57 UTC
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
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-11-01 15:03:12 UTC
Committed, thanks!