Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2015 19:35:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198505] [PATCH] irc/irds-hybrid: Detect EGD support / fix LibreSSL
Message-ID:  <bug-198505-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 198505
           Summary: [PATCH] irc/irds-hybrid: Detect EGD support / fix
                    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
          Keywords: patch

Created attachment 154162
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154162&action=edit
svn diff for irc/ircd-hybrid

irc/ircd-hybrid unconditionally relies on RAND_egd which makes building fail
with LibreSSL which has removed EGD. FreeBSD does not require EGD at all,
/dev/random has been available since FreeBSD 4.2

Additionally, LibreSSL has moved compression methods to a separate header file
that is not always included. Add openssl/conf.h to the includes.

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