From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 14 21:00:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD2C6106567A for ; Thu, 14 Aug 2008 21:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A4D848FC2A for ; Thu, 14 Aug 2008 21:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7EL05c1091153 for ; Thu, 14 Aug 2008 21:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7EL05O0091152; Thu, 14 Aug 2008 21:00:05 GMT (envelope-from gnats) Resent-Date: Thu, 14 Aug 2008 21:00:05 GMT Resent-Message-Id: <200808142100.m7EL05O0091152@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lewis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 642441065676 for ; Thu, 14 Aug 2008 20:57:57 +0000 (UTC) (envelope-from moggie@elasticmind.net) Received: from mail.elasticmind.net (mail.elasticmind.net [85.113.90.11]) by mx1.freebsd.org (Postfix) with ESMTP id 3C8E28FC12 for ; Thu, 14 Aug 2008 20:57:57 +0000 (UTC) (envelope-from moggie@elasticmind.net) Received: by mail.elasticmind.net (Postfix, from userid 1001) id EB58426D086; Thu, 14 Aug 2008 21:38:04 +0100 (BST) Message-Id: <20080814203804.EB58426D086@mail.elasticmind.net> Date: Thu, 14 Aug 2008 21:38:04 +0100 (BST) From: Lewis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/126539: [maintainer-update|patch] irc/ircd-ratbox-devel: Update to ratbox-3 beta10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lewis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2008 21:00:05 -0000 >Number: 126539 >Category: ports >Synopsis: [maintainer-update|patch] irc/ircd-ratbox-devel: Update to ratbox-3 beta10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 14 21:00:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Lewis >Release: FreeBSD 6.3-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD 6.3-RELEASE-p3 FreeBSD 6.3-RELEASE-p3 #0: Fri Jul 18 16:48:40 BST 2008 amd64 Port build tested on tinderbox: 7-STABLE, 6-STABLE, 8, 7.0, 6.3 >Description: Updated ircd-ratbox-devel port to beta10 testing release of ircd-ratbox-3.0.0. 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. >How-To-Repeat: >Fix: --- ircd-ratbox-devel-3.0.0beta10.diff begins here --- diff -ruN ircd-ratbox-devel.orig/Makefile ircd-ratbox-devel/Makefile --- ircd-ratbox-devel.orig/Makefile 2008-08-14 20:18:40.000000000 +0100 +++ ircd-ratbox-devel/Makefile 2008-08-14 20:25:47.000000000 +0100 @@ -8,7 +8,7 @@ PORTNAME= ircd-ratbox #PORTVERSION= 3.0.0 -DISTVERSION= 3.0.0beta8 +DISTVERSION= 3.0.0beta10 CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/ \ ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/testing/ \ diff -ruN ircd-ratbox-devel.orig/distinfo ircd-ratbox-devel/distinfo --- ircd-ratbox-devel.orig/distinfo 2008-08-14 20:18:40.000000000 +0100 +++ ircd-ratbox-devel/distinfo 2008-08-14 20:27:07.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (ircd-ratbox-3.0.0beta8.tar.bz2) = e13346ee8d8fbce452f100c271d22bc4 -SHA256 (ircd-ratbox-3.0.0beta8.tar.bz2) = dbbfda934b67cc8ebd6a9e0c363567d3d3a512b88513ae2f277e6f99c4e263bf -SIZE (ircd-ratbox-3.0.0beta8.tar.bz2) = 1939368 +MD5 (ircd-ratbox-3.0.0beta10.tar.bz2) = fc12559faa924f9dbd9c556bd0442676 +SHA256 (ircd-ratbox-3.0.0beta10.tar.bz2) = dcaed10e4c579dd48e20f54bafdc3e53a19e2f0bc7f488a993ed5388950e3e26 +SIZE (ircd-ratbox-3.0.0beta10.tar.bz2) = 1942144 --- ircd-ratbox-devel-3.0.0beta10.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: