ports/127106: [PATCH]devel/libevent: update to 1.4.7; add test target
bf
bf2006a at yahoo.com
Fri Sep 5 08:40:01 UTC 2008
>Number: 127106
>Category: ports
>Synopsis: [PATCH]devel/libevent: update to 1.4.7; add test target
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 05 08:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: bf
>Release: 7-STABLE i386
>Organization:
-
>Environment:
>Description:
"Fix a bug where headers arriving in multiple packets were not parsed"
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN libevent.orig/Makefile libevent/Makefile
--- libevent.orig/Makefile 2008-09-05 02:26:44.880955337 -0400
+++ libevent/Makefile 2008-09-05 04:19:55.710028955 -0400
@@ -6,7 +6,7 @@
#
PORTNAME= libevent
-PORTVERSION= 1.4.6
+PORTVERSION= 1.4.7
CATEGORIES= devel
MASTER_SITES= http://monkey.org/~provos/
DISTNAME= ${PORTNAME}-${DISTVERSION}-stable
@@ -89,4 +89,7 @@
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \
${WRKSRC}/epoll.c ${WRKSRC}/epoll_sub.c ${WRKSRC}/evdns.c
+regression-test: build
+ @(${SH} ${WRKSRC}/test/regress)
+
.include <bsd.port.mk>
diff -ruN libevent.orig/distinfo libevent/distinfo
--- libevent.orig/distinfo 2008-09-05 02:26:44.880955337 -0400
+++ libevent/distinfo 2008-09-05 03:33:20.352367765 -0400
@@ -1,3 +1,3 @@
-MD5 (libevent-1.4.6-stable.tar.gz) = aa117491800fb0c2583928a3fb7af591
-SHA256 (libevent-1.4.6-stable.tar.gz) = 6a22a0c1bb6215e5570032db1b3d2cc8aa0441e6924636c4ea2f6db25a99fb0e
-SIZE (libevent-1.4.6-stable.tar.gz) = 487598
+MD5 (libevent-1.4.7-stable.tar.gz) = f247d0671ea4fc95b191daf79cb762a0
+SHA256 (libevent-1.4.7-stable.tar.gz) = 24f4fbfe7a7ae60f9653dc0834aa5a539b9406c2ef80498e9240e402a2c7705b
+SIZE (libevent-1.4.7-stable.tar.gz) = 487753
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list