Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 22:46:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198992] [PATCH] security/nessus-libraries Fix build with LibreSSL
Message-ID:  <bug-198992-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 198992
           Summary: [PATCH] security/nessus-libraries Fix build with
                    LibreSSL
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: spil.oss@gmail.com
                CC: Udo.Schweigert@siemens.com
             Flags: maintainer-feedback?(Udo.Schweigert@siemens.com)
          Keywords: patch
                CC: Udo.Schweigert@siemens.com

Created attachment 154932
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154932&action=edit
svn diff for security/nessus-libraries

The security/nessus-libraries doesn't properly detect OpenSSL or LibreSSL from
base. This results in issues with LibreSSL as this doesn't have SSLv2 and due
to the linker not getting the /usr/local bits passed building nessus-libnasl
consequently fails. (I believe the existing patch removing SSLv2 is thus
non-functional)

This patch:
 - Defines USE_OPENSSL=yes
 - Passes proper --with-ssl= to configure
 - Already disables SSLv3 (we should)

-- 
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-198992-13>