summaryrefslogtreecommitdiff
path: root/security/sniff
AgeCommit message (Collapse)AuthorFilesLines
2018-01-01Sort PLIST files.rillig1-2/+2
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2016-03-30Use PKGMANDIR. Add patch comment.jperkin2-5/+8
2016-02-26Use OPSYSVARS.jperkin1-7/+3
2015-11-04Add SHA512 digests for distfiles for security categoryagc1-1/+2
Problems found locating distfiles: Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz Package libidea: missing distfile libidea-0.8.2b.tar.gz Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2 Package uvscan: missing distfile vlp4510e.tar.Z Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-02-06PKGREVISION bumps for net/libpcap update.jperkin1-1/+2
2013-01-11Match pcap_handler. Add missing includes.joerg3-1/+50
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz1-2/+2
2009-02-16DESTDIR supportjoerg3-7/+9
2008-04-07Fix DESTDIR.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-04-25Convert to buildlink3.snj1-3/+3
2003-10-06Sniff needs to depend on the libpcap package on non-NetBSD systems, sojlam3-8/+22
convert to use buildlink2 and include libpcap/buildlink2.mk to handle this correctly. Also fix network library problems on Solaris. From pkg/22915 by Jonathan Perkin.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-04-19Move to sha1 digests, add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-24Remove redundant MAKE_ENVzuntum1-3/+1
2001-03-13refix quoting.wiz1-2/+2
2001-03-13Update sniff to 2.0.zuntum6-33/+29
Fixes pkg/12209 by Riccardo Veraldi <veraldi@cs.unibo.it> Changes since 1.0: * directly uses libpcap functions and includes a few bug fixes to the previous code. A few subroutines have been complitely rewritten.
2001-03-13Fix quoting.wiz1-2/+2
2001-03-13Pass things via MAKE_ENV in one line instead of multiple, pointed by Thomas ↵zuntum1-3/+2
Klausner
2001-03-13Initial import of sniff-1.0.zuntum6-0/+58
This program filters the tcpump raw packet data looking for logins and passwords on the most commonly used tcp ports (ftp telnet pop3 ...). It dumps sniffed data to a file named sniff.log