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.8:
details: https://anonhg.NetBSD.org/pkgsrc/rev/a8645e650e8a
branches: trunk
changeset: 548532:a8645e650e8a
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Oct 16 21:51:47 2008 +0000
description:
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:
devel/libevent/Makefile | 4 ++--
devel/libevent/buildlink3.mk | 4 ++--
devel/libevent/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (52 lines):
diff -r 0af6ee3912b3 -r a8645e650e8a devel/libevent/Makefile
--- a/devel/libevent/Makefile Thu Oct 16 21:49:25 2008 +0000
+++ b/devel/libevent/Makefile Thu Oct 16 21:51:47 2008 +0000
@@ -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 -r 0af6ee3912b3 -r a8645e650e8a devel/libevent/buildlink3.mk
--- a/devel/libevent/buildlink3.mk Thu Oct 16 21:49:25 2008 +0000
+++ b/devel/libevent/buildlink3.mk Thu Oct 16 21:51:47 2008 +0000
@@ -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 @@
.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 -r 0af6ee3912b3 -r a8645e650e8a devel/libevent/distinfo
--- a/devel/libevent/distinfo Thu Oct 16 21:49:25 2008 +0000
+++ b/devel/libevent/distinfo Thu Oct 16 21:51:47 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index