svn commit: r528399 - head/irc/ircd-hybrid

Santhosh Raju fox at FreeBSD.org
Sat Mar 14 03:10:45 UTC 2020


Author: fox
Date: Sat Mar 14 03:10:43 2020
New Revision: 528399
URL: https://svnweb.freebsd.org/changeset/ports/528399

Log:
  chat/ircd-hybrid: Updates to 8.2.30
  
  Changes since 8.2.29:
  
  -- Noteworthy changes in version 8.2.30 (2020-03-01)
  o) "QUOTE HELP extban" didn't work because the extban help file hasn't been
     installed properly during 'make install'
  o) Fixed broken libcrypto detection which caused the ircd not to work with
     openssl under certain circumstances
  o) Extban $n of type 'acting' has been implemented. This extban prevents
     matching users from changing their nick while in the channel. Users
     with voice or above are not affected.
  o) Channel mode +N has been changed so channel members with +v can change
     their nick name as well
  o) For a full list of all changes in this release, see https://git.io/JvgAq

Modified:
  head/irc/ircd-hybrid/Makefile
  head/irc/ircd-hybrid/distinfo

Modified: head/irc/ircd-hybrid/Makefile
==============================================================================
--- head/irc/ircd-hybrid/Makefile	Sat Mar 14 02:20:07 2020	(r528398)
+++ head/irc/ircd-hybrid/Makefile	Sat Mar 14 03:10:43 2020	(r528399)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ircd-hybrid
-PORTVERSION=	8.2.29
+PORTVERSION=	8.2.30
 CATEGORIES=	irc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 

Modified: head/irc/ircd-hybrid/distinfo
==============================================================================
--- head/irc/ircd-hybrid/distinfo	Sat Mar 14 02:20:07 2020	(r528398)
+++ head/irc/ircd-hybrid/distinfo	Sat Mar 14 03:10:43 2020	(r528399)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582180849
-SHA256 (ircd-hybrid-8.2.29.tgz) = 0f5b8d43e7e75c19c045ae21e62f4b12ba9e05829383218ff8bea7d8d6fe2cd1
-SIZE (ircd-hybrid-8.2.29.tgz) = 1241273
+TIMESTAMP = 1584154672
+SHA256 (ircd-hybrid-8.2.30.tgz) = f92d837306b11621b25eb449b341207c80ba634280bd7c29b2b7be3019b259f1
+SIZE (ircd-hybrid-8.2.30.tgz) = 1242348


More information about the svn-ports-all mailing list