[Bug 198397] [PATCH] ftp/curl: GSSAPI_BASE and LibreSSL include overlap

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 7 20:42:16 UTC 2015


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

            Bug ID: 198397
           Summary: [PATCH] ftp/curl: GSSAPI_BASE and LibreSSL include
                    overlap
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: spil.oss at gmail.com
          Keywords: patch
          Assignee: sunpoet at FreeBSD.org
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)

Created attachment 153968
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153968&action=edit
svn diff for ftp/curl

During a build of all ports with LibreSSL some issues with the ftp/curl port
were detected
1. When GSSAPI_BASE is enabled, LibreSSL is not detected due to the overlap in
/usr/include/openssl and /usr/local/include/openssl headers
2. LibreSSL does not support SRP (SSL_NO_SRP)

The patch addresses both issues by adding to IGNORE tests. Just tested the port
with GSSAPI_KRB5 + LibreSSL and that was OK. This may make the build fail for
users and should get an UPDATING entry?

20150307:
  AFFECTS: users of ftp/curl and port's OpenSSL/LibreSSL
  AUTHOR: bernard.spil at gmail.com

  - When GSSAPI_BASE is selected, configure failed to detect OpenSSL/
    LibreSSL from ports and link against base OpenSSL instead
  - LibreSSL does not support SRP yet the port allowed SRP to be enabled
    when security/libressl was used

  Users of LibreSSL:
  configure the ftp/curl port and disable SRP

  Users of port's OpenSSL/LibreSSL:
  configure the ftp/curl port to use no GSS-API or krb5/heimdal option

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


More information about the freebsd-ports-bugs mailing list