Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2009 10:15:52 GMT
From:      bf <bf1783@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/137118: [PATCH]devel/libevent: update to 1.4.12
Message-ID:  <200907251015.n6PAFqof068834@www.freebsd.org>
Resent-Message-ID: <200907251020.n6PAK581088057@freefall.freebsd.org>

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

>Number:         137118
>Category:       ports
>Synopsis:       [PATCH]devel/libevent: update to 1.4.12
>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:   Sat Jul 25 10:20:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        8-BETA2 amd64
>Organization:
-
>Environment:
>Description:


Changes in 1.4.12-stable:

Fix an obscure timing-dependent, allocator-dependent crash in the evdns code.

Use __VA_ARGS__ syntax for varargs macros in event_rpcgen when compiler is not GCC.

Activate fd events in a pseudorandom order with O(N) backends, so that we don't systematically favor low fds (select) or earlier-added fds (poll, win32).

Fix another pair of fencepost bugs in epoll.c.  [Patch from Adam Langley.]

Do not break evdns connections to nameservers when our IP changes.

Set truncated flag correctly in evdns server replies.

Disable strict aliasing with GCC: our code is not compliant with it.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN libevent.orig/Makefile libevent/Makefile
--- libevent.orig/Makefile	2009-07-25 06:06:41.000000000 -0400
+++ libevent/Makefile	2009-07-25 05:38:20.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libevent
-PORTVERSION=	1.4.11
+PORTVERSION=	1.4.12
 CATEGORIES=	devel
 MASTER_SITES=	http://monkey.org/~provos/
 DISTNAME=	${PORTNAME}-${DISTVERSION}-stable
diff -ruN libevent.orig/distinfo libevent/distinfo
--- libevent.orig/distinfo	2009-07-25 06:06:41.000000000 -0400
+++ libevent/distinfo	2009-07-25 05:38:23.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (libevent-1.4.11-stable.tar.gz) = 3d2dfe659a84441dd27e4587b5ffe0fe
-SHA256 (libevent-1.4.11-stable.tar.gz) = 79b345085aae48e3522c7edf02dcbca18e64fc1f0e41f58cd81a3074ca78e152
-SIZE (libevent-1.4.11-stable.tar.gz) = 498465
+MD5 (libevent-1.4.12-stable.tar.gz) = 77b0d8b9885496871bb083165b35ba11
+SHA256 (libevent-1.4.12-stable.tar.gz) = 1174f513253bcecf820de246bb64f71ccf13c033ce1a25fca015f9caa92ae0f6
+SIZE (libevent-1.4.12-stable.tar.gz) = 499266


>Release-Note:
>Audit-Trail:
>Unformatted:



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