diff options
author | mef <mef> | 2014-06-13 03:06:09 +0000 |
---|---|---|
committer | mef <mef> | 2014-06-13 03:06:09 +0000 |
commit | 6cf6c9ece1e8585dcfd8b3184bf151a7c1b4496d (patch) | |
tree | 838c3f9827594598d137e259cc87e6dd84b2f627 /net/lldpd/PLIST | |
parent | fa984aa870b138681ea2b6b8e37b85cce74b09c7 (diff) | |
download | pkgsrc-6cf6c9ece1e8585dcfd8b3184bf151a7c1b4496d.tar.gz |
Bump 0.7.6 to 0.7.9
(pkgsrc)
- Add following line to find -lperl
LDFLAGS+= -L${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/CORE
- Drop NetBSD-5, net/agr/if_agrioctl.h is missing
- Add options.mk and support json, snmp, xml selection,
those were missing in configured list
- Now includes readline.buildlink3.mk
(upstream)
lldpd (0.7.9)
* Changes:
+ Default location for chroot, socket and PID are now configurable
in `./configure`. The default location is based on the value of
`runstatedir` which in turn may be based on the value of
`localstatedir` which defaults to `/usr/local/var`. Therefore,
to get the previous locations, lldpd should be configured with
`./configure --localstatedir=/var`.
* Fixes:
+ Fix `configure system bond-slave-src-mac-type local`. Also use
it as default.
* Features:
+ Add support for shutdown LLDPU.
+ Ability to configure IP management pattern from lldpcli.
+ Ability to choose what port ID should be (MAC or interface name).
lldpd (0.7.8)
* Fixes:
+ Don't hard-code default values for system name, system
description and port description. When the field is not present,
just don't display it.
+ Fix lldpcli behaviour when suid.
+ On OSX, don't use p2p0 interfaces: it would break WLAN.
+ Fix SNMP support on RHEL.
* Features:
+ Android support
+ Add the possibility to disable privilege separation (lower
memory consumption, lower security, don't do it).
+ Interfaces can now be whitelisted. For example, *,!eth*,!!eth1
is a valid pattern for all interfaces except eth ones, except
eth1. Moreover, on exact match, an matching interface
circumvents most sanity checks (like VLAN handling).
+ Ability to override the hostname.
lldpd (0.7.7)
* Features:
+ Use a locally administered MAC address or an arbitrary one
instead of null MAC address for bond devices on Linux. This is
configurable through `lldpcli`.
+ Add support for "team" driver (alternative to bond devices).
+ Preliminary support for DTrace/systemtap.
+ Preliminary support for seccomp (for monitor process).
+ Setup chroot inside lldpd instead of relying on init script.
* Fixes:
+ Various bugs related to fixed point number handling (for
coordinates in LLDP-MED)
+ Fix a regression in how MAC address of an enslaved device is
retrieved.
Diffstat (limited to 'net/lldpd/PLIST')
-rw-r--r-- | net/lldpd/PLIST | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/lldpd/PLIST b/net/lldpd/PLIST index f542c096c9a..1e3a7aa3537 100644 --- a/net/lldpd/PLIST +++ b/net/lldpd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2014/03/11 14:05:09 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/06/13 03:06:09 mef Exp $ include/lldp-const.h include/lldpctl.h lib/liblldpctl.la |