Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id E826563BDF9 for ; Sun, 16 Aug 2009 15:35:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 865DA63B118; Sun, 16 Aug 2009 15:35:05 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3D9BF63B112 for ; Sun, 16 Aug 2009 15:35:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 270BD175D0; Sun, 16 Aug 2009 15:35:04 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 16 Aug 2009 15:35:04 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/devel/libevent To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20090816153504.270BD175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Sun Aug 16 15:35:04 UTC 2009 Modified Files: pkgsrc/devel/libevent: Makefile distinfo pkgsrc/devel/libevent/patches: patch-ac Log Message: Update to 1.4.12: Changes in 1.4.12-stable: Try to contain degree of failure when running on a win32 version so heavily firewalled that we can't fake a socketpair. 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. Changes in 1.4.11-stable: Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen] Remove the limit on size of HTTP headers by removing static buffers. Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from Kevin Springborn] Distribute Win32-Code/event-config.h, not ./event-config.h Changes in 1.4.10-stable: clean up buffered http connection data on reset; reported by Brian O'Kelley bug fix and potential race condition in signal handling; from Alexander Drozdov rename the Solaris event ports backend to evport support compilation on Haiku fix signal processing when a signal callback delivers a signal; from Alexander Drozdov const-ify some arguments to evdns functions. off-by-one error in epoll_recalc; reported by Victor Goya include Doxyfile in tar ball; from Jeff Garzik correctly parse queries with encoded \r, \n or + characters To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/libevent/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/libevent/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libevent/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.