[Bug 198771] [PATCH] russian/ircd-hybrid: Make EGD conditional/Fix build with LibreSSL

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 21 14:02:34 UTC 2015


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

            Bug ID: 198771
           Summary: [PATCH] russian/ircd-hybrid: Make EGD conditional/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: rodrigo at FreeBSD.org
          Reporter: spil.oss at gmail.com
             Flags: maintainer-feedback?(rodrigo at FreeBSD.org)
          Keywords: patch
          Assignee: rodrigo at FreeBSD.org

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

russian/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

This patch checks for the existence of RAND_egd in libcrypto and disables the
code using egd.

See bug #198505 as well for the non-localized version patch

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


More information about the freebsd-ports-bugs mailing list