Date: Mon, 18 Jan 2021 09:42:49 +0000 (UTC) From: Santhosh Raju <fox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561905 - head/irc/ircd-hybrid Message-ID: <202101180942.10I9gnnV081300@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fox Date: Mon Jan 18 09:42:49 2021 New Revision: 561905 URL: https://svnweb.freebsd.org/changeset/ports/561905 Log: 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 Modified: head/irc/ircd-hybrid/Makefile head/irc/ircd-hybrid/distinfo Modified: head/irc/ircd-hybrid/Makefile ============================================================================== --- head/irc/ircd-hybrid/Makefile Mon Jan 18 09:36:23 2021 (r561904) +++ head/irc/ircd-hybrid/Makefile Mon Jan 18 09:42:49 2021 (r561905) @@ -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} Modified: head/irc/ircd-hybrid/distinfo ============================================================================== --- head/irc/ircd-hybrid/distinfo Mon Jan 18 09:36:23 2021 (r561904) +++ head/irc/ircd-hybrid/distinfo Mon Jan 18 09:42:49 2021 (r561905) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610825101 -SHA256 (ircd-hybrid-8.2.37.tgz) = aef14055c9d63bd09d44673709f089a0f782bd45e384334fe4add641171989b0 -SIZE (ircd-hybrid-8.2.37.tgz) = 1046778 +TIMESTAMP = 1610962005 +SHA256 (ircd-hybrid-8.2.38.tgz) = c51034873a30823490b5bdfb3e7c3b75ed673ed947020d85c1131268a76bfb63 +SIZE (ircd-hybrid-8.2.38.tgz) = 1039787
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101180942.10I9gnnV081300>