Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2015 12:06:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198764] [PATCH] www/elinks: Make EGD conditional/Fix build with LibreSSL
Message-ID:  <bug-198764-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 198764
           Summary: [PATCH] www/elinks: 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: beat@FreeBSD.org
          Reporter: spil.oss@gmail.com
          Keywords: patch
          Assignee: beat@FreeBSD.org
             Flags: maintainer-feedback?(beat@FreeBSD.org)

Created attachment 154618
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154618&action=edit
svn diff for www/elinks

www/elinks 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.

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