Here is an update to ircd-hybrid 8.2.39.

-- 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


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/net/ircd-hybrid/Makefile,v
retrieving revision 1.59
diff -u -p -u -p -r1.59 Makefile
--- Makefile    13 Feb 2021 06:20:22 -0000      1.59
+++ Makefile    21 Aug 2021 04:10:41 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      Internet Relay Chat server
 
-DISTNAME =     ircd-hybrid-8.2.38
+DISTNAME =     ircd-hybrid-8.2.39
 CATEGORIES =   net
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/}
 EXTRACT_SUFX = .tgz
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/net/ircd-hybrid/distinfo,v
retrieving revision 1.36
diff -u -p -u -p -r1.36 distinfo
--- distinfo    13 Feb 2021 06:20:22 -0000      1.36
+++ distinfo    21 Aug 2021 04:10:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (ircd-hybrid-8.2.38.tgz) = xRA0hzowgjSQtb37Pnw7de1nPtlHAg2FwRMSaKdr+2M=
-SIZE (ircd-hybrid-8.2.38.tgz) = 1039787
+SHA256 (ircd-hybrid-8.2.39.tgz) = A10nH2sN1FEVf4AUbRibwcm4TMm6G3rQb9cu5RCObk0=
+SIZE (ircd-hybrid-8.2.39.tgz) = 1042772

Reply via email to