Details
Details
- Reviewers
- None
- Group Reviewers
portmgr
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 3404 Build 3442: arc lint + arc unit
Event Timeline
Comment Actions
- Add a bit to qa.sh to detect bad linking with OpenSSL, and also detect
- Add a qa bit about kerberos.
Comment Actions
in ssk.mk:
.if exists(${LOCALBASE}/lib/libcrypto.so.37)
This check fails if an older Version is installed, and will break the update on normal FreeBSD systems.
Comment Actions
This is just to help things going, the right way to say "I want this" is to set in your make.conf:
DEFAULT_VERSIONS= ssl=libressl
Comment Actions
a) I see no way a user can set DEFAULT_VERSIONS to the version from base.
the API for openssl from base and openssl from ports are not compatible.
b) POLA: DEFAULT_VERSIONS should default to openssl from base.
Please check.