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 libevent-1.3d. ChangeLog is n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/857009b0952a
branches: trunk
changeset: 532342:857009b0952a
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Aug 16 08:59:43 2007 +0000
description:
Update to libevent-1.3d. ChangeLog is not available but from the homepage:
libevent-1.3d:
Bug fixes in the HTTP layer.
libevent-1.3c:
Small bug and portability fixes.
Worth mentioning is that patch-ab and patch-ac were applied upstream.
As usual with libevent, this breaks the ABI due to .so naming, so a
small revbump sweep will be needed.
diffstat:
devel/libevent/Makefile | 8 ++++++--
devel/libevent/buildlink3.mk | 4 ++--
devel/libevent/distinfo | 10 ++++------
devel/libevent/patches/patch-ab | 13 -------------
devel/libevent/patches/patch-ac | 13 -------------
5 files changed, 12 insertions(+), 36 deletions(-)
diffs (101 lines):
diff -r a9f6b7fd1958 -r 857009b0952a devel/libevent/Makefile
--- a/devel/libevent/Makefile Thu Aug 16 07:42:53 2007 +0000
+++ b/devel/libevent/Makefile Thu Aug 16 08:59:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2007/07/17 10:56:07 tnn Exp $
+# $NetBSD: Makefile,v 1.24 2007/08/16 08:59:43 tnn 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.3b
+DISTNAME= libevent-1.3d
CATEGORIES= devel
MASTER_SITES= http://monkey.org/~provos/
@@ -18,9 +18,13 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
TEST_TARGET= verify
+PKG_DESTDIR_SUPPORT= user-destdir
LIBS.SunOS+= -lnsl -lresolv
+# XXX helps build, but needs more testing
+#CFLAGS.Interix+= -Dsockaddr_storage=sockaddr_in -DNI_MAXSERV=32
+
.include "../../mk/bsd.prefs.mk"
# Solaris and HPUX don't have u_intX_t types in <inttypes.h>.
diff -r a9f6b7fd1958 -r 857009b0952a devel/libevent/buildlink3.mk
--- a/devel/libevent/buildlink3.mk Thu Aug 16 07:42:53 2007 +0000
+++ b/devel/libevent/buildlink3.mk Thu Aug 16 08:59:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2007/04/25 16:38:37 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2007/08/16 08:59:45 tnn 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.3b* # exact match -- see Makefile
+BUILDLINK_ABI_DEPENDS.libevent+=libevent-1.3d* # exact match -- see Makefile
BUILDLINK_PKGSRCDIR.libevent?= ../../devel/libevent
.endif # LIBEVENT_BUILDLINK3_MK
diff -r a9f6b7fd1958 -r 857009b0952a devel/libevent/distinfo
--- a/devel/libevent/distinfo Thu Aug 16 07:42:53 2007 +0000
+++ b/devel/libevent/distinfo Thu Aug 16 08:59:43 2007 +0000
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.16 2007/08/01 16:57:15 joerg Exp $
+$NetBSD: distinfo,v 1.17 2007/08/16 08:59:46 tnn Exp $
-SHA1 (libevent-1.3b.tar.gz) = 41e2b71bcb51df4ef1563a11e8a726ecfd3907c1
-RMD160 (libevent-1.3b.tar.gz) = c414b66757ddfdbb7d1f516efe948c52a8012735
-Size (libevent-1.3b.tar.gz) = 445461 bytes
+SHA1 (libevent-1.3d.tar.gz) = 591b3c43652e1b88511d1022b296cf214b37644b
+RMD160 (libevent-1.3d.tar.gz) = 1eae8acefba6d09b4f7f5c99f9469c881dc5426a
+Size (libevent-1.3d.tar.gz) = 441883 bytes
SHA1 (patch-aa) = 08a7dd87194730b0d3294deee7feb196e22c1b77
-SHA1 (patch-ab) = 95e52acf92cc1d16a9a585ab9548059ccf5179a3
-SHA1 (patch-ac) = a0ac74f38f2fddefddd87f7b37f266905850133f
SHA1 (patch-ad) = c842811d0b8e3f843a2f363dd2d11ec784fb8264
diff -r a9f6b7fd1958 -r 857009b0952a devel/libevent/patches/patch-ab
--- a/devel/libevent/patches/patch-ab Thu Aug 16 07:42:53 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2007/02/27 11:11:18 grant Exp $
-
---- http.c.orig 2006-12-03 08:30:04.000000000 +1100
-+++ http.c
-@@ -1337,7 +1337,7 @@ evhttp_send_error(struct evhttp_request
-
- /* Requires that headers and response code are already set up */
-
--static __inline void
-+static inline void
- evhttp_send(struct evhttp_request *req, struct evbuffer *databuf)
- {
- struct evhttp_connection *evcon = req->evcon;
diff -r a9f6b7fd1958 -r 857009b0952a devel/libevent/patches/patch-ac
--- a/devel/libevent/patches/patch-ac Thu Aug 16 07:42:53 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2007/02/27 11:11:18 grant Exp $
-
---- event_tagging.c.orig 2006-11-29 13:15:37.000000000 +1100
-+++ event_tagging.c
-@@ -149,7 +149,7 @@ evtag_marshal_timeval(struct evbuffer *e
- EVBUFFER_LENGTH(_buf));
- }
-
--static int __inline
-+static int inline
- decode_int_internal(u_int32_t *pnumber, struct evbuffer *evbuf, int dodrain)
- {
- u_int32_t number = 0;
Home |
Main Index |
Thread Index |
Old Index