From owner-cvs-all@FreeBSD.ORG Thu Jul 24 03:42:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DB7E1065672; Thu, 24 Jul 2008 03:42:40 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 62DF78FC28; Thu, 24 Jul 2008 03:42:40 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m6O3gei2075364; Thu, 24 Jul 2008 03:42:40 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6O3geju075363; Thu, 24 Jul 2008 03:42:40 GMT (envelope-from beech) Message-Id: <200807240342.m6O3geju075363@repoman.freebsd.org> From: Beech Rintoul Date: Thu, 24 Jul 2008 03:42:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/ircd-ratbox-devel Makefile distinfo pkg-plist ports/irc/ircd-ratbox-devel/files patch-doc_example.efnet.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2008 03:42:40 -0000 beech 2008-07-24 03:42:40 UTC FreeBSD ports repository Modified files: irc/ircd-ratbox-devel Makefile distinfo pkg-plist irc/ircd-ratbox-devel/files patch-doc_example.efnet.conf Log: - Update to 3.0.0.b8 Port changes: o Example EFnet configuration file updated for ratbox-3 and re-included in the port install. Software changes include: o Some cleanups in the checksplit code. o Some cleanups in the /trace code. o Show reasons for failed outbound SSL handshakes to opers. o Log SSL errors for servers and handshakes in serverlog. o Make sqlite3 checking more robust. o Change the resolver to use the code from charybdis instead of adns. o Fix identd checking so it is no longer broken as in beta7. o Fix a bug where the ircd could stop reading from the client on the CAP command. o Add some functions for random number generation for the nossl case in libratbox. PR: ports/125868 Submitted by: Lewis (maintainer) Revision Changes Path 1.13 +2 -2 ports/irc/ircd-ratbox-devel/Makefile 1.9 +3 -3 ports/irc/ircd-ratbox-devel/distinfo 1.5 +85 -0 ports/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf 1.8 +1 -0 ports/irc/ircd-ratbox-devel/pkg-plist