Date: Wed, 21 Jul 2010 19:23:00 +0400 (MSD) From: Pavel I Volkov <pavelivolkov@googlemail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/148821: [NEW PORT] security/ccsrch: Is a tool that searches for credit card numbers (PAN) and track data Message-ID: <201007211523.o6LFN0WF038934@pol.iib.ru> Resent-Message-ID: <201007211530.o6LFU2OW050465@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <pavelivolkov@googlemail.com> 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 <bsd.port.pre.mk> 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 <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007211523.o6LFN0WF038934>