Subject: CVS commit: pkgsrc/chat/ircd-hybrid
From: Santhosh Raju
Date: 2019-05-18 22:34:56
Message id: 20190518203456.B4352FB16@cvs.NetBSD.org

Log Message:
ircd-hybrid: Update to 8.2.25

Changes since 8.2.24:

-- Noteworthy changes in version 8.2.25 (2019-04-24)
o) The 'class::number_per_ip', 'class::max_local' and 'class::max_global'
   configuration directives have been replaced with just 'class::number_per_ip_local'
   and 'class::number_per_ip_global'. The 'class::max_local' basically was
   redundant as it had the same functionality as 'class::number_per_ip'
o) Adding RESVs with wildcards no longer requires administrator privileges
o) The 'general::ignore_bogus_ts' configuration option has been deprecated
o) TLSv1.1 and TLSv1.0 are no longer supported and have been disabled in
   the openssl and gnutls module
o) Minimum supported OpenSSL version is 1.0.1f now
o) Minimum supported GnuTLS version is 3.5.8 now
o) The 'serverinfo::vhost' and 'serverinfo:vhost6' configuration directives have
   been deprecated. If you need to bind() a specific address you can specify one
   in the connect {} block
o) The 'connect::vhost' configuration directive has been renamed to 'connect::bind'

Files:
RevisionActionfile
1.57modifypkgsrc/chat/ircd-hybrid/Makefile
1.18modifypkgsrc/chat/ircd-hybrid/distinfo
1.2modifypkgsrc/chat/ircd-hybrid/patches/patch-src_ircd.c