aboutsummaryrefslogtreecommitdiff
path: root/irc/ircd-hybrid/Makefile
diff options
context:
space:
mode:
authorSanthosh Raju <fox@FreeBSD.org>2021-01-18 09:42:49 +0000
committerSanthosh Raju <fox@FreeBSD.org>2021-01-18 09:42:49 +0000
commit452cb1c91e4c633fdf5a73becf1318ec2eeb1ec6 (patch)
treeb625ad512ce5552bd50b697a9aa8eec20d1db2f6 /irc/ircd-hybrid/Makefile
parent15f2dc27d7ab798123acc64a66410d6b610c7816 (diff)
downloadports-452cb1c91e4c633fdf5a73becf1318ec2eeb1ec6.tar.gz
ports-452cb1c91e4c633fdf5a73becf1318ec2eeb1ec6.zip
irc/ircd-hybrid: Updates to 8.2.38
Changes since 8.2.37: -- Noteworthy changes in version 8.2.38 (2021-01-17) * Backwards compatibility mode for ircd-hybrid 8.2.22 and below has been removed * Minimum supported version of the Anope IRC services is now 2.0.8 * Fixed displaying issue with channel MODE messages * Characters valid for user names for local clients are now [A-Za-z0-9._-]. 'Special' characters like }|{'^]\[$, that were allowed previously, are no longer valid. Also user names may not begin with '.', '_', or '-'. * The 'general::dots_in_ident' configuration directive has been renamed to 'general::specials_in_ident' and now covers the '-' and '_' characters in addition to '.' * Fixed issue with clients connected from IPv6 localhost that, depending on the system's getaddrinfo() implementation, could lead to a crash of remote servers
Notes
Notes: svn path=/head/; revision=561905
Diffstat (limited to 'irc/ircd-hybrid/Makefile')
-rw-r--r--irc/ircd-hybrid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index 50cfe1d15c32..3e8b64a2890f 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ircd-hybrid
-PORTVERSION= 8.2.37
+PORTVERSION= 8.2.38
CATEGORIES= irc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}