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.9, bump ABI depends as us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/177f98896992
branches:  trunk
changeset: 555341:177f98896992
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 27 22:50:43 2009 +0000

description:
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:

 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 4f21455a06b8 -r 177f98896992 devel/libevent/Makefile
--- a/devel/libevent/Makefile   Fri Feb 27 22:38:34 2009 +0000
+++ b/devel/libevent/Makefile   Fri Feb 27 22:50:43 2009 +0000
@@ -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 -r 4f21455a06b8 -r 177f98896992 devel/libevent/buildlink3.mk
--- a/devel/libevent/buildlink3.mk      Fri Feb 27 22:38:34 2009 +0000
+++ b/devel/libevent/buildlink3.mk      Fri Feb 27 22:50:43 2009 +0000
@@ -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 @@
 
 .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 -r 4f21455a06b8 -r 177f98896992 devel/libevent/distinfo
--- a/devel/libevent/distinfo   Fri Feb 27 22:38:34 2009 +0000
+++ b/devel/libevent/distinfo   Fri Feb 27 22:50:43 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index