Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 2020 11:41:59 +0000 (UTC)
From:      Santhosh Raju <fox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533922 - head/irc/ircd-hybrid
Message-ID:  <202005041141.044Bfxrt027430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fox
Date: Mon May  4 11:41:59 2020
New Revision: 533922
URL: https://svnweb.freebsd.org/changeset/ports/533922

Log:
  irc/ircd-hybrid: Updates to 8.2.31
  
  Changes since 8.2.30:
  
  -- Noteworthy changes in version 8.2.31 (2020-05-03)
  o) macOS compatibility fixes
  o) Removed 'spoof_notice' from auth::flags. With vhosts now this notice doesn't make
     much sense anymore
  o) Fixed issue where ban masks might become malformed if set by remote clients/servers
  o) Fixed issue with channel mode +c where high ascii characters can be erroneously
     detected as control characters
  o) For a full list of all changes in this release, see https://git.io/JfsmV

Modified:
  head/irc/ircd-hybrid/Makefile
  head/irc/ircd-hybrid/distinfo

Modified: head/irc/ircd-hybrid/Makefile
==============================================================================
--- head/irc/ircd-hybrid/Makefile	Mon May  4 11:29:18 2020	(r533921)
+++ head/irc/ircd-hybrid/Makefile	Mon May  4 11:41:59 2020	(r533922)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ircd-hybrid
-PORTVERSION=	8.2.30
+PORTVERSION=	8.2.31
 CATEGORIES=	irc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 

Modified: head/irc/ircd-hybrid/distinfo
==============================================================================
--- head/irc/ircd-hybrid/distinfo	Mon May  4 11:29:18 2020	(r533921)
+++ head/irc/ircd-hybrid/distinfo	Mon May  4 11:41:59 2020	(r533922)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584154672
-SHA256 (ircd-hybrid-8.2.30.tgz) = f92d837306b11621b25eb449b341207c80ba634280bd7c29b2b7be3019b259f1
-SIZE (ircd-hybrid-8.2.30.tgz) = 1242348
+TIMESTAMP = 1588591471
+SHA256 (ircd-hybrid-8.2.31.tgz) = ab8dbd2152cb9c7f228d1efa9f9f1c1e3fc545959c9a9df0dc3ebb1e087d708f
+SIZE (ircd-hybrid-8.2.31.tgz) = 1245448



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005041141.044Bfxrt027430>