irc/ircd-hybrid: Update to 8.2.41
Changes since 8.2.40: -- Noteworthy changes in version 8.2.41 (2022-07-15) * Fixed issue where WHO didn't work on channel names with two or more consequent asterisk characters * IRCv3 WHOX has been implemented. See doc/who.txt for more information about the new WHO options and features. * Clients that are connected via TLS are now flagged with the letter S in the who reply
This commit is contained in:
parent
745dfc3e3a
commit
41c0f8160a
2 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= ircd-hybrid
|
PORTNAME= ircd-hybrid
|
||||||
PORTVERSION= 8.2.40
|
PORTVERSION= 8.2.41
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= irc
|
CATEGORIES= irc
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1656987366
|
TIMESTAMP = 1659948558
|
||||||
SHA256 (ircd-hybrid-8.2.40.tgz) = 3c3d2373487a60f76552a69d5249530ce3f57bf67338d52a9a341e14884e89a1
|
SHA256 (ircd-hybrid-8.2.41.tgz) = ce0ea69654601047bd86423ddc0023c0795570249990011eaa6c41d6372b0454
|
||||||
SIZE (ircd-hybrid-8.2.40.tgz) = 1056650
|
SIZE (ircd-hybrid-8.2.41.tgz) = 1061502
|
||||||
|
|
Loading…
Reference in a new issue