aboutsummaryrefslogtreecommitdiff
path: root/security/chaosreader
Commit message (Collapse)AuthorAgeFilesLines
* Fix order of variablesDanilo G. Baio2018-03-171-3/+4
| | | | | | | Ports maintained by me in categories: science security sysutils textproc Notes: svn path=/head/; revision=464822
* Update my email addressDanilo G. Baio2017-05-081-1/+1
| | | | | | | | Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648 Notes: svn path=/head/; revision=440442
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* - Switch to release tag (which was recently added) instead of commit hash; ↵Dmitry Marakasov2017-01-052-4/+3
| | | | | | | | | no change in distfile contents Approved by: dbaio@bsd.com.br (maintainer) Notes: svn path=/head/; revision=430632
* - Update to 0.96Dmitry Marakasov2016-12-293-21/+20
| | | | | | | | | | | | | | | - Project has moved to github, update MASTER_SITES - Drop sshkeydata binary (it's deprecated) - Add LICENSE - Add dependencies: dns/p5-Net-DNS - Set architecture neutral - Take maintainership PR: 215644 Submitted by: dbaio@bsd.com.br Notes: svn path=/head/; revision=429913
* Reset ports per maintainer request.Rene Ladan2016-12-261-4/+3
| | | | | | | | PR: 215557 Submitted by: A.J. "Fonz" van Werven (maintainer) Notes: svn path=/head/; revision=429499
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-051-4/+4
| | | | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 Notes: svn path=/head/; revision=400848
* Add new distfiles mirror on maintainer's siteThomas Zander2014-11-231-1/+2
| | | | | | | | PR: 195177 Submitted by: freebsd@skysmurf.nl (maintainer) Notes: svn path=/head/; revision=373174
* security/chaosreader: change maintainer as requestedKurt Jaeger2014-11-181-1/+1
| | | | Notes: svn path=/head/; revision=372747
* - Support stagingEmanuel Haupt2014-02-271-10/+6
| | | | | | | - Use shebangfix Notes: svn path=/head/; revision=346245
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-2/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326998
* - Remove A/An in COMMENTCarlo Strub2013-03-291-5/+2
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276991
* Fix a division by zero bug.Tilman Keskinoz2010-07-282-0/+17
| | | | | | | | | | | Bump PORTREVISION PR: 148858 Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua> Approved by: maintainer Notes: svn path=/head/; revision=258388
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* Chaosreader is a perl script that parses snoop or tcpdump logsIon-Mihai Tetcu2007-08-203-0/+54
and extracts sessions for a number of different appplications: ssh, telnet, smtp, irc, ftp, etc. The data are formatted into an html file and can be used to replay some sessions. Sshkeydata is a perl script that attempts to recreate ssh sessions extracted by chaosreader by estimating what commands may have been typed. Both scripts are installed in ${PREFIX}/bin WWW: http://sourceforge.net/projects/chaosreader PR: ports/115125 Submitted by: pauls Notes: svn path=/head/; revision=197985