pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libevent Update to 1.4.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7096ff98e4a0
branches:  trunk
changeset: 546676:7096ff98e4a0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 06 16:30:43 2008 +0000

description:
Update to 1.4.5:

Changes in 1.4.5-stable:
 o Fix connection keep-alive behavior for HTTP/1.0
 o Fix use of freed memory in event_reinit; pointed out by Peter Postma
 o Constify struct timeval * where possible; pointed out by Forest Wilkinson
 o allow min_heap_erase to be called on removed members; from liusifan.
 o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT.  Retain INPUT/OUTPUT aliases on on-win32 platforms for backwards compatibility.
 o Do not use SO_REUSEADDR when connecting
 o Fix Windows build
 o Fix a bug in event_rpcgen when generated fixed-sized entries

Changes in 1.4.4-stable:
 o Correct the documentation on buffer printf functions.
 o Don't warn on unimplemented epoll_create(): this isn't a problem, just a reason to fall back to poll or select.
 o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c.  This is probably a kernel defect, but we'll have to support old kernels anyway even if it gets fixed.
 o Fix a potential stack corruption bug in tagging on 64-bit CPUs.
 o expose bufferevent_setwatermark via header files and fix high watermark on read
 o fix a bug in bufferevent read water marks and add a test for them
 o introduce bufferevent_setcb and bufferevent_setfd to allow better manipulation of bufferevents
 o use libevent's internal timercmp on all platforms, to avoid bugs on old platforms where timercmp(a,b,<=) is buggy.
 o reduce system calls for getting current time by caching it.
 o fix evhttp_bind_socket() so that multiple sockets can be bound by the same http server.
 o Build test directory correctly with CPPFLAGS set.
 o Fix build under Visual C++ 2005.
 o Expose evhttp_accept_socket() API.
 o Merge windows gettimeofday() replacement into a new evutil_gettimeofday() function.
 o Fix autoconf script behavior on IRIX.
 o Make sure winsock2.h include always comes before windows.h include.

diffstat:

 devel/libevent/Makefile |  4 ++--
 devel/libevent/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 2932c833ea5d -r 7096ff98e4a0 devel/libevent/Makefile
--- a/devel/libevent/Makefile   Sat Sep 06 16:29:11 2008 +0000
+++ b/devel/libevent/Makefile   Sat Sep 06 16:30:43 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2008/04/22 17:25:42 tnn Exp $
+# $NetBSD: Makefile,v 1.29 2008/09/06 16:30:43 wiz Exp $
 #
 # WARNING: updating this package (as of the 1.1/1.2 releases) means
 # updating BUILDLINK_ABI_DEPENDS in buildlink3.mk and a PKGREVISION
@@ -7,7 +7,7 @@
 # from being ABI compatible across releases until this is fixed.
 # [tvierling 20070210]
 
-DISTNAME=      libevent-1.4.3-stable
+DISTNAME=      libevent-1.4.5-stable
 PKGNAME=       ${DISTNAME:S/-stable//}
 CATEGORIES=    devel
 MASTER_SITES=  http://monkey.org/~provos/
diff -r 2932c833ea5d -r 7096ff98e4a0 devel/libevent/distinfo
--- a/devel/libevent/distinfo   Sat Sep 06 16:29:11 2008 +0000
+++ b/devel/libevent/distinfo   Sat Sep 06 16:30:43 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2008/04/22 17:16:54 tnn Exp $
+$NetBSD: distinfo,v 1.21 2008/09/06 16:30:43 wiz Exp $
 
-SHA1 (libevent-1.4.3-stable.tar.gz) = 222812fc8993823895567ea5de1dc16880b0fac6
-RMD160 (libevent-1.4.3-stable.tar.gz) = dd2930dfc25b1946e2a2fc2afa1d170281c95e3c
-Size (libevent-1.4.3-stable.tar.gz) = 479756 bytes
+SHA1 (libevent-1.4.5-stable.tar.gz) = 6a5b25294c91a728f73ced660031678121a12706
+RMD160 (libevent-1.4.5-stable.tar.gz) = 2aa42d364960610c48af0962206a1fe149d40a74
+Size (libevent-1.4.5-stable.tar.gz) = 483436 bytes
 SHA1 (patch-aa) = 6c8a07b3ff7bb6daa972409b0a8bd76dc551f0a6
 SHA1 (patch-ac) = cf4ac4f8e6c72bb11cf714b3b5e569e2a8c1ce34
 SHA1 (patch-ad) = c842811d0b8e3f843a2f363dd2d11ec784fb8264



Home | Main Index | Thread Index | Old Index