| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=436248
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
PR: 215116
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Notes:
svn path=/head/; revision=428218
|
| |
|
|
|
|
|
| |
Approved by: SSL blanket
Notes:
svn path=/head/; revision=422012
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
| |
|
|
|
|
|
|
|
|
|
| |
While there, use options helpers.
PR: 208089 [1]
Submitted by: maintainer
Sponsored by: Absolight
Notes:
svn path=/head/; revision=411289
|
| |
|
|
| |
Notes:
svn path=/head/; revision=405719
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386128
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
Hardware Security Module (HSM)
PR: 196096
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
Notes:
svn path=/head/; revision=378708
|