git: bb0e66d2fa21 - main - irc/ircd-hybrid: Updates to 8.2.40
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Jul 2022 11:02:35 UTC
The branch main has been updated by fox: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb0e66d2fa2179f8d90cba38cf123a148f0ead51 commit bb0e66d2fa2179f8d90cba38cf123a148f0ead51 Author: Santhosh Raju <fox@FreeBSD.org> AuthorDate: 2022-07-05 10:58:49 +0000 Commit: Santhosh Raju <fox@FreeBSD.org> CommitDate: 2022-07-05 10:58:49 +0000 irc/ircd-hybrid: Updates to 8.2.40 Changes since 8.2.39: -- Noteworthy changes in version 8.2.40 (2022-07-02) * 'channel::disable_fake_channels' now also blocks strikethrough text (0x1E (30)) * 'KNOCK' can now be used on private channels. Channel mode 'K' may be used instead to control whether or not 'KNOCK' is allowed on a channel. * Support for '/dev/poll' has been dropped * 'INFO' now also reports configured values of 'channel::default_join_flood_count' and 'channel::default_join_flood_time' * The founder 'q' and admin 'a' channel prefix modes have been implemented. These are optional and can be enabled with the new 'channel::enable_owner' and 'channel::enable_admin' configuration directives. * Channel half-ops may now kick other half-ops * Extban '$K' of type acting has been implemented. This extban prevents matching users from using the 'KNOCK' command. * Server-side channel mode locking 'MLOCK' has been implemented * Fixed server name leak in 'WHOWAS' with 'serverhide::hide_services' enabled --- irc/ircd-hybrid/Makefile | 2 +- irc/ircd-hybrid/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile index b5db0e9ddc5d..9b969673d0b0 100644 --- a/irc/ircd-hybrid/Makefile +++ b/irc/ircd-hybrid/Makefile @@ -1,7 +1,7 @@ # Created by: David Taylor <davidt@yadt.co.uk> PORTNAME= ircd-hybrid -PORTVERSION= 8.2.39 +PORTVERSION= 8.2.40 CATEGORIES= irc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/irc/ircd-hybrid/distinfo b/irc/ircd-hybrid/distinfo index 6cd84389e59f..38345d4029e3 100644 --- a/irc/ircd-hybrid/distinfo +++ b/irc/ircd-hybrid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629142019 -SHA256 (ircd-hybrid-8.2.39.tgz) = 035d271f6b0dd451157f80146d189bc1c9b84cc9ba1b7ad06fd72ee5108e6e4d -SIZE (ircd-hybrid-8.2.39.tgz) = 1042772 +TIMESTAMP = 1656987366 +SHA256 (ircd-hybrid-8.2.40.tgz) = 3c3d2373487a60f76552a69d5249530ce3f57bf67338d52a9a341e14884e89a1 +SIZE (ircd-hybrid-8.2.40.tgz) = 1056650