CVSROOT: /cvs Module name: ports Changes by: [email protected] 2011/06/16 11:42:56
Modified files:
net/ngrep : Makefile
net/ngrep/patches: patch-ngrep_c
Log message:
- pcap_yyrestart is supposed to take an argument, ngrep calls it without
one in the event of an error in the filter, this results in attempting
to deref bogus memory. pass it an explicit NULL which is handled correctly.
- don't strip the installed binary, remove USE_GROFF
