From owner-svn-ports-all@freebsd.org Sun Nov 8 13:58:52 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 C14844626BC; Sun, 8 Nov 2020 13:58:52 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CTbMJ56frz3k2P; Sun, 8 Nov 2020 13:58:52 +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 981E120DAD; Sun, 8 Nov 2020 13:58:52 +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 0A8Dwq3f069956; Sun, 8 Nov 2020 13:58:52 GMT (envelope-from fox@FreeBSD.org) Received: (from fox@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A8Dwq25069954; Sun, 8 Nov 2020 13:58:52 GMT (envelope-from fox@FreeBSD.org) Message-Id: <202011081358.0A8Dwq25069954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fox set sender to fox@FreeBSD.org using -f From: Santhosh Raju Date: Sun, 8 Nov 2020 13:58:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554464 - 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: 554464 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.34 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: Sun, 08 Nov 2020 13:58:52 -0000 Author: fox Date: Sun Nov 8 13:58:51 2020 New Revision: 554464 URL: https://svnweb.freebsd.org/changeset/ports/554464 Log: irc/ircd-hybrid: Updates to 8.2.34 Changes since 8.2.33: -- Noteworthy changes in version 8.2.34 (2020-11-01) * Re-implement backwards compatibility mode for old ircd-hybrid 8.2.23 and below. Final removal is scheduled for early 2021. * For consistency, the `general::network_desc` configuration directive has been renamed to `general::network_description` * Server notices that previously have been sent to user modes +f and +u are now sent to user mode +j (reject notices) instead. Due to this change, `unauth` and `full` have been removed from eneral::oper_only_umodes`, `general::oper_umodes`, and `operator::umodes`. * User mode +b has been replaced with +f (flood). Spam/flood notices are now sent to this user mode. For this, `bots` has been removed from `general::oper_only_umodes`, `general::oper_umodes`, and `operator::umodes`. `flood` has been added instead to these configuration directives. * Stricten server/user ID validation. IDs have to be all uppercase everywhere now. * For a full list of all changes in this release, see Modified: head/irc/ircd-hybrid/Makefile head/irc/ircd-hybrid/distinfo Modified: head/irc/ircd-hybrid/Makefile ============================================================================== --- head/irc/ircd-hybrid/Makefile Sun Nov 8 13:39:28 2020 (r554463) +++ head/irc/ircd-hybrid/Makefile Sun Nov 8 13:58:51 2020 (r554464) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ircd-hybrid -PORTVERSION= 8.2.33 +PORTVERSION= 8.2.34 CATEGORIES= irc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/irc/ircd-hybrid/distinfo ============================================================================== --- head/irc/ircd-hybrid/distinfo Sun Nov 8 13:39:28 2020 (r554463) +++ head/irc/ircd-hybrid/distinfo Sun Nov 8 13:58:51 2020 (r554464) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599657333 -SHA256 (ircd-hybrid-8.2.33.tgz) = 18470fa4b5361809f8643599facd31541c44b29c0e63b1b44640d6c808456a01 -SIZE (ircd-hybrid-8.2.33.tgz) = 1250775 +TIMESTAMP = 1604843199 +SHA256 (ircd-hybrid-8.2.34.tgz) = fcf872776a066b1623990bd438696a31fd79e184c688ffe5ef1e9c91046337c8 +SIZE (ircd-hybrid-8.2.34.tgz) = 1053578