From owner-cvs-all@FreeBSD.ORG Sat Aug 23 19:45:03 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 C0E561065683; Sat, 23 Aug 2008 19:45:03 +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 AD0258FC16; Sat, 23 Aug 2008 19:45:03 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7NJj3rl048517; Sat, 23 Aug 2008 19:45:03 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7NJj3cH048516; Sat, 23 Aug 2008 19:45:03 GMT (envelope-from beech) Message-Id: <200808231945.m7NJj3cH048516@repoman.freebsd.org> From: Beech Rintoul Date: Sat, 23 Aug 2008 19:45:03 +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 ports/irc/ircd-ratbox-devel/files patch-doc_example.conf patch-doc_example.efnet.conf patch-include_config.h 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: Sat, 23 Aug 2008 19:45:03 -0000 beech 2008-08-23 19:45:03 UTC FreeBSD ports repository Modified files: irc/ircd-ratbox-devel Makefile distinfo irc/ircd-ratbox-devel/files patch-doc_example.conf patch-doc_example.efnet.conf patch-include_config.h Log: - Update to beta11 testing release of ircd-ratbox-3.0.0. - Software changes include: o Remove the remains of servlink_path from the config file parser. o Userlog now logs the users IP address as well as their hostname. o Whowas now supports showing the users IP address as well as hostname. The same rules apply to showing the whowas IP as apply to showing whois_actually and uses the same numeric. o Double the size of the whowas array for large networks. This comes at a hit of about 2MB or so of memory. o Fix the block heap garbage collection code. PR: ports/126719 Submitted by: Lewis (maintainer) Revision Changes Path 1.15 +1 -1 ports/irc/ircd-ratbox-devel/Makefile 1.11 +3 -3 ports/irc/ircd-ratbox-devel/distinfo 1.5 +6 -15 ports/irc/ircd-ratbox-devel/files/patch-doc_example.conf 1.6 +17 -12 ports/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf 1.4 +10 -7 ports/irc/ircd-ratbox-devel/files/patch-include_config.h