From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 21 15:30:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99CD11065687 for ; Wed, 21 Jul 2010 15:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 552088FC30 for ; Wed, 21 Jul 2010 15:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6LFU2ek050466 for ; Wed, 21 Jul 2010 15:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6LFU2OW050465; Wed, 21 Jul 2010 15:30:02 GMT (envelope-from gnats) Resent-Date: Wed, 21 Jul 2010 15:30:02 GMT Resent-Message-Id: <201007211530.o6LFU2OW050465@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, Pavel I Volkov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8485B1065688 for ; Wed, 21 Jul 2010 15:23:24 +0000 (UTC) (envelope-from pol@opk.ru) Received: from fire.iib.ru (ns1.iib.ru [195.151.95.16]) by mx1.freebsd.org (Postfix) with ESMTP id 1476F8FC08 for ; Wed, 21 Jul 2010 15:23:23 +0000 (UTC) Received: from orion.iib.ru (dlp-smtp1.iib.ru [192.168.0.30]) by fire.iib.ru (8.9/8.9) with ESMTP id o6LFN8cQ091264 for ; Wed, 21 Jul 2010 19:23:10 +0400 (MSD) (envelope-from pol@opk.ru) Received: from pol.iib.ru (pol.iib.ru [192.168.0.45]) by orion.iib.ru (8.14.4/8.14.4) with ESMTP id o6LFN7l6050939 for ; Wed, 21 Jul 2010 19:23:08 +0400 (MSD) (envelope-from pol@opk.ru) Received: from pol.iib.ru (localhost [127.0.0.1]) by pol.iib.ru (8.14.3/8.14.3) with ESMTP id o6LFN05c038935 for ; Wed, 21 Jul 2010 19:23:07 +0400 (MSD) (envelope-from pol@pol.iib.ru) Received: (from pol@localhost) by pol.iib.ru (8.14.3/8.14.3/Submit) id o6LFN0WF038934; Wed, 21 Jul 2010 19:23:00 +0400 (MSD) (envelope-from pol) Message-Id: <201007211523.o6LFN0WF038934@pol.iib.ru> Date: Wed, 21 Jul 2010 19:23:00 +0400 (MSD) From: Pavel I Volkov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/148821: [NEW PORT] security/ccsrch: Is a tool that searches for credit card numbers (PAN) and track data X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2010 15:30:02 -0000 >Number: 148821 >Category: ports >Synopsis: [NEW PORT] security/ccsrch: Is a tool that searches for credit card numbers (PAN) and track data >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 21 15:30:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Pavel I Volkov >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD pol.iib.ru 7.2-STABLE FreeBSD 7.2-STABLE #364: Mon Jul 20 13:50:36 MSD 2009 >Description: ccsrch is a tool that searches for and identifies unencrypted and contiguous credit card numbers (PAN) and track data on windows and UNIX operating systems. It will also identify the location of the PAN data in the files and record MAC times. WWW: http://ccsrch.sourceforge.net/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ccsrch-1.0.3.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: # # ccsrch # ccsrch/files # ccsrch/files/patch-Makefile # ccsrch/Makefile # ccsrch/pkg-descr # ccsrch/distinfo # echo c - ccsrch mkdir -p ccsrch > /dev/null 2>&1 echo c - ccsrch/files mkdir -p ccsrch/files > /dev/null 2>&1 echo x - ccsrch/files/patch-Makefile sed 's/^X//' >ccsrch/files/patch-Makefile << '1915d138a9ac00bdc5a9de601cd8f767' X--- Makefile.orig 2010-07-21 17:35:58.000000000 +0400 X+++ Makefile 2010-07-21 17:36:21.000000000 +0400 X@@ -29,8 +29,8 @@ X # X # for *UNIX* the following tends to work X INCL = -I./ X-CFLAGS =-O2 -static X-#CFLAGS =-O2 # for linux X+#CFLAGS =-O2 -static X+CFLAGS =-O2 # for linux X #CFLAGS =-DDEBUG # if you want a lot of noise X LDFLAGS =-s X OBJS= ccsrch.o 1915d138a9ac00bdc5a9de601cd8f767 echo x - ccsrch/Makefile sed 's/^X//' >ccsrch/Makefile << 'd7090d3486296811a4ca1d3a53a5248f' X# New ports collection makefile for: ccsrch X# Date created: 2010-07-21 X# Whom: Pavel I Volkov X# X# $FreeBSD$ X# X XPORTNAME= ccsrch XPORTVERSION= 1.0.3 XCATEGORIES= security XMASTER_SITES= http://downloads.sourceforge.net/project/${MASTER_SITE_SUBDIR}/ XMASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/Version%20${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= pavelivolkov@googlemail.com XCOMMENT= Is a tool that searches for credit card numbers (PAN) and track data X XFETCH_ARGS= -pRr X XLICENSE= GPLv2 XLICENSE_FILE= ${WRKSRC}/COPYING X XPORTDOCS= README readme.html XPLIST_FILES= bin/${PORTNAME} X X.include X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR}; \ X for f in ${PORTDOCS}; do \ X ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \ X done X.endif X X.include d7090d3486296811a4ca1d3a53a5248f echo x - ccsrch/pkg-descr sed 's/^X//' >ccsrch/pkg-descr << '233fc67213a0066d40d1131986667376' Xccsrch is a tool that searches for and identifies unencrypted and Xcontiguous credit card numbers (PAN) and track data on windows and XUNIX operating systems. It will also identify the location of the XPAN data in the files and record MAC times. X XWWW: http://ccsrch.sourceforge.net/ 233fc67213a0066d40d1131986667376 echo x - ccsrch/distinfo sed 's/^X//' >ccsrch/distinfo << '56914c902b3d3ab9c739c9a0854de20c' XMD5 (ccsrch-1.0.3.tgz) = a876d497b320b1d1ee36ff0f5ee36ee8 XSHA256 (ccsrch-1.0.3.tgz) = 07c0c1ad4952cf11ecd4e10ad3e5a9697891691e5963867de6f180592231ccfc XSIZE (ccsrch-1.0.3.tgz) = 18047 56914c902b3d3ab9c739c9a0854de20c exit --- ccsrch-1.0.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: