svn commit: r554464 - head/irc/ircd-hybrid

Santhosh Raju fox at FreeBSD.org
Sun Nov 8 13:58:52 UTC 2020


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 <https://git.io/JT7UH>

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


More information about the svn-ports-head mailing list