ports/52493: Update net/tcpreplay: 1.4.0 -> 1.4.1

Kirill Ponomarew ponomarew at oberon.net
Tue May 20 18:50:11 UTC 2003


>Number:         52493
>Category:       ports
>Synopsis:       Update net/tcpreplay: 1.4.0 -> 1.4.1
>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:   Tue May 20 11:50:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update net/tcpreplay: 1.4.0 -> 1.4.1

This release fixes the bug where packets were sent 
as a series of zeros due to an improper memcpy(). 
Since this affects all packets, all users should upgrade.

>How-To-Repeat:
>Fix:
diff -ruN tcpreplay.orig/Makefile tcpreplay/Makefile
--- tcpreplay.orig/Makefile	Sun May 18 09:43:27 2003
+++ tcpreplay/Makefile	Tue May 20 20:38:10 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tcpreplay
-PORTVERSION=	1.4.0
+PORTVERSION=	1.4.1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,7 +17,7 @@
 BUILD_DEPENDS=	${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+= --with-libnet=${LOCALBASE}
+CONFIGURE_ARGS+=	--with-libnet=${LOCALBASE}
 
 MAN1=		capinfo.1 tcpprep.1 pcapmerge.1
 MAN8=		tcpreplay.8
diff -ruN tcpreplay.orig/distinfo tcpreplay/distinfo
--- tcpreplay.orig/distinfo	Sun May 18 09:43:27 2003
+++ tcpreplay/distinfo	Tue May 20 20:35:29 2003
@@ -1 +1 @@
-MD5 (tcpreplay-1.4.0.tar.gz) = 04a96d992dde5fa030c2cd04c96a0534
+MD5 (tcpreplay-1.4.1.tar.gz) = b08be5d1af939d610d47ea3df0d96c17
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list