pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/ircd-hybrid
Module Name: pkgsrc
Committed By: fox
Date: Thu Feb 20 06:55:42 UTC 2020
Modified Files:
pkgsrc/chat/ircd-hybrid: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/chat/ircd-hybrid/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/chat/ircd-hybrid/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/ircd-hybrid/Makefile
diff -u pkgsrc/chat/ircd-hybrid/Makefile:1.63 pkgsrc/chat/ircd-hybrid/Makefile:1.64
--- pkgsrc/chat/ircd-hybrid/Makefile:1.63 Mon Jan 27 22:41:42 2020
+++ pkgsrc/chat/ircd-hybrid/Makefile Thu Feb 20 06:55:42 2020
@@ -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
Index: pkgsrc/chat/ircd-hybrid/distinfo
diff -u pkgsrc/chat/ircd-hybrid/distinfo:1.21 pkgsrc/chat/ircd-hybrid/distinfo:1.22
--- pkgsrc/chat/ircd-hybrid/distinfo:1.21 Mon Jan 27 22:41:42 2020
+++ pkgsrc/chat/ircd-hybrid/distinfo Thu Feb 20 06:55:42 2020
@@ -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