From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 28 12:40:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8DF716A4D0 for ; Sun, 28 Mar 2004 12:40:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B2C943D53 for ; Sun, 28 Mar 2004 12:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2SKeGbv076780 for ; Sun, 28 Mar 2004 12:40:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2SKeG7h076779; Sun, 28 Mar 2004 12:40:16 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 28 Mar 2004 12:40:16 -0800 (PST) Resent-Message-Id: <200403282040.i2SKeG7h076779@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gaspar Chilingarov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 824B816A4CE for ; Sun, 28 Mar 2004 12:32:01 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62C1B43D1D for ; Sun, 28 Mar 2004 12:32:01 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i2SKW172048280 for ; Sun, 28 Mar 2004 12:32:01 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.10/8.12.10/Submit) id i2SKW1cu048279; Sun, 28 Mar 2004 12:32:01 -0800 (PST) (envelope-from nobody) Message-Id: <200403282032.i2SKW1cu048279@www.freebsd.org> Date: Sun, 28 Mar 2004 12:32:01 -0800 (PST) From: Gaspar Chilingarov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/64866: [UPDATE] update to new version of port net-mgmt/tcpreplay (v 2.0.3) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2004 20:40:16 -0000 >Number: 64866 >Category: ports >Synopsis: [UPDATE] update to new version of port net-mgmt/tcpreplay (v 2.0.3) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 28 12:40:16 PST 2004 >Closed-Date: >Last-Modified: >Originator: Gaspar Chilingarov >Release: -CURRENT >Organization: Netter Ltd. >Environment: FreeBSD 5.2-CURRENT >Description: port upgrade to newer version of tcpreplay tool shas archive attached ---shar start-- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: tcpreplay X# Date created: 29 March 2004 X# Whom: nm@web.am X# X# $FreeBSD$ X# X XPORTNAME= tcpreplay XPORTVERSION= 2.0.3 XCATEGORIES= net-mgmt XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= smace@FreeBSD.org XCOMMENT= A tool to replay saved packet capture files X XBUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel X XGNU_CONFIGURE= yes XCONFIGURE_ARGS+= --with-libnet=${LOCALBASE} X XMAN1= capinfo.1 tcpprep.1 pcapmerge.1 XMAN8= flowreplay.8 tcpreplay.8 X X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (tcpreplay-2.0.3.tar.gz) = e9f0fe69b38c9d893b72a16895367a79 XSIZE (tcpreplay-2.0.3.tar.gz) = 498164 END-of-distinfo echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XTcpreplay is aimed at testing the performance of a Network Intrusion Detection XSystem by replaying real background network traffic in which to hide attacks. X XTcpreplay allows you to control the speed at which the traffic is replayed, Xand can replay arbitrary libpcap traces. X XUnlike programmatically-generated artificial traffic which doesn't exercise Xthe application/protocol inspection that a NIDS performs, and doesn't Xreproduce the real-world anomalies that appear on production networks X(asymmetric routes, traffic bursts/lulls, fragmentation, retransmissions, Xetc.), tcpreplay allows for exact replication of real traffic seen on real Xnetworks. X XWWW: http://www.sf.net/projects/tcpreplay END-of-pkg-descr echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' Xbin/capinfo Xbin/flowreplay Xbin/pcapmerge Xbin/tcpprep Xsbin/tcpreplay END-of-pkg-plist exit ---shar end-- >How-To-Repeat: n/a >Fix: attacehd file :) >Release-Note: >Audit-Trail: >Unformatted: