summaryrefslogtreecommitdiff
path: root/net/hping
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz 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-10-21Fix build on SunOSfhajny1-1/+3
2013-02-06PKGREVISION bumps for net/libpcap update.jperkin1-1/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-03-21Reset maintainer, developer lost his commit bit.wiz1-2/+2
2009-02-11* detection of endian in bytesex.h is not enough, use result of byteorder.h.obache21-192/+263
* replace hard coded user and mode for hping-suid option with SPECIAL_PERMS. * replace remaining of hard coded "man" with ${PKGMANDIR}. * add DESTDIR support. * merge patch-a{e,g}, both for same file. * patch to replace __sun__ with __sun for portability, pkglint(1) said. * also regen other patches with mkpatches(1).
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-4/+4
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-03-30Update to hping2, release candidate 3salo18-60/+581
Changes: - don't install hping suid root by default, add "hping-suid" option. - add bunch on patches from Pavel Kankovsky <peak at argo.troja.mff.cuni.cz> namely: add --flood and --tcp-mss options (self-explanatory), some checksum and interface binding fixes and warning fixes 2.0.0rc3: ======= FIX: Fix for interface guessing with aliases on BSD Thanks <michel.gravey(@)orange.fr> and <cognet(@)freebsd.org> FIX: fixed cksum.c. Bad outgoing packet checksum with some packet. Thanks to Brett Eldridge <beldridg@pobox.com>. ADD: scan mode (--scan) ADD: A rc4-based PRNG to use with --rand-source and --rand-dest FIX: Fix -I option for BSD/Apple ADD: Add support for BSDI and MacOSX (thanks Dennis Opacki <dopacki@adotout.com> and Jan-Hinrich Fessel <Jan-Hinrich.Fessel@T-Mobile.de>) ADD: A few useful ICMP options ADD: Add support for : WLAN (Fabian Melzow <biop0b@web.de>) ATM (Debian bug #193436, thanks to Domenico Andreoli) Token Ring (jim.r.halfpenny@britishairways.com) ADD: MacOSX patches (Hans-Joachim Knobloch <knobloch@secorvo.de>) FIX: --rand-source patches from Quentin Garnier <hping@quatriemek.com> . ensure randomness . do not stop on errors when using a E or D class address (BSD only?)
2006-03-14DragonFly support.joerg3-5/+39
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
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-07-13this uses libpcap, so include the buildlink file,drochner4-2/+38
and add some fixes to allow building against pkgsrc libpcap
2005-06-17Create directories before installing files into them.jlam1-1/+2
2005-02-24Add RMD160 digests.agc1-1/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-25update to 2.0.0.2recht3-24/+21
patch provided by Quentin Garnier in PR 22320 rc2 changes * Major code rewrite (me) * Fix for a problem about port number printing in TCP mode (thanks to Yann Berthier) * MTU value sanity check in option parsing (Nicolas Jombart) * Fix the use of -W option (Nicolas Jombart) * strlcpy() when needed (Brieuc Jeunhomme) * source routing and random bugfixes (Brieuc Jeunhomme) * Fix a bug when using BSD and a PPP link as a default route, and more (Nicolas Jombart) * --rand-source for random source addresses (me) * --rand-dest for random destination addresses + manpage update (me) * all the atoi() call was replaced with strto[u]l() (me) * seq/ack setting using strtoul() instead of atoi() (Shachar Shemesh) * DF added to the icmp and udp output (me) * --port ++ fixed with UDP and enanched for TCP/UDP. Now the packets matches only with a sport that is in the range base_dest_port - current_dest_port (me) (Thanks to David Bar <dbar@Checkpoint.com> for the original report).
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-04-04Allow this package to be built by a non-root useragc2-1/+17
2002-04-04Add a pkg for hping (aka hping2). Sort of an amalgam of ping,atatat6-0/+90
traceroute, and nmap, hping can be used to traceroute through packet filtering routers. Among other things.