[Bug 209266] www/lighttpd broken with libressl

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 4 15:04:39 UTC 2016


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

            Bug ID: 209266
           Summary: www/lighttpd broken with libressl
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: heckendorfc at gmail.com

Created attachment 169967
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=169967&action=edit
Fix SSLv[23] checks

Recent versions of libressl dropped support for SSLv2 and 3 and defined
SSL_OP_NO_SSLv2 and SSL_OP_NO_SSLv3 as zero. The current checks in lighttpd
will always fail under these conditions since they assume the values are
nonzero. This results in lighttpd failing to start when built against libressl.
The attached patch should fix this. I also submitted it upstream.

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Maintainer informed via mail

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


More information about the freebsd-ports-bugs mailing list