1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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
This commit is contained in:
Santhosh Raju 2021-01-18 09:42:49 +00:00
parent 15f2dc27d7
commit 452cb1c91e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561905
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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