diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-27 22:50:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-27 22:50:43 +0000 |
commit | 06fad00a3db8c41bc2a6366d541523e722b78166 (patch) | |
tree | d928c12ad7eb7717348c5372f2716d3f43cb0bdd /devel/libevent | |
parent | c7261637da5ed51e33ed0f5692c761773f41fa7f (diff) | |
download | pkgsrc-06fad00a3db8c41bc2a6366d541523e722b78166.tar.gz |
Update to 1.4.9, bump ABI depends as usual for this package.
Changes in 1.4.9-stable:
o event_add would not return error for some backends; from Dean
McNamee
o Clear the timer cache on entering the event loop; reported by
Victor Chang
o Only bind the socket on connect when a local address has been
provided; reported by Alejo Sanchez
o Allow setting of local port for evhttp connections to support
millions of connections from a single system; from Richard Jones.
o Clear the timer cache when leaving the event loop; reported by
Robin Haberkorn
o Fix a typo in setting the global event base; reported by lance.
o Fix a memory leak when reading multi-line headers
o Fix a memory leak by not running explicit close detection for
server connections
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 e81ee509392..f63394af300 100644 --- a/devel/libevent/Makefile +++ b/devel/libevent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2008/10/16 21:51:47 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2009/02/27 22:50: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.8-stable +DISTNAME= libevent-1.4.9-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 90ecb355fef..cd71d9f8689 100644 --- a/devel/libevent/buildlink3.mk +++ b/devel/libevent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2008/10/16 21:51:47 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2009/02/27 22:50:43 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.8* # exact match -- see Makefile +BUILDLINK_ABI_DEPENDS.libevent+=libevent-1.4.9* # exact match -- see Makefile BUILDLINK_PKGSRCDIR.libevent?= ../../devel/libevent .endif # LIBEVENT_BUILDLINK3_MK diff --git a/devel/libevent/distinfo b/devel/libevent/distinfo index 0f9853cfc00..f2802c20e4c 100644 --- a/devel/libevent/distinfo +++ b/devel/libevent/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.22 2008/10/16 21:51:47 wiz Exp $ +$NetBSD: distinfo,v 1.23 2009/02/27 22:50:43 wiz Exp $ -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 (libevent-1.4.9-stable.tar.gz) = 5033af5ad0ddd9eb16be68e8f91e0c35e7f327c3 +RMD160 (libevent-1.4.9-stable.tar.gz) = 547793169f5ac0780110eb13868bc1b4614dcc97 +Size (libevent-1.4.9-stable.tar.gz) = 453043 bytes SHA1 (patch-aa) = 6c8a07b3ff7bb6daa972409b0a8bd76dc551f0a6 SHA1 (patch-ac) = cf4ac4f8e6c72bb11cf714b3b5e569e2a8c1ce34 SHA1 (patch-ad) = c842811d0b8e3f843a2f363dd2d11ec784fb8264 |