From owner-cvs-ports@FreeBSD.ORG Sat Aug 16 22:34:40 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 9A598106564A; Sat, 16 Aug 2008 22:34: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 872608FC18; Sat, 16 Aug 2008 22:34:40 +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 m7GMYewU092075; Sat, 16 Aug 2008 22:34:40 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7GMYeJv092074; Sat, 16 Aug 2008 22:34:40 GMT (envelope-from beech) Message-Id: <200808162234.m7GMYeJv092074@repoman.freebsd.org> From: Beech Rintoul Date: Sat, 16 Aug 2008 22:34: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 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, 16 Aug 2008 22:34:40 -0000 beech 2008-08-16 22:34:40 UTC FreeBSD ports repository Modified files: irc/ircd-ratbox-devel Makefile distinfo Log: - Software changes include: o Fix a case a passing a NULL to match(). o Properly fix a crash in the block heap garbage collection code. o Fix a hang with the resolver using epoll. o Add dns source port randomization. o Add a vhost_dns/vhost6_dns option to control which IP addresses the resolver binds to. o Make /stats A work again. o Cleanup some remains of the old ident helper. o Work around a core dump in libratbox with accepting sockets that appear to be open in the fd hash and log this condition. o Fix a buffer overrun in the arc4random code when there is no SSL library. o Fix a memory alignment issue on sparc where the ircd would crash with a SIGBUS accessing long long variables that were allocated via the block allocator PR: ports/126539 Submitted by: Lewis (maintainer) Revision Changes Path 1.14 +1 -1 ports/irc/ircd-ratbox-devel/Makefile 1.10 +3 -3 ports/irc/ircd-ratbox-devel/distinfo