diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-16 21:51:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-16 21:51:47 +0000 |
commit | e504a189f7797b505c665e63b9b896bf3d253bb0 (patch) | |
tree | a70f3d7240fd24704245f276b9462bcbd92a3093 /devel/libevent | |
parent | 9d8810f5e19c04d662964b70524924d215c25d37 (diff) | |
download | pkgsrc-e504a189f7797b505c665e63b9b896bf3d253bb0.tar.gz |
Update to 1.4.8:
Changes in 1.4.8-stable:
o Match the query in DNS replies to the query in the request; from Vsevolod Stakhov.
o Fix a merge problem in which name_from_addr returned pointers to the stack; found by Jiang Hong.
o Do not remove Accept-Encoding header
Changes in 1.4.7-stable:
o Fix a bug where headers arriving in multiple packets were not parsed; fix from Jiang Hong; test by me.
Changes in 1.4.6-stable:
o evutil.h now includes <stdarg.h> directly
o switch all uses of [v]snprintf over to evutil
o Correct handling of trailing headers in chunked replies; from Scott Lamb.
o Support multi-line HTTP headers; based on a patch from Moshe Litvin
o Reject negative Content-Length headers; anonymous bug report
o Detect CLOCK_MONOTONIC at runtime for evdns; anonymous bug report
o Fix a bug where deleting signals with the kqueue backend would cause subsequent adds to fail
o Support multiple events listening on the same signal; make signals regular events that go on the same event queue; problem report by Alexander Drozdov.
o Deal with evbuffer_read() returning -1 on EINTR|EAGAIN; from Adam Langley.
o Fix a bug in which the DNS server would incorrectly set the type of a cname reply to a.
o Fix a bug where setting the timeout on a bufferevent would take not effect if the event was already pending.
o Fix a memory leak when using signals for some event bases; reported by Alexander Drozdov.
o Add libevent.vcproj file to distribution to help with Windows build.
o Fix a problem with epoll() and reinit; problem report by Alexander Drozdov.
o Fix off-by-one errors in devpoll; from Ian Bell
o Make event_add not change any state if it fails; reported by Ian Bell.
o Do not warn on accept when errno is either EAGAIN or EINTR
Diffstat (limited to 'devel/libevent')
-rw-r--r-- | devel/libevent/Makefile | 4 | ||||
-rw-r--r-- | devel/libevent/buildlink3.mk | 4 | ||||
-rw-r--r-- | devel/libevent/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/libevent/Makefile b/devel/libevent/Makefile index 9538bbec862..e81ee509392 100644 --- a/devel/libevent/Makefile +++ b/devel/libevent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/09/06 16:30:43 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2008/10/16 21:51:47 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.5-stable +DISTNAME= libevent-1.4.8-stable PKGNAME= ${DISTNAME:S/-stable//} CATEGORIES= devel MASTER_SITES= http://monkey.org/~provos/ diff --git a/devel/libevent/buildlink3.mk b/devel/libevent/buildlink3.mk index 44f84538e0b..90ecb355fef 100644 --- a/devel/libevent/buildlink3.mk +++ b/devel/libevent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2008/09/06 21:39:25 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2008/10/16 21:51:47 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBEVENT_BUILDLINK3_MK:= ${LIBEVENT_BUILDLINK3_MK}+ @@ -13,7 +13,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libevent .if !empty(LIBEVENT_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.libevent+=libevent>=0.6 -BUILDLINK_ABI_DEPENDS.libevent+=libevent-1.4.5* # exact match -- see Makefile +BUILDLINK_ABI_DEPENDS.libevent+=libevent-1.4.8* # exact match -- see Makefile BUILDLINK_PKGSRCDIR.libevent?= ../../devel/libevent .endif # LIBEVENT_BUILDLINK3_MK diff --git a/devel/libevent/distinfo b/devel/libevent/distinfo index 0ae36c7dd2c..0f9853cfc00 100644 --- a/devel/libevent/distinfo +++ b/devel/libevent/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.21 2008/09/06 16:30:43 wiz Exp $ +$NetBSD: distinfo,v 1.22 2008/10/16 21:51:47 wiz Exp $ -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 (libevent-1.4.8-stable.tar.gz) = 82c05a893688810aafc2b372b567a837eb115732 +RMD160 (libevent-1.4.8-stable.tar.gz) = 5352a268945a1cdac2b95cced766b41119be91da +Size (libevent-1.4.8-stable.tar.gz) = 488054 bytes SHA1 (patch-aa) = 6c8a07b3ff7bb6daa972409b0a8bd76dc551f0a6 SHA1 (patch-ac) = cf4ac4f8e6c72bb11cf714b3b5e569e2a8c1ce34 SHA1 (patch-ad) = c842811d0b8e3f843a2f363dd2d11ec784fb8264 |