From moggie@elasticmind.net  Tue Oct 21 14:05:04 2008
Return-Path: <moggie@elasticmind.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9250A1065680
	for <freebsd-gnats-submit@freebsd.org>; Tue, 21 Oct 2008 14:05:04 +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 5B70D8FC25
	for <freebsd-gnats-submit@freebsd.org>; Tue, 21 Oct 2008 14:05:04 +0000 (UTC)
	(envelope-from moggie@elasticmind.net)
Received: by mail.elasticmind.net (Postfix, from userid 1001)
	id A783E26D055; Tue, 21 Oct 2008 15:04:46 +0100 (BST)
Message-Id: <20081021140446.A783E26D055@mail.elasticmind.net>
Date: Tue, 21 Oct 2008 15:04:46 +0100 (BST)
From: Lewis <moggie@elasticmind.net>
Reply-To: Lewis <moggie@elasticmind.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update|patch] irc/ircd-ratbox-devel: Update to ratbox-3 RC3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         128270
>Category:       ports
>Synopsis:       [maintainer-update|patch] irc/ircd-ratbox-devel: Update to ratbox-3 RC3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 21 14:10:01 UTC 2008
>Closed-Date:    Fri Nov 07 01:40:53 UTC 2008
>Last-Modified:  Fri Nov 07 01:40:53 UTC 2008
>Originator:     Lewis
>Release:        FreeBSD 6.3-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD 6.3-RELEASE-p4 FreeBSD 6.3-RELEASE-p4 #1: Sun Sep 7 00:49:02 BST 2008 amd64

	
>Description:
Updated ircd-ratbox-devel port to release candidate 3 of ircd-ratbox-3.0.0.

Software changes include:
o Fix a leak that would cause the ircd to leak 128 bytes per connection.
o A few minor cleanups of cases where malloc/free were used instead of rb_malloc/rb_free.
o Keep people from passing absurd non-numeric values to --with-nicklen.
o Have stats T report cumulative connection times as a 64bit integer and keep track of those
  values as a 64bit integer as well so they do not wrap.

>How-To-Repeat:
	
>Fix:

	

--- ircd-ratbox-devel-3.0.0rc3.diff begins here ---
diff -ruN ircd-ratbox-devel.orig/Makefile ircd-ratbox-devel/Makefile
--- ircd-ratbox-devel.orig/Makefile	2008-10-21 14:33:58.000000000 +0100
+++ ircd-ratbox-devel/Makefile	2008-10-21 14:36:01.000000000 +0100
@@ -8,7 +8,7 @@
 
 PORTNAME=	ircd-ratbox
 #PORTVERSION=	3.0.0
-DISTVERSION=	3.0.0rc2
+DISTVERSION=	3.0.0rc3
 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-10-21 14:33:58.000000000 +0100
+++ ircd-ratbox-devel/distinfo	2008-10-21 14:36:17.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (ircd-ratbox-3.0.0rc2.tar.bz2) = be4b3dff674df9c0b0ad1cfec47f9cd8
-SHA256 (ircd-ratbox-3.0.0rc2.tar.bz2) = 6c585bc4ac9ac5c34ca96811c8cf59addc9db9b1141f8bdb589e5c74ee74b925
-SIZE (ircd-ratbox-3.0.0rc2.tar.bz2) = 1950434
+MD5 (ircd-ratbox-3.0.0rc3.tar.bz2) = 9d430b0e66ee55435c1d76772d712fb0
+SHA256 (ircd-ratbox-3.0.0rc3.tar.bz2) = 625479614d3bdfbf5c20125e82efdc3172ff8cdb34b345dbb36ec84111803f91
+SIZE (ircd-ratbox-3.0.0rc3.tar.bz2) = 1950606
--- ircd-ratbox-devel-3.0.0rc3.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Oct 21 14:10:10 UTC 2008 
Responsible-Changed-Why:  
beech@ wants this category PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128270 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128270: commit references a PR
Date: Fri,  7 Nov 2008 01:36:28 +0000 (UTC)

 wxs         2008-11-07 01:36:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     irc/ircd-ratbox-devel Makefile distinfo 
   Log:
   - Update to 3.0.0rc3 to fix a memory leak.
   
   PR:             ports/128270
   Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
   
   Revision  Changes    Path
   1.18      +1 -1      ports/irc/ircd-ratbox-devel/Makefile
   1.14      +3 -3      ports/irc/ircd-ratbox-devel/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Fri Nov 7 01:40:53 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128270 
>Unformatted:
