Date: Mon, 16 Aug 2021 19:33:05 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: b237992a95ab - main - irc/ircd-hybrid: Updates to 8.2.39 Message-ID: <202108161933.17GJX5Xl016459@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=b237992a95abe64ae9d7e01a415c93022d440518 commit b237992a95abe64ae9d7e01a415c93022d440518 Author: Santhosh Raju <fox@FreeBSD.org> AuthorDate: 2021-08-16 19:30:48 +0000 Commit: Santhosh Raju <fox@FreeBSD.org> CommitDate: 2021-08-16 19:30:48 +0000 irc/ircd-hybrid: Updates to 8.2.39 Changes since 8.2.38: -- Noteworthy changes in version 8.2.39 (2021-08-14) * `hidechans` and `hideidle` may now be set in `general::oper_only_umodes` * OpenSSL 3.0 compatibility improvements * Fixed crashing issue in the mkpasswd tool with older glibc * Fixed issue where the ircd wouldn't listen on both IPv4 and IPv6 ports in case only a port but no address has been specified in a listen {} block * Fixed a `STATS P` displaying issue with compressed ipv6 loopback/inaddr_any --- 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 19a9823e7efc..4052862cce8f 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.38 +PORTVERSION= 8.2.39 CATEGORIES= irc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/irc/ircd-hybrid/distinfo b/irc/ircd-hybrid/distinfo index 7baa13908873..6cd84389e59f 100644 --- a/irc/ircd-hybrid/distinfo +++ b/irc/ircd-hybrid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610962005 -SHA256 (ircd-hybrid-8.2.38.tgz) = c51034873a30823490b5bdfb3e7c3b75ed673ed947020d85c1131268a76bfb63 -SIZE (ircd-hybrid-8.2.38.tgz) = 1039787 +TIMESTAMP = 1629142019 +SHA256 (ircd-hybrid-8.2.39.tgz) = 035d271f6b0dd451157f80146d189bc1c9b84cc9ba1b7ad06fd72ee5108e6e4d +SIZE (ircd-hybrid-8.2.39.tgz) = 1042772
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108161933.17GJX5Xl016459>