Date: Wed, 18 May 2016 03:31:28 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209596] mail/fetchmail: mis-detects sslv2 on 11.x and openssl from ports, fails to build Message-ID: <bug-209596-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209596 Bug ID: 209596 Summary: mail/fetchmail: mis-detects sslv2 on 11.x and openssl from ports, fails to build Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: peter@FreeBSD.org CC: chalpin@cs.wisc.edu Flags: maintainer-feedback?(chalpin@cs.wisc.edu) CC: chalpin@cs.wisc.edu Created attachment 170422 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D170422&action= =3Dedit Disable SSLv2. The configure script checks for SSLv2_method() being present in <openssl/ssl.h>. This is visible unless you compile with -DOPENSSL_NO_SSL2_METHOD. We don't have the SSLv2_method present in the library so the include file check gives a false positive. The easiest way I found to fix it was to simply prevent sslv2 from being detected. In 2016, this should absolutely be the case anyway. The trivial fix I came up with is attached. --=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-209596-13>