Thu Feb 20 06:55:42 2020 UTC ()
chat/ircd-hybrid: Updates to 8.2.29

Changes since 8.2.28:

-- Noteworthy changes in version 8.2.29 (2020-02-19)
o) Extbans have been implemented. Currently supported extbans:

   Matching:

   $a:<account>   Matches users logged into a matching account.
   $c:<channel>   Matches users that are on the given channel. An additional
                  prefix of either @, %, or + can be specified to test for
                  certain channel privileges.
   $o:<class>     Matches IRC operators that have joined a class
                  matching the mask.
   $r:<realname>  Matches users with a matching realname.
   $s:<server>    Matches users that are connected to a server matching the mask.
   $u:<modes>     Matches users having the specified user modes set or not set.
   $z:<certfp>    Matches users having the given TLS certificate fingerprint.

   Acting:

   $j:<banmask>   Prevents matching users from joining the channel.
   $m:<banmask>   Blocks messages from matching users. Users with voice
                  or above are not affected.

   For more details, see help/extban.
o) Added 'channel::enable_extbans' configuration option. See doc/reference.conf
   for more information.
o) For a full list of all changes in this release, see https://git.io/JvBca


(fox)
diff -r1.63 -r1.64 pkgsrc/chat/ircd-hybrid/Makefile
diff -r1.21 -r1.22 pkgsrc/chat/ircd-hybrid/distinfo

cvs diff -r1.63 -r1.64 pkgsrc/chat/ircd-hybrid/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/ircd-hybrid/Makefile 2020/01/27 22:41:42 1.63
+++ pkgsrc/chat/ircd-hybrid/Makefile 2020/02/20 06:55:42 1.64
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.63 2020/01/27 22:41:42 fox Exp $ 1# $NetBSD: Makefile,v 1.64 2020/02/20 06:55:42 fox Exp $
2 2
3DISTNAME= ircd-hybrid-8.2.28 3DISTNAME= ircd-hybrid-8.2.29
4CATEGORIES= chat 4CATEGORIES= chat
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/}
6EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.ircd-hybrid.com/ 9HOMEPAGE= http://www.ircd-hybrid.com/
10COMMENT= IRC server with many options 10COMMENT= IRC server with many options
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13CONFLICTS+= ircu-[0-9]* 13CONFLICTS+= ircu-[0-9]*
14 14
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16 16

cvs diff -r1.21 -r1.22 pkgsrc/chat/ircd-hybrid/distinfo (expand / switch to unified diff)

--- pkgsrc/chat/ircd-hybrid/distinfo 2020/01/27 22:41:42 1.21
+++ pkgsrc/chat/ircd-hybrid/distinfo 2020/02/20 06:55:42 1.22
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.21 2020/01/27 22:41:42 fox Exp $ 1$NetBSD: distinfo,v 1.22 2020/02/20 06:55:42 fox Exp $
2 2
3SHA1 (ircd-hybrid-8.2.28.tgz) = f55341cbf242d1ec8f85e4663a23a36dd845b0eb 3SHA1 (ircd-hybrid-8.2.29.tgz) = cf558a73de51094c4f55c6463e6dfbc940d45b27
4RMD160 (ircd-hybrid-8.2.28.tgz) = cc726c84d62301c7cfb4bf2f3ce103ae7d9da981 4RMD160 (ircd-hybrid-8.2.29.tgz) = 5e75808e4d3d8c21ade911bcb7ff6a5ae94bf22b
5SHA512 (ircd-hybrid-8.2.28.tgz) = bbe71ac7187334e3fab71f1f9ac56b4ed1eaf07251789e47cc2e3d4ed90643f663292ed2f1881dfeb2269f0c384649bfe21b83cdf994669bab7138a76a23ac33 5SHA512 (ircd-hybrid-8.2.29.tgz) = 4014d4bb523931f01bf03de0f55f558ef535ec241de7c3fa91f2238d97ecb8f5a34011b92e9c27398192c65a9965e5f62b2d10c76740a696418c5e5a0f734394
6Size (ircd-hybrid-8.2.28.tgz) = 1232914 bytes 6Size (ircd-hybrid-8.2.29.tgz) = 1241273 bytes
7SHA1 (patch-doc_Makefile.in) = 787cb151da51cd947a384e33ae35c58df1d17e19 7SHA1 (patch-doc_Makefile.in) = 787cb151da51cd947a384e33ae35c58df1d17e19
8SHA1 (patch-src_ircd.c) = bed5e5d1663dc64f78be905eeb4f2d9a2cdb1c64 8SHA1 (patch-src_ircd.c) = bed5e5d1663dc64f78be905eeb4f2d9a2cdb1c64