From owner-svn-ports-all@freebsd.org Thu Feb 20 07:01:57 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 22F242566BC; Thu, 20 Feb 2020 07:01:57 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48NQW85ZgMz4K3r; Thu, 20 Feb 2020 07:01:56 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9732B1DE35; Thu, 20 Feb 2020 07:01:56 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01K71uTF089085; Thu, 20 Feb 2020 07:01:56 GMT (envelope-from fox@FreeBSD.org) Received: (from fox@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01K71uIs089084; Thu, 20 Feb 2020 07:01:56 GMT (envelope-from fox@FreeBSD.org) Message-Id: <202002200701.01K71uIs089084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fox set sender to fox@FreeBSD.org using -f From: Santhosh Raju Date: Thu, 20 Feb 2020 07:01:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526544 - head/irc/ircd-hybrid X-SVN-Group: ports-head X-SVN-Commit-Author: fox X-SVN-Commit-Paths: head/irc/ircd-hybrid X-SVN-Commit-Revision: 526544 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2020 07:01:57 -0000 Author: fox Date: Thu Feb 20 07:01:55 2020 New Revision: 526544 URL: https://svnweb.freebsd.org/changeset/ports/526544 Log: 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: Matches users logged into a matching account. $c: Matches users that are on the given channel. An additional prefix of either @, %, or + can be specified to test for certain channel privileges. $o: Matches IRC operators that have joined a class matching the mask. $r: Matches users with a matching realname. $s: Matches users that are connected to a server matching the mask. $u: Matches users having the specified user modes set or not set. $z: Matches users having the given TLS certificate fingerprint. Acting: $j: Prevents matching users from joining the channel. $m: 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 Modified: head/irc/ircd-hybrid/Makefile head/irc/ircd-hybrid/distinfo Modified: head/irc/ircd-hybrid/Makefile ============================================================================== --- head/irc/ircd-hybrid/Makefile Thu Feb 20 06:35:50 2020 (r526543) +++ head/irc/ircd-hybrid/Makefile Thu Feb 20 07:01:55 2020 (r526544) @@ -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} Modified: head/irc/ircd-hybrid/distinfo ============================================================================== --- head/irc/ircd-hybrid/distinfo Thu Feb 20 06:35:50 2020 (r526543) +++ head/irc/ircd-hybrid/distinfo Thu Feb 20 07:01:55 2020 (r526544) @@ -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