git: 0ad62eda79a8 - main - irc/ircd-hybrid: Update to 8.2.47

From: Santhosh Raju <fox_at_FreeBSD.org>
Date: Sat, 03 May 2025 08:39:31 UTC
The branch main has been updated by fox:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0ad62eda79a89bbf319d01519a6cc62e129c8a36

commit 0ad62eda79a89bbf319d01519a6cc62e129c8a36
Author:     Santhosh Raju <fox@FreeBSD.org>
AuthorDate: 2025-05-03 08:22:33 +0000
Commit:     Santhosh Raju <fox@FreeBSD.org>
CommitDate: 2025-05-03 08:26:36 +0000

    irc/ircd-hybrid: Update to 8.2.47
    
    Add libjansson as dependency.
    
    Changes since 8.2.46:
    
    -- Noteworthy changes in version 8.2.47 (2025-04-04)
    * The `general::max_away_length` configuration directive has been added, allowing
      servers to specify the maximum length of a `AWAY` message that the server will
      accept from a client.
    * The `general::disable_dns` configuration directive has been added, allowing
      servers to disable DNS lookups
    * K-lines, D-lines, X-lines, and RESVs are no longer stored in binary database format.
      These entries are now stored in JSON format using libjansson.
    * The `general::ident_timeout` configuration directive has been added, allowing
      servers to specify how long to wait for Ident replies
---
 irc/ircd-hybrid/Makefile | 5 +++--
 irc/ircd-hybrid/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index f0d7a7a94ce3..9c0dc4da9c24 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ircd-hybrid
-PORTVERSION=	8.2.46
+PORTVERSION=	8.2.47
 CATEGORIES=	irc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -16,7 +16,8 @@ GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-LIB_DEPENDS+=	libltdl.so:devel/libltdl
+LIB_DEPENDS+=	libltdl.so:devel/libltdl \
+		libjansson.so:devel/jansson
 
 CONFLICTS_INSTALL=	ircd-ratbox ircd-ratbox-devel
 
diff --git a/irc/ircd-hybrid/distinfo b/irc/ircd-hybrid/distinfo
index 93a3a34dd8fb..a01077cc0a5d 100644
--- a/irc/ircd-hybrid/distinfo
+++ b/irc/ircd-hybrid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737619918
-SHA256 (ircd-hybrid-8.2.46.tgz) = a5d5c8f1888fa82fbded7a313456f5a659b871f2ce07e6ff81eb5a8d73f3c74b
-SIZE (ircd-hybrid-8.2.46.tgz) = 1131585
+TIMESTAMP = 1746167300
+SHA256 (ircd-hybrid-8.2.47.tgz) = d5f253f6dd1a93e7183323f410b7e2269ba4392d3d00a0e7dc6248f6f9864ffe
+SIZE (ircd-hybrid-8.2.47.tgz) = 1125642