Date: Tue, 21 Oct 2008 15:04:46 +0100 (BST) From: Lewis <moggie@elasticmind.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/128270: [maintainer-update|patch] irc/ircd-ratbox-devel: Update to ratbox-3 RC3 Message-ID: <20081021140446.A783E26D055@mail.elasticmind.net> Resent-Message-ID: <200810211410.m9LEA1dM060136@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 21 14:10:01 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081021140446.A783E26D055>