Bug 226258

Summary: [MAINTAINER] security/softhsm2: Update to release 2.4.0
Product: Ports & Packages Reporter: Jaap Akkerhuis <jaap>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Many People CC: swills
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to update jaap: maintainer-approval?

Description Jaap Akkerhuis 2018-02-28 09:27:15 UTC
Created attachment 191072 [details]
Patch to update

Updates:
* Issue #135: Support PKCS#8 for GOST.
* Issue #140: Support for CKA_ALLOWED_MECHANISMS.
  (Patch from Brad Hess)
* Issue #141: Support CKA_ALWAYS_AUTHENTICATE for private key objects.
* Issue #220: Support for CKM_DES3_CMAC and CKM_AES_CMAC.
* Issue #226: Configuration option for Windows build to enable build with
  static CRT (/MT).
* Issue #325: Support for CKM_AES_GCM.
* Issue #334: Document that initialized tokens will be reassigned to another
  slot (based on the token serial number).
* Issue #335: Support for CKM_RSA_PKCS_PSS.
  (Patch from Nikos Mavrogiannopoulos)
* Issue #341: Import AES keys with softhsm2-util.
  (Patch from Pavel Cherezov)
* Issue #348: Document that OSX needs pkg-config to detect cppunit.
* Issue #349: softhsm2-util will check the configuration and report any
  issues before loading the PKCS#11 library.
 
Bugfixes:
* Issue #345: Private objects are presented to security officer in search
  results.
* Issue #358: Race condition when multiple applications are creating and
  reading object files.
 
As always, patches, and bug reports welcome at
https://github.com/opendnssec/SoftHSMv2/issues/new.
Pull requests submitted at https://github.com/opendnssec/SoftHSMv2.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-02-28 15:06:56 UTC
A commit references this bug:

Author: swills
Date: Wed Feb 28 15:05:57 UTC 2018
New revision: 463213
URL: https://svnweb.freebsd.org/changeset/ports/463213

Log:
  security/softhsm2: Update to release 2.4.0

  PR:		226258
  Submitted by:	jaap@NLnetLabs.nl (maintainer)

Changes:
  head/security/softhsm2/Makefile
  head/security/softhsm2/distinfo
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-02-28 15:08:19 UTC
Committed, thanks!