aboutsummaryrefslogtreecommitdiff
path: root/security/softhsm2
Commit message (Collapse)AuthorAgeFilesLines
* Remove all _USE=openssl occurrences.Mathieu Arnold2017-03-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436248
* - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile soTijl Coosemans2017-02-051-3/+3
| | | | | | | | | | | | | | | | | | | | bsd.default-versions.mk can rely on ARCH being defined. - In bsd.port.mk move inclusion of bsd.default-versions.mk from the pre-makefile section to the options section so the variables can be used earlier. Also put the bit of code sitting between the options section and the pre-makefile section into the options section. - Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is handled in bsd.default-versions.mk and some ports were setting it after including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports, and then only when setting non-default options, work without setting that variable. PR: 215996 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=433456
* security/softhsm2: update 2.1.0 -> 2.2.0Bartek Rutkowski2016-12-092-3/+4
| | | | | | | | PR: 215116 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=428218
* LibreSSL checks: Check for libressl-devel option tooJohn Marino2016-09-131-1/+1
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=422012
* Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.Mathieu Arnold2016-06-161-2/+4
| | | | | | | | | | | | | | WITH_OPENSSL_* can't be set after bsd.port.pre.mk. Fold all other usage into using SSL_DEFAULT == foo PR: 210149 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6577 Notes: svn path=/head/; revision=416966
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update to 2.1.0. [1]Mathieu Arnold2016-03-173-18/+9
| | | | | | | | | | | While there, use options helpers. PR: 208089 [1] Submitted by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=411289
* Convert ports from s* t* and net* categories to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-101-2/+1
| | | | Notes: svn path=/head/; revision=405719
* Version 2.0.0 of SoftHSM has been released. More updates and bug fixes can ↵Erwin Lansing2015-07-272-3/+3
| | | | | | | | | | | | | | | | | | | | | be found in the alpha and beta release notes. SoftHSM 2.0.0 - 2015-07-17 - SOFTHSM-121: Test cases for C_DecryptUpdate/C_DecryptFinal. - Support C_DecryptUpdate/C_DecryptFinal for symmetric algorithms. (Patch from Thomas Calderon)\ Bugfixes: - SOFTHSM-120: Segfault after renaming variables. PR: 201900 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=392970
* Simplify by using DISTVERSION.Mathieu Arnold2015-05-121-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=386128
* Update to 2.0.0b3Erwin Lansing2015-05-123-5/+8
| | | | | | | | | | | | | | | | | SOFTHSM-113: Support for Botan 1.11.15 SOFTHSM-119: softhsm2-util: Support ECDSA key import SUPPORT-139: Support deriving generic secrets, DES, DES2, DES3, and AES. Using DH, ECDH or symmetric encryption. Various Bug Fxes, see <https://www.opendnssec.org/2015/04/18/softhsm-2-0-0b3/> for details. LibreSSL support, see also <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199008> for details. PR: 200056 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=386127
* - Display a stage-qa warning when ports use PREFIX/var instead of /varTijl Coosemans2015-04-201-3/+2
| | | | | | | | | | | | | | | | | | | | | - Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not when CONFIGURE_ARGS already sets it. (GNU configure scripts set it to PREFIX/var when PREFIX != /usr.) - Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so they aren't affected by this change (for now at least). This commit is meant to ensure that new ports don't make the same mistake. - games/acm: the configure script in this port is very old; instead of patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE. - irc/charybdis: it already used /var but adding --localstatedir=/var changed the behaviour of the configure script; adjust the port to this. PR: 199506 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384380
* Add beta version of softhsm2, Software implementation of aErwin Lansing2015-02-094-0/+79
Hardware Security Module (HSM) PR: 196096 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Notes: svn path=/head/; revision=378708