Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-08-05 | add a valuable feature from Debian: quit after EOF on stdin | drochner | 1 | -9/+78 | |
being here, apply a string termination fix from Debian bump PKGREVISION | |||||
2003-11-23 | Convert to use buildlink2. Remove s/make/${MAKE}/g changes in patch-ae | jlam | 1 | -82/+11 | |
made unnecessary by tools.mk. | |||||
2003-11-10 | support darwin | danw | 1 | -2/+3 | |
2003-05-24 | Replace hard-coded 'make' by 'MAKE' to make :-) this work on Solaris; | heinz | 1 | -8/+78 | |
no revision bump necessary. Should really fix PR pkg/21045. | |||||
2003-04-30 | un-hardwire 'cc' to give this a chance of building on various | grant | 2 | -0/+68 | |
platforms. | |||||
2002-10-08 | Update netcat to netcat-1.10nb1 | abs | 5 | -96/+105 | |
Merge two netcat.c patches into a single patch file, remove unneccessary call to res_init() and pass correct make options for Linux and (untested) Solaris. | |||||
2002-08-21 | Include <string.h> in a few places to stop some warnings on alpha (and | simonb | 3 | -0/+36 | |
other 64-bit platforms?). | |||||
1999-09-07 | Document the -b option. | is | 1 | -3/+11 | |
1999-09-07 | Fixes to allow testing with IPv4 broadcast addresses: | is | 2 | -0/+64 | |
- use inet_ntoa instead of inet_addr, so that an error is different from a possible return value - add "-b" option, to switch on SO_BROADCAST (to allow sending broadcasts) |