diff options
author | fox <fox@pkgsrc.org> | 2020-03-14 02:52:35 +0000 |
---|---|---|
committer | fox <fox@pkgsrc.org> | 2020-03-14 02:52:35 +0000 |
commit | ef9948707c0e84f4c3ac0f337f5ac2f1001a305c (patch) | |
tree | fef634fca7dfbaa53fdb587d64a630b33c28e109 /chat/ircd-hybrid/Makefile | |
parent | be3f368ce6ee499e5635a1ac1c5acc0c57d3bd7e (diff) | |
download | pkgsrc-ef9948707c0e84f4c3ac0f337f5ac2f1001a305c.tar.gz |
chat/ircd-hybrid: Updates to 8.2.30
Changes since 8.2.29:
-- Noteworthy changes in version 8.2.30 (2020-03-01)
o) "QUOTE HELP extban" didn't work because the extban help file hasn't been
installed properly during 'make install'
o) Fixed broken libcrypto detection which caused the ircd not to work with
openssl under certain circumstances
o) Extban $n of type 'acting' has been implemented. This extban prevents
matching users from changing their nick while in the channel. Users
with voice or above are not affected.
o) Channel mode +N has been changed so channel members with +v can change
their nick name as well
o) For a full list of all changes in this release, see https://git.io/JvgAq
Diffstat (limited to 'chat/ircd-hybrid/Makefile')
-rw-r--r-- | chat/ircd-hybrid/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/ircd-hybrid/Makefile b/chat/ircd-hybrid/Makefile index 4344e9c2c81..9f883104133 100644 --- a/chat/ircd-hybrid/Makefile +++ b/chat/ircd-hybrid/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2020/03/08 16:48:56 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2020/03/14 02:52:35 fox Exp $ -DISTNAME= ircd-hybrid-8.2.29 -PKGREVISION= 1 +DISTNAME= ircd-hybrid-8.2.30 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/} EXTRACT_SUFX= .tgz |