From owner-cvs-ports@FreeBSD.ORG Sat Oct 18 04:51:08 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE6B61065693; Sat, 18 Oct 2008 04:51:08 +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 DCC358FC16; Sat, 18 Oct 2008 04:51:08 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9I4p8mE098270; Sat, 18 Oct 2008 04:51:08 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9I4p8K5098269; Sat, 18 Oct 2008 04:51:08 GMT (envelope-from beech) Message-Id: <200810180451.m9I4p8K5098269@repoman.freebsd.org> From: Beech Rintoul Date: Sat, 18 Oct 2008 04:51:08 +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 pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2008 04:51:09 -0000 beech 2008-10-18 04:51:08 UTC FreeBSD ports repository Modified files: irc/ircd-ratbox-devel Makefile distinfo irc/ircd-ratbox-devel/files pkg-message.in Log: - Update ircd-ratbox-devel port to release candidate 2 of ircd-ratbox-3.0.0. - Software changes include: ircd-ratbox-3.0.0rc2 o Log ERROR commands to file regardless of hide_error_messages setting. o Restrict JOIN 0 to only allow 0 by itself, no multiple zeros or zeros before or after commas. o Honor -logfile command line option. o Fix timerfd_create check. - Updates in: ircd-ratbox-3.0.0rc1 o Fix a bug in comment parsing in the config file. o Have bandb honor -basedir option. o Fix ssld to work on win32 should you ever desire such a thing and a few other minor win32 fixes. o Fix up a few things so that the source code builds with gcc -pedantic. o Do not abort configure if the AC_CHECK_SQLITE3 check fails. o Drop configure option for ssl only channels, this is now controlled by a channel {} use_sslonly option. o Attempt to override FD_SETSIZE when using select, and if this cannot be overriden, lower maxconnections. o Fix signalfd code on 32bit platforms. o Add support for timerfd_create event handling on linux systems with new enough kernels and glibc. o Fix our fake rb_sockaddr_storage so that it actually compiles. o Add some work arounds to avoid OPENSSL_applink on some platforms. PR: ports/127925 Submitted by: Lewis (maintainer) Revision Changes Path 1.17 +2 -7 ports/irc/ircd-ratbox-devel/Makefile 1.13 +3 -3 ports/irc/ircd-ratbox-devel/distinfo 1.8 +5 -1 ports/irc/ircd-ratbox-devel/files/pkg-message.in