From trasz@pin.if.uz.zgora.pl  Mon Dec  4 22:07:07 2006
Return-Path: <trasz@pin.if.uz.zgora.pl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 845AA16A4C2
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  4 Dec 2006 22:07:07 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8C82A43E14
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  4 Dec 2006 22:04:09 +0000 (GMT)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001)
	id 0F7E039DBA; Mon,  4 Dec 2006 23:06:41 +0100 (CET)
Message-Id: <20061204220641.0F7E039DBA@pin.if.uz.zgora.pl>
Date: Mon,  4 Dec 2006 23:06:41 +0100 (CET)
From: trasz <trasz@pin.if.uz.zgora.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] security/fl0p: Passive L7 flow fingerprinting tool
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         106351
>Category:       ports
>Synopsis:       [NEW PORT] security/fl0p: Passive L7 flow fingerprinting tool
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 04 22:10:10 GMT 2006
>Closed-Date:    Mon Dec 04 22:34:14 GMT 2006
>Last-Modified:  Mon Dec  4 22:50:05 GMT 2006
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
The tool is a simple flow-analyzing passive L7 fingerprinter. It
examines the sequence of client-server exchanges, their relative
layer 7 payload sizes, and transmission intervals (as opposed to
inspecting the contents, which is what most passive fingerprinters
and "smart" sniffers would do to analyze transmissions). This is
then matched against a database of traffic pattern signatures to
infer some interesting facts about the traffic.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fl0p-0.0.2.b.shar begins here ---
# 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:
#
#	fl0p
#	fl0p/pkg-descr
#	fl0p/Makefile
#	fl0p/pkg-plist
#	fl0p/distinfo
#	fl0p/files
#	fl0p/files/patch-config.h
#
echo c - fl0p
mkdir -p fl0p > /dev/null 2>&1
echo x - fl0p/pkg-descr
sed 's/^X//' >fl0p/pkg-descr << 'END-of-fl0p/pkg-descr'
XThe tool is a simple flow-analyzing passive L7 fingerprinter. It
Xexamines the sequence of client-server exchanges, their relative
Xlayer 7 payload sizes, and transmission intervals (as opposed to
Xinspecting the contents, which is what most passive fingerprinters
Xand "smart" sniffers would do to analyze transmissions). This is
Xthen matched against a database of traffic pattern signatures to
Xinfer some interesting facts about the traffic.
END-of-fl0p/pkg-descr
echo x - fl0p/Makefile
sed 's/^X//' >fl0p/Makefile << 'END-of-fl0p/Makefile'
X# New ports collection makefile for:	fl0p
X# Date created:		2006-12-04
X# Whom:			trasz <trasz@pin.if.uz.zgora.pl>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fl0p
XPORTVERSION=	0.0.2.b
XCATEGORIES=	security
XMASTER_SITES=	http://lcamtuf.coredump.cx/soft/
XDISTNAME=	fl0p-devel
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	trasz@pin.if.uz.zgora.pl
XCOMMENT=	Passive L7 flow fingerprinting tool
X
XWRKSRC=		${WRKDIR}/fl0p/
X
Xpost-patch:
X	${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/config.h
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/fl0p ${PREFIX}/bin
X	${MKDIR} ${DATADIR}
X	${INSTALL_DATA} ${WRKSRC}/fl0p.fp ${DATADIR}/
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_MAN} ${WRKSRC}/doc/README ${DOCSDIR}/
X	${INSTALL_MAN} ${WRKSRC}/doc/ChangeLog ${DOCSDIR}/
X	${INSTALL_MAN} ${WRKSRC}/doc/TODO ${DOCSDIR}/
X	${INSTALL_MAN} ${WRKSRC}/doc/CREDITS ${DOCSDIR}/
X.endif
X
X.include <bsd.port.mk>
END-of-fl0p/Makefile
echo x - fl0p/pkg-plist
sed 's/^X//' >fl0p/pkg-plist << 'END-of-fl0p/pkg-plist'
Xbin/fl0p
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
X%%PORTDOCS%%%%DOCSDIR%%/TODO
X%%PORTDOCS%%%%DOCSDIR%%/CREDITS
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X%%DATADIR%%/fl0p.fp
X@dirrm %%DATADIR%%
END-of-fl0p/pkg-plist
echo x - fl0p/distinfo
sed 's/^X//' >fl0p/distinfo << 'END-of-fl0p/distinfo'
XMD5 (fl0p-devel.tgz) = 2f5fe95ef695eb2ff566ca2aa403b945
XSHA256 (fl0p-devel.tgz) = a6ccc98cfad2330b7baf0827c44657e35cb6c387ab1e55e4b3f8bb762b4161bc
XSIZE (fl0p-devel.tgz) = 30297
END-of-fl0p/distinfo
echo c - fl0p/files
mkdir -p fl0p/files > /dev/null 2>&1
echo x - fl0p/files/patch-config.h
sed 's/^X//' >fl0p/files/patch-config.h << 'END-of-fl0p/files/patch-config.h'
X--- config.h.orig	Mon Dec  4 22:49:35 2006
X+++ config.h	Mon Dec  4 22:50:40 2006
X@@ -19,7 +19,7 @@
X #ifdef WIN32
X #  define CONFIG_DIR	"."
X #else
X-#  define CONFIG_DIR	"/etc/fl0p"
X+#  define CONFIG_DIR	"%%PREFIX%%/share/fl0p"
X #endif /* WIN32 */
X 
X #define FPRINT_DB	"fl0p.fp"
END-of-fl0p/files/patch-config.h
exit
--- fl0p-0.0.2.b.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Dec 4 22:11:03 UTC 2006 
Responsible-Changed-Why:  
miwi@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106351 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Dec 4 22:34:13 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106351 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/106351: commit references a PR
Date: Mon,  4 Dec 2006 22:41:09 +0000 (UTC)

 miwi        2006-12-04 22:33:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security             Makefile 
   Added files:
     security/fl0p        Makefile distinfo pkg-descr pkg-plist 
     security/fl0p/files  patch-config.h 
   Log:
   The tool is a simple flow-analyzing passive L7 fingerprinter. It
   examines the sequence of client-server exchanges, their relative
   layer 7 payload sizes, and transmission intervals (as opposed to
   inspecting the contents, which is what most passive fingerprinters
   and "smart" sniffers would do to analyze transmissions). This is
   then matched against a database of traffic pattern signatures to
   infer some interesting facts about the traffic.
   
   PR:             ports/106351
   Submitted by:   trasz <trasz at pin.if.uz.zgora.pl>
   
   Revision  Changes    Path
   1.838     +1 -0      ports/security/Makefile
   1.1       +35 -0     ports/security/fl0p/Makefile (new)
   1.1       +3 -0      ports/security/fl0p/distinfo (new)
   1.1       +11 -0     ports/security/fl0p/files/patch-config.h (new)
   1.1       +7 -0      ports/security/fl0p/pkg-descr (new)
   1.1       +8 -0      ports/security/fl0p/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
