mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user