aboutsummaryrefslogtreecommitdiff
path: root/irc/ircd-hybrid
diff options
context:
space:
mode:
authorSanthosh Raju <fox@FreeBSD.org>2020-02-20 07:01:55 +0000
committerSanthosh Raju <fox@FreeBSD.org>2020-02-20 07:01:55 +0000
commitccc4fe5b38313e06b951def105acb8bc8dc9e8e2 (patch)
treef6cd30ea5212e771c5ea4c1c75c3e74dd37499ae /irc/ircd-hybrid
parentfc1d47f61a758b06b7b1efa1f1b7a51f60c75374 (diff)
downloadports-ccc4fe5b38313e06b951def105acb8bc8dc9e8e2.tar.gz
ports-ccc4fe5b38313e06b951def105acb8bc8dc9e8e2.zip
irc/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
Notes
Notes: svn path=/head/; revision=526544
Diffstat (limited to 'irc/ircd-hybrid')
-rw-r--r--irc/ircd-hybrid/Makefile2
-rw-r--r--irc/ircd-hybrid/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index 82603912143f..8ecaf409fffb 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ircd-hybrid
-PORTVERSION= 8.2.28
+PORTVERSION= 8.2.29
CATEGORIES= irc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/irc/ircd-hybrid/distinfo b/irc/ircd-hybrid/distinfo
index 3d12cb8412a0..ac60c31bec62 100644
--- a/irc/ircd-hybrid/distinfo
+++ b/irc/ircd-hybrid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580157607
-SHA256 (ircd-hybrid-8.2.28.tgz) = 054eca889cedbf49f1fc1d9627a7419a5862cdca1ee77debe5968d5e198940c9
-SIZE (ircd-hybrid-8.2.28.tgz) = 1232914
+TIMESTAMP = 1582180849
+SHA256 (ircd-hybrid-8.2.29.tgz) = 0f5b8d43e7e75c19c045ae21e62f4b12ba9e05829383218ff8bea7d8d6fe2cd1
+SIZE (ircd-hybrid-8.2.29.tgz) = 1241273