diff options
author | brnrd <brnrd@FreeBSD.org> | 2016-03-03 22:36:51 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2016-03-03 22:36:51 +0800 |
commit | 94d5f4ff983c1e32b415801479e09c2add0e03f2 (patch) | |
tree | 9f81450a536a21818af37688dc1b7abe60d4b253 /security/Makefile | |
parent | 15bdd63b8c740a7de9647697c39d625a7941b014 (diff) | |
download | freebsd-ports-gnome-94d5f4ff983c1e32b415801479e09c2add0e03f2.tar.gz freebsd-ports-gnome-94d5f4ff983c1e32b415801479e09c2add0e03f2.tar.zst freebsd-ports-gnome-94d5f4ff983c1e32b415801479e09c2add0e03f2.zip |
security/openssl-devel: Create OpenSSL 1.1.0 Alpha port
- Repo-copy of security/openssl
- Remove unneeded USE_OPENSSL check
- Add and normalize CONFLICTS
- Put OPTIONS into GROUPS for ciphers, hashes, protocols and optimizations
- Add more configurable ciphers, hashes and protocols
- Sort <OPT>_DESC alphabetically
- Reword <OPT>_DESC after grouping, add (comment)
- Rewrite ${PORT_OPTIONS:M<OPT>} to <OPT>_<FEATURE>_* where possible
- Rewrite ${PORT_OPTIONS:M<OPT>} to target-<OPT>-on where possible
- Rewrite do-configure target to HAS_CONFIGURE/CONFIGURE_SCRIPT
- Rewrite (regression-)test target to TEST_TARGET
- Add NPN support patch from [1]
- Remove 1.0.2 specific patches (Padlock and EVP_MD_CTX_FLAG_ONESHOT)
- Disable obsolete, broken and obscure features
[1] https://github.com/openssl/openssl/pull/757
Reviewed by: koobs (mentor)
Approved by: koobs (mentor)
Differential Revision: D5484
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 74d36bb570aa..48ec166604cb 100644 --- a/security/Makefile +++ b/security/Makefile @@ -408,6 +408,7 @@ SUBDIR += openssh-askpass SUBDIR += openssh-portable SUBDIR += openssl + SUBDIR += openssl-devel SUBDIR += openssl_tpm_engine SUBDIR += openvas-client SUBDIR += openvas-libnasl |