- A new network daemon, nfacctd, was introduced. It listens for
Netflow V1/V5 packets coming from the network, and then
processes data as pmacctd does.
- pmacctd's IP fragmentation handling has been strongly
enhanced.
(libpcapnav-support is disabled because libpcapnav links against libpcap.so
from base and the port itself links against libpcap.a from the port. I
haven't checked if this would indeed cause problems, but sounds like asking
for trouble to me)
Closes PR: ports/64866
Submitted by: Gaspar Chilingarov
Approved by: maintainer timeout
o Fix typo about WITHOUT_PERL knob. (1)
o Unbreak on -current after mbuf allocator changes. (2)
Submitted by: ceri (1)
Complained from: many people (2)
reports. Labels are created by making a symlink in the
arpwatch data directory that points at the textual description
(e.g. ln -s "Internal Network" dc0).
PR: ports/67838
Submitted by: maintainer
- CVS repository went to /usr/local/var/rancid/CVS
- config files went to /usr/local/etc/rancid
- the man pages are in /usr/local/man
- rancid binaries are installed in: /usr/local/libexec/rancid
PR: ports/67259
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
active flows it is possible to overflow bytecount). [1]
Also: [2]
o use DOCSDIR and DATADIR macros
o move files from pkg-plist to Makefile
o remove pkg-plist
Reported by: Gleb Smirnoff <glebius at sell dot sick dot ru>
Submitted by: Dmitry Morozovsky <marck at rinet dot ru> (maintainer) [1],
osa [2]
Approved by: maintainer
PR: 66936
- Explicitly USE_GMAKE.
- Add a switch WITH_UCDSNMP to only depend on p5-SNMP if net-snmp4 is
preferred over net-snmp, as net-snmp provides SNMP.pm (unless compiled
WITHOUT_PERL).
- Add some files to pkg-plist as makefile install targets are lazy (i.e.
they use wildcards) to avoid package deinstall failures.
- Add some needed FreeBSD patches.
Submitted by: Hiroki Sato (patches)
The clients are no longer part of this port, but will be built by
the argus-clients port, which is listed as a dependency.
Since both the argus and argus-clients ports contain the same
COPYING file and want to install it into the same directory, I have
disabled installation of the copyright file by this port, assuming
that the dependent argus-clients port already did it ...