Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2008 21:38:04 +0100 (BST)
From:      Lewis <moggie@elasticmind.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126539: [maintainer-update|patch] irc/ircd-ratbox-devel: Update to ratbox-3 beta10
Message-ID:  <20080814203804.EB58426D086@mail.elasticmind.net>
Resent-Message-ID: <200808142100.m7EL05O0091152@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080814203804.EB58426D086>