Bug 226258 - [MAINTAINER] security/softhsm2: Update to release 2.4.0
Summary: [MAINTAINER] security/softhsm2: Update to release 2.4.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-28 09:27 UTC by Jaap Akkerhuis
Modified: 2018-02-28 15:08 UTC (History)
1 user (show)

See Also:


Attachments
Patch to update (850 bytes, patch)
2018-02-28 09:27 UTC, Jaap Akkerhuis
jaap: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!