Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2022 09:01:39 GMT
From:      Santhosh Raju <fox@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 41c0f8160a9e - main - irc/ircd-hybrid: Update to 8.2.41
Message-ID:  <202208080901.27891dAp080403@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fox:

URL: https://cgit.FreeBSD.org/ports/commit/?id=41c0f8160a9e92021134fa081b4e4490f187a843

commit 41c0f8160a9e92021134fa081b4e4490f187a843
Author:     Santhosh Raju <fox@FreeBSD.org>
AuthorDate: 2022-08-08 08:56:00 +0000
Commit:     Santhosh Raju <fox@FreeBSD.org>
CommitDate: 2022-08-08 08:59:57 +0000

    irc/ircd-hybrid: Update to 8.2.41
    
    Changes since 8.2.40:
    
    -- Noteworthy changes in version 8.2.41 (2022-07-15)
     * Fixed issue where WHO didn't work on channel names with two or more
       consequent asterisk characters
     * IRCv3 WHOX has been implemented. See doc/who.txt for more information
       about the new WHO options and features.
     * Clients that are connected via TLS are now flagged with the letter S in
       the who reply
---
 irc/ircd-hybrid/Makefile | 3 +--
 irc/ircd-hybrid/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index f17d531e17df..f2268818b9a4 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	ircd-hybrid
-PORTVERSION=	8.2.40
-PORTREVISION=	1
+PORTVERSION=	8.2.41
 CATEGORIES=	irc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
diff --git a/irc/ircd-hybrid/distinfo b/irc/ircd-hybrid/distinfo
index 38345d4029e3..5d807d833e28 100644
--- a/irc/ircd-hybrid/distinfo
+++ b/irc/ircd-hybrid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1656987366
-SHA256 (ircd-hybrid-8.2.40.tgz) = 3c3d2373487a60f76552a69d5249530ce3f57bf67338d52a9a341e14884e89a1
-SIZE (ircd-hybrid-8.2.40.tgz) = 1056650
+TIMESTAMP = 1659948558
+SHA256 (ircd-hybrid-8.2.41.tgz) = ce0ea69654601047bd86423ddc0023c0795570249990011eaa6c41d6372b0454
+SIZE (ircd-hybrid-8.2.41.tgz) = 1061502



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