[Bug 196139] New: [PATCH] www/apache24 unbreak build with security/libressl

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 19 18:08:42 UTC 2014


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

            Bug ID: 196139
           Summary: [PATCH] www/apache24 unbreak build with
                    security/libressl
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: spil.oss at gmail.com
                CC: apache at FreeBSD.org, vsevolod at FreeBSD.org
                CC: apache at FreeBSD.org, vsevolod at FreeBSD.org

Created attachment 150784
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150784&action=edit
Patch for apache24 to build cleanly with LibreSSL

Apache 2.4 (and 2.2) can not be built when LibreSSL is used as SSL library.
LibreSSL has (amongst others)
  - removed RAND_egd
  - removed CHIL engine
  - added SSL_CTX_use_certificate_chain
this leads to build failures for missing and redefining functions. This patch
fixes these errors by
  - adding a check for RAND_egd and SSL_CTX_use_certificate_chain
  - using an already available define for CHIL
  - using defines for the added checks

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Maintainers CC'd

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


More information about the freebsd-ports-bugs mailing list