Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 May 2016 15:04:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209266] www/lighttpd broken with libressl
Message-ID:  <bug-209266-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209266

            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@FreeBSD.org
          Reporter: heckendorfc@gmail.com

Created attachment 169967
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D169967&action=
=3Dedit
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 libre=
ssl.
The attached patch should fix this. I also submitted it upstream.

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

--=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-209266-13>