Date: Mon, 28 Jan 2019 07:35:13 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 235248] news/nzbget: build failure under 12.0 with openssl from ports, CRYPT_num_locks missing Message-ID: <bug-235248-7788-ZRSF8kFD9A@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-235248-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-235248-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235248 --- Comment #2 from Phillip R. Jaenke <prj@rootwyrm.com> --- Did some additional tracking down, this is most definitely related to disab= ling SSLv3 in security/openssl, which has not been done in base.=20 The inflection commit for security/openssl is r406060 adding the SSL3 disab= le option. Here's where it gets broken; OPTIONS+=3DSSL3 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 missin= g. 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235248-7788-ZRSF8kFD9A>