aboutsummaryrefslogtreecommitdiff
path: root/security/openssl-devel
Commit message (Collapse)AuthorAgeFilesLines
* security/openssl-devel: Update to 1.1 BETA2 (1.1.0-pre5)Bernard Spil2016-04-244-523/+693
| | | | | | | | | | | | | | | | | | - Update to first BETA of OpenSSL 1.1 - Bump SHLIB_VERSION for 1.1 to 9 - Add missing libressl-devel conflict - Mark jobs-safe - Add upstream clang fix (Issue 888) - Fix renamed shared engines (remove 'lib' prefix) - Remove "overwrite base" check - Do not install html docs Reviewed by: feld (mentor), koobs (mentor) Approved by: feld (mentor) Differential Revision: D5900 Notes: svn path=/head/; revision=413952
* security/openssl-devel: Create OpenSSL 1.1.0 Alpha portBernard Spil2016-03-037-7/+0
| | | | | | | | | | | - Delete files after repo-copy initial commit Reviewed by: koobs (mentor) Approved by: koobs (mentor) Differential Revision: D5484 Notes: svn path=/head/; revision=410043
* security/openssl-devel: Create OpenSSL 1.1.0 Alpha portBernard Spil2016-03-0314-0/+2296
- 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 Notes: svn path=/head/; revision=410042