- Support for Fast Extensions (BEP 6), avoiding long hash checks
with Fast Resume and many bugfixes which make transfers happen at
a faster rate.
from niallo@. ok merdely@
- support for OpenBSD's SIOCGIFDESCR
- support for hw.vendor and hw.product on OpenBSD
- manpage now lists default user (_ladvd on OpenBSD)
- location support also works for LLDP (-L)
from MAINTAINER Paul de Weerd, thanks!
any problems on tested arch (including the ones that used to
have trouble).
- repair sysctl() use in cpu_sysctl.c, it was using the wrong
type and at least on some arch the system call was failing, so
because the code isn't careful about checking return codes and
thus used uninitialized space, it tried to allocate memory for
info structures for 128 million CPUs on one of my systems...
"definitely ok" rui@
- SNMP support is now available through an experimental Perl script.
- If snmp.conf is being used in your radiusd.conf you should delete or comment that entry.
- Check the Changelog for more information.
input and ok ajacoutot@
- addresses two potential anonymity issues.
- starts to fix a bug where in rare cases traffic from one Tor stream gets mixed into another stream.
- fixes a variety of smaller issues.
ok fgsch@
Yet another network load monitor. Slurm started as a port of a Linux
PPP link monitor called pppstatus by Gabriel Montenegro. It was then
transformed into a generic netowrk load monitor that supports *BSD,
Linux, HP-UX, and Solaris.
Slurm shows `realtime' traffic statistics, has three graph modes,
can monitor any network device, and uses curses to draw ascii
graphics, including ascii theme support.
From maintainer Ryan Freeman, adjusted by myself and ajacoutot.
ok ajacoutot@
- Tweak how CONFIGURE_ARGS are passed along so as to remove
cases where the Makefile will pass along --without-foo
--with-foo
- Add missing crypto lib for WANTLIB with the ads FLAVOR
Part of the CONFIGURE_ARGS tweaking from form@
Missing lib from WANTLIB pointed out by sthen@
ok sthen@ ajacoutot@
- add -fPIC unconditionally (requested by naddy@) by adding it to
unix.mak (in pwlib) which get sourced by the other ports
feedback from and ok naddy@, thanks!