Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2009 06:46:39 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130532: [PATCH]devel/libevent: update to 1.4.9
Message-ID:  <200901140646.n0E6kdao037009@www.freebsd.org>
Resent-Message-ID: <200901140650.n0E6o0QI034552@freefall.freebsd.org>

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

>Number:         130532
>Category:       ports
>Synopsis:       [PATCH]devel/libevent: update to 1.4.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 14 06:50:00 UTC 2009
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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