From nobody@FreeBSD.org  Wed Jan 14 06:46:39 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D95DD1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 14 Jan 2009 06:46:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C9E958FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 14 Jan 2009 06:46:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0E6kdHe037011
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 14 Jan 2009 06:46:39 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n0E6kdao037009;
	Wed, 14 Jan 2009 06:46:39 GMT
	(envelope-from nobody)
Message-Id: <200901140646.n0E6kdao037009@www.freebsd.org>
Date: Wed, 14 Jan 2009 06:46:39 GMT
From: bf <bf2006a@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH]devel/libevent: update to 1.4.9
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         130532
>Category:       ports
>Synopsis:       [PATCH]devel/libevent: update to 1.4.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mnag
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 14 06:50:00 UTC 2009
>Closed-Date:    Tue Jan 27 10:35:26 UTC 2009
>Last-Modified:  Tue Jan 27 10:35:26 UTC 2009
>Originator:     bf
>Release:        8-CURRENT i386
>Organization:
-
>Environment:
>Description:
Changes in 1.4.9-stable:
 o event_add would not return error for some backends; from Dean McNamee
 o Clear the timer cache on entering the event loop; reported by Victor Chang
 o Only bind the socket on connect when a local address has been provided; reported by Alejo Sanchez
 o Allow setting of local port for evhttp connections to support millions of connections from a single system; from Richard Jones.
 o Clear the timer cache when leaving the event loop; reported by Robin Haberkorn
 o Fix a typo in setting the global event base; reported by lance.
 o Fix a memory leak when reading multi-line headers
 o Fix a memory leak by not running explicit close detection for server connections

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN libevent.orig/Makefile libevent/Makefile
--- libevent.orig/Makefile	2008-09-27 21:14:12.000000000 -0400
+++ libevent/Makefile	2009-01-12 21:08:46.472590000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libevent
-PORTVERSION=	1.4.8
+PORTVERSION=	1.4.9
 CATEGORIES=	devel
 MASTER_SITES=	http://monkey.org/~provos/
 DISTNAME=	${PORTNAME}-${DISTVERSION}-stable
diff -ruN libevent.orig/distinfo libevent/distinfo
--- libevent.orig/distinfo	2008-09-27 21:14:12.000000000 -0400
+++ libevent/distinfo	2009-01-12 21:09:13.819429000 -0500
@@ -1,3 +1,3 @@
-MD5 (libevent-1.4.8-stable.tar.gz) = e626c34f86746dffe8d055af0a84d08e
-SHA256 (libevent-1.4.8-stable.tar.gz) = dd7d0259bf014baab19404e5d86a3ec4375a3ce97607aa4969a975a106bfe382
-SIZE (libevent-1.4.8-stable.tar.gz) = 488054
+MD5 (libevent-1.4.9-stable.tar.gz) = 5154fd4582d64077d6b17851f04d6957
+SHA256 (libevent-1.4.9-stable.tar.gz) = f5c72e07db5554e9c888dda6a5f7feb86f266e98ffa3f7cdb1e66b030d1d2cbf
+SIZE (libevent-1.4.9-stable.tar.gz) = 453043


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mnag 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jan 14 06:50:12 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130532 
State-Changed-From-To: open->closed 
State-Changed-By: mnag 
State-Changed-When: Tue Jan 27 10:35:25 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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