mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
6c77933ee7
Feedback from upstream: Hello, EGD support has been dropped in ircd-hybrid 8.1.20 which was released on July 20, 2014. Also the compression issue has been fixed as well sometime last year. Greets, Michael Bernard Spil schrieb: Hi, ircd-hybrid unconditionally uses RAND_egd which has been removed from LibreSSL. Additionally it uses compression which is moved to a separate header. Attached patches 1. Use autoconf to detect availability of RAND_egd in libcrypto 2. Disable EGD if RAND_egd is not available 3. Add the openssl/comp.h header to src/rsa.c to fix build I've been working through over 60 build failures with LibreSSL and supplying FreeBSD ports and upstream projects with patches, check https://wiki.freebsd.org/LibreSSL and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198505 for this bugs status in ports. Please include this patch into your product. Additionally please review completely removing EGD as no platform requires it or has required perl EGD as a random source fer many years. Kind regards, Bernard Spil. PR: ports/198505 Submitted by: spil.oss@gmail.com