[Bug 235248] news/nzbget: build failure under 12.0 with openssl from ports, CRYPT_num_locks missing

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 28 07:35:15 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235248

--- Comment #2 from Phillip R. Jaenke <prj at rootwyrm.com> ---
Did some additional tracking down, this is most definitely related to disabling
SSLv3 in security/openssl, which has not been done in base. 

The inflection commit for security/openssl is r406060 adding the SSL3 disable
option.

Here's where it gets broken; OPTIONS+=SSL3 is on by default in
security/openssl, so it should be working. I confirmed my options on
security/openssl and reset to defaults. Same result; CRYPT_num_locks missing.
Even though SSL3 is on in security/openssl. The symptom says "you disabled
SSLv3" and the strings say as much with the output of security/openssl. But it
was not disabled in the build. This may go to security/openssl itself.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list