pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/ircd-hybrid chat/ircd-hybrid: Updates to 8.2.29



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c89b4284d2d6
branches:  trunk
changeset: 411776:c89b4284d2d6
user:      fox <fox%pkgsrc.org@localhost>
date:      Thu Feb 20 06:55:42 2020 +0000

description:
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

diffstat:

 chat/ircd-hybrid/Makefile |   4 ++--
 chat/ircd-hybrid/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 360580f2adab -r c89b4284d2d6 chat/ircd-hybrid/Makefile
--- a/chat/ircd-hybrid/Makefile Thu Feb 20 06:35:50 2020 +0000
+++ b/chat/ircd-hybrid/Makefile Thu Feb 20 06:55:42 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2020/01/27 22:41:42 fox Exp $
+# $NetBSD: Makefile,v 1.64 2020/02/20 06:55:42 fox Exp $
 
-DISTNAME=      ircd-hybrid-8.2.28
+DISTNAME=      ircd-hybrid-8.2.29
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/}
 EXTRACT_SUFX=  .tgz
diff -r 360580f2adab -r c89b4284d2d6 chat/ircd-hybrid/distinfo
--- a/chat/ircd-hybrid/distinfo Thu Feb 20 06:35:50 2020 +0000
+++ b/chat/ircd-hybrid/distinfo Thu Feb 20 06:55:42 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2020/01/27 22:41:42 fox Exp $
+$NetBSD: distinfo,v 1.22 2020/02/20 06:55:42 fox Exp $
 
-SHA1 (ircd-hybrid-8.2.28.tgz) = f55341cbf242d1ec8f85e4663a23a36dd845b0eb
-RMD160 (ircd-hybrid-8.2.28.tgz) = cc726c84d62301c7cfb4bf2f3ce103ae7d9da981
-SHA512 (ircd-hybrid-8.2.28.tgz) = bbe71ac7187334e3fab71f1f9ac56b4ed1eaf07251789e47cc2e3d4ed90643f663292ed2f1881dfeb2269f0c384649bfe21b83cdf994669bab7138a76a23ac33
-Size (ircd-hybrid-8.2.28.tgz) = 1232914 bytes
+SHA1 (ircd-hybrid-8.2.29.tgz) = cf558a73de51094c4f55c6463e6dfbc940d45b27
+RMD160 (ircd-hybrid-8.2.29.tgz) = 5e75808e4d3d8c21ade911bcb7ff6a5ae94bf22b
+SHA512 (ircd-hybrid-8.2.29.tgz) = 4014d4bb523931f01bf03de0f55f558ef535ec241de7c3fa91f2238d97ecb8f5a34011b92e9c27398192c65a9965e5f62b2d10c76740a696418c5e5a0f734394
+Size (ircd-hybrid-8.2.29.tgz) = 1241273 bytes
 SHA1 (patch-doc_Makefile.in) = 787cb151da51cd947a384e33ae35c58df1d17e19
 SHA1 (patch-src_ircd.c) = bed5e5d1663dc64f78be905eeb4f2d9a2cdb1c64



Home | Main Index | Thread Index | Old Index