aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ircd-hybrid
diff options
context:
space:
mode:
authordb <db@FreeBSD.org>2015-03-14 22:28:05 +0800
committerdb <db@FreeBSD.org>2015-03-14 22:28:05 +0800
commit5370fcccabd23afe19afc51a9d428daba2708b3d (patch)
tree45589f0e1d9a58f95464ed28ca21d16b8fd18023 /irc/ircd-hybrid
parent337767724f7d9d4f874a2698bd6af6f4a19d6f14 (diff)
downloadfreebsd-ports-gnome-5370fcccabd23afe19afc51a9d428daba2708b3d.tar.gz
freebsd-ports-gnome-5370fcccabd23afe19afc51a9d428daba2708b3d.tar.zst
freebsd-ports-gnome-5370fcccabd23afe19afc51a9d428daba2708b3d.zip
Update to 8.2.5
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
Diffstat (limited to 'irc/ircd-hybrid')
-rw-r--r--irc/ircd-hybrid/Makefile3
-rw-r--r--irc/ircd-hybrid/distinfo4
2 files changed, 3 insertions, 4 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index 3984b27a53c8..a0447f362612 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= ircd-hybrid
-PORTVERSION= 8.1.3
-PORTREVISION= 1
+PORTVERSION= 8.2.5
CATEGORIES= irc ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/irc/ircd-hybrid/distinfo b/irc/ircd-hybrid/distinfo
index d8f154a8e73d..b165de5db3af 100644
--- a/irc/ircd-hybrid/distinfo
+++ b/irc/ircd-hybrid/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ircd-hybrid-8.1.3.tgz) = ea1efec0ab55e5f77282dad9e27b25a79090bac82b87d8282135f37733fe356b
-SIZE (ircd-hybrid-8.1.3.tgz) = 1127868
+SHA256 (ircd-hybrid-8.2.5.tgz) = dbdb63123ba27f7abd393f0cbb51462e5cca69fa40c158aa76af33478c8e9ca1
+SIZE (ircd-hybrid-8.2.5.tgz) = 1199513