Commit graph

15 commits

Author SHA1 Message Date
mef
6c32adee2e Update to 0.7.14
----------------
lldpd (0.7.14)
  * Features:
    + Shutdown LLPDU are sent on MSAP change and when lldpd exits.
    + When an exact IP is provided as a management pattern, use it
      unconditionally.
    + Ability to set port ID and description to an arbitrary value,
      thanks to Alexandru Ardelean.
  * Fix:
    + Incorrect boundary check when decoding management address and
      protocol identity may lead to lldpd crash when processing
      malformed LLDPDU.
    + Many edge cases where lldpd was leaving hanging processes after
      crashing.
2015-04-11 11:58:59 +00:00
mef
5e06337065 Update 0.7.12 to 0.7.13
lldpd (0.7.13)
  * Fix:
    + Unbreak customization of Unix socket path from command line.
2015-01-15 13:54:40 +00:00
mef
59237619f6 (pkgsrc)
- Add two files as CONF_FILES:
   etc/lldpd.d/README.conf
   etc/bash_completion.d/lldpcli.bash-completion

(upstream)
 - Update 0.7.10 to 0.7.12
lldpd (0.7.12)
  * Features:
    + Interface pattern, management pattern, system description,
      system platform and system hostname can be unconfigured to their
      default values.
  * Fix:
    + Don't complain when parsing a commented line.
    + Correctly persist configuration changes for "system interface
      promiscuous", "system interface description" "med fast-start
      enable", "pause" and "resume".
    + Fix listening on bond devices for old kernels (< 2.6.27).

lldpd (0.7.11)
  * Features:
    + Ship bash and zsh completion.
    + Abort when some command-line options are repeated.
  * Fix:
    + Handle correctly read failures in liblldpctl.
2014-12-13 14:14:49 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
mef
c3f561cabd (Upstream update 0.7.9 to 0.7.10)
0.7.10 [2014-07-21 18:06:54 +0200]:

 - [87ebf13df38c] NEWS: add a word about json-c library support (Vincent Bernat)
 - [5dcd280d1267] lldpcli: fix jansson implementation of the JSON output (Vincent Bernat)
 - [71542b4ec734] configure: if --with-json, default to jansson implementation (Vincent Bernat)
 - [368daef3d649] cdp: complete manual page with CDP-related options (Vincent Bernat)
 - [611aba00053c] cdp: Make it possible to enable CDPv2 without enabling CDPv1 (Michel Stam)
 - [5d8f75fe9fdc] lldpcli: Add json description to lldpcli usage (Michel Stam)
 - [619c379964fd] cdp: Add power requirement to CDPv2 frames (Michel Stam)
 - [8ff14a6d117e] lldpcli: Add support for JSON-C (Michel Stam)
 - [62d6f99d2d17] lldpcli: make complete command work on privleged commands as well (Vincent Bernat)
 - [314f382a5093] lldpcli: provide a hidden complete command for shell completion (Vincent Bernat)
 - [e13945c02c44] lldpcli: change how privileged commands are declared (Vincent Bernat)
 - [40df69956ad0] lldpcli: reformat a bit bash completion to be more readable (Vincent Bernat)
 - [ecd41283aa58] priv: avoid a socket leak when interface is already in promisc (Vincent Bernat)
 - [ba908c4eedaa] snmp: avoid deferencing a pointer when it may be NULL (Vincent Bernat)
 - [5317a14a3f0e] dcbx tlv recd are printed as log_debug (Sam Tannous)
 - [7efa65c16ec7] lldpcli: use protocol map from liblldpctl to select protocol (Vincent Bernat)
 - [baaa96d1530c] lldpcli: document `-u` argument in synopsis (Vincent Bernat)
 - [494264f0f831] lldpcli: add display filter to show nbrs running specific protocols (Sam Tannous)
 - [e147917d5257] lib: update liblldpctl versioning (Vincent Bernat)
 - [1fa64c11d337] Add call to process more messages from data already read. (Sam Tannous)
 - [0469161dd554] Add error code to the multicast address add/delete failure msg (Sam Tannous)
 - [4f670a1e8ace] Move interface update msg to debug level (Sam Tannous)
 - [003620d3104b] Add ignore handler for SIGHUP in lldpcli (Sam Tannous)
 - [aef05ae38c63] This patch adds bash completion for lldpcli. (Sam Tannous)
 - [ea51049df882] snmp: use poll() to wait for AgentX socket to be ready (Vincent Bernat)
 - [dc6436adb4db] snmp: preserve previous flags when making AgentX socket non-blocking (Vincent Bernat)
 - [b93e39a16736] make agentx socket non-blocking (Sam Tannous)
 - [ad21b578b215] Make "too many neighbors for port" msg appear less frequently (Sam Tannous)
 - [aca48e4ba570] lldpd: Fix netlink notification group for address changes (Sam Tannous)
 - [b0b8841b0b42] Increase event buffer (Sam Tannous)
 - [e595efb4c177] log: info messages should be logged on syslog but not on first debug level (Vincent Bernat)
 - [254e5134d933] lldpd: fix log_info (Sam Tannous)
 - [5e23c6b99bd3] NEWS: credit seccomp fix (Vincent Bernat)
 - [d64549384f6f] lldpd: fix use of NULL in execl* (Vincent Bernat)
 - [d769cdb235cc] Merge pull request #70 from chutz/seccomp-whitelist (Vincent Bernat)
 - [285b33afd0da] lldpd: whitelist sendto, poll, recvmsg and readv in seccomp sandbox (Patrick McLean)
 - [1059a20e7e2d] NEWS: add a word about ability to disable LLDP (Vincent Bernat)
 - [b8a802bc7d8a] lldpd: fix how LLDP can be disabled (Vincent Bernat)
 - [806eaef4832a] cdp: don't expect and off-by-one checksum (Vincent Bernat)
 - [a5a60bbf97ed] frame: fix CDP checksum (udbxtd2008)
 - [f4da5f84837c] README: document the new promisc interface in README as well (Vincent Bernat)
 - [0a6f3866b830] lldpcli: give more details in the manual page about promiscuous mode (Vincent Bernat)
 - [f84199ddf6c9] lldpcli: add an option to enable promisc mode on managed interfaces (Vincent Bernat)
 - [ace524261458] priv: don't output rc status twice when unable to open socket (Vincent Bernat)
 - [50724a52606f] README: more about Cisco sending LLDP frames on VLAN 1 (Vincent Bernat)
 - [af5f56616c7f] osx: update version to 0.7.9 (Vincent Bernat)
2014-10-07 14:35:16 +00:00
mef
c5051ba543 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.
2014-06-13 03:06:09 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
mef
bf154243eb Bump Verson 0.7.5 to 0.7.6
lldpd (0.7.6)
  * Features:
    + Provide a way to build packages for OSX.
    + Add an option to update interface description with neighbor name.
  * Fixes:
    + Compilation fix for OSX 10.6.
2013-09-13 07:29:10 +00:00
jperkin
b091c2f172 Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
2013-07-12 10:44:52 +00:00
mef
dbc74d5239 pkgsrc:
Bump 0.7.2 to 0.7.5
  Following line in Makefile removed.
    NOT_FOR_PLATFORM=     DragonFly-*-*
  Following line in Makefile Added.
    BUILD_DEFS+=	VARBASE
  All the patches (for trying to add DragonFly)
    are removed, now DragonFly is supported.

ChangeLog of upstream:
0.7.5 [2013-06-22 13:57:31 +0200]:

 - [2169efb] tokenizer: input buffer was too small (Vincent Bernat)
 - [6712d3e] packaging: update packaging (Vincent Bernat)

0.7.4 [2013-06-22 12:15:47 +0200]:

 - [1381217] bpf: on OpenBSD, invert the filter direction (Vincent Bernat)
 - [96b97fa] NEWS: add an entry for the use of `setproctitle()` (Vincent Bernat)
 - [f0d2157] compat: declare `setproctitle()` as a printf function (Vincent Bernat)
 - [19ce813] debian: build-depends on libbssd-dev (Vincent Bernat)
 - [e7103af] lldpd: when no `setproctitle()` available, don't count neighbors (Vincent Bernat)
 - [480f1c6] lldpd: count number of chassis to get number of neighbors (Vincent Bernat)
 - [25eb187] lldpd: don't call `lldpd_count_neighbors()` too many times (Vincent Bernat)
 - [66879d4] build: use libbsd if available, also use `setproctitle()` (Vincent Bernat)
 - [3f70e11] lldpcli: `configure system platform` to override platform description (Vincent Bernat)
 - [decaec0] lldpcli: `configure system description` to override chassis description (Vincent Bernat)
 - [994b337] lldpcli: split `conf.c` into `conf-system.c` and `conf-lldp.c`. (Vincent Bernat)
 - [48d0a4b] lldpcli: `configure system interface pattern` instead of `configure lldp iface-pattern` (Vincent Bernat)
 - [a3e0896] libevent: use GitHub git tree (Vincent Bernat)
 - [c11e397] debian: sync packaging with official Debian package (Vincent Bernat)
 - [e39f079] libevent: switch to patches-2.0 branch to get the appropriate automake fix (Vincent Bernat)
 - [8677ddc] git: ignore test-driver, generated by recent automake versions (Vincent Bernat)
 - [bea0d76] Fixed some boundary conditions in code that cleans remote ports on ttl expiry. (Roopa Prabhu)
 - [5aeda65] liblldpctl: fix infinite loop when user is reading fixed chunks (Pradosh Mohapatra)
 - [d823429] marshal: fix alignment issue when unserializing (Vincent Bernat)
 - [bea7031] log: fix memory leak when using a log handler (Vincent Bernat)
 - [a8da186] marshal: don't declare serialize/unserialize helper for string (Vincent Bernat)
 - [02cf035] lldpd: fix an alignment (non-)issue (Vincent Bernat)
 - [bd8a886] lldpcli: don't use an hack to pass the writer to watch callback (Vincent Bernat)
 - [985a4cb] marshal: provide type-specific serialization/unserialization functions (Vincent Bernat)
 - [aba549a] client: fix a memory leak when changing lldpd configuration (Vincent Bernat)
 - [93afd29] ctl: fix a memory leak when cleaning control socket (Vincent Bernat)
 - [e681c85] client: trigger interface refresh when updating interface pattern (Vincent Bernat)
 - [e26a25c] lib: fix a memory leak when modifying interface pattern (Vincent Bernat)
 - [0093777] lldpcli: document "configure lldp iface-pattern" in manual page (Vincent Bernat)
 - [7e516f1] lldpctl.h: document possibility to write iface-pattern (Vincent Bernat)
 - [346a0f6] lldpcli: Add support to set iface-pattern (roopa)
 - [0728cb8] sonmp: allow SONMP unittests to work without a global config (Vincent Bernat)
 - [ea481e3] man: document tx-hold (Vincent Bernat)
 - [cb5f739] man: tx-interval cannot be set per port (Vincent Bernat)
 - [c10302a] lldpd: Add tx_hold (roopa)
 - [5920dbf] lldpcli: don't rely on `fgetln()` providing a NULL-terminated string (Vincent Bernat)
 - [655145c] lldpcli: don't free input line (Vincent Bernat)
 - [d1dc456] lib: keep space for new values in `lldpctl_key_t` (Vincent Bernat)
 - [40116b4] debian: synchronize packaging with Debian (Vincent Bernat)
 - [e91ca9d] release: prepare 0.7.3 (Vincent Bernat)

0.7.3 [2013-05-09 00:05:36 +0200]:

 - [a1728b7] NEWS: add a word about Solaris support (Vincent Bernat)
 - [b1a8985] solaris: less intrusive way to get CMSG_* macros (Vincent Bernat)
 - [815b799] solaris: assume that IP forwarding is disabled (Vincent Bernat)
 - [c3e340b] solaris: preliminary support (Vincent Bernat)
 - [d0787f4] NEWS: add an entry about LLDP-MED fast start. (Vincent Bernat)
 - [486a613] lldpcli: allow to enable/disable fast-start and set delay (Vincent Bernat)
 - [d6d42d5] lldpd: enable fast start by default (Vincent Bernat)
 - [be511d0] lldpd: make fast start work only when receiving LLDP-MED LLDPDU (Vincent Bernat)
 - [b9de0ca] lldpd: fast start support (roopa)
 - [7ba4a18] configure: use `AC_PROG_EGREP` to find a suitable `grep -E` (Vincent Bernat)
 - [ae5cae0] lib: use uint8_t instead of u_int8_t (Vincent Bernat)
 - [91e0280] configure: display configured OS (Vincent Bernat)
 - [885aa4f] lldpcli: complete the manual page with the syntax of "show statistics" (Vincent Bernat)
 - [d947819] lldpcli: summary of statistics is done on provided ports only (Vincent Bernat)
 - [048ed9d] lldpcli: fix two warnings introduced by the previous commit (Vincent Bernat)
 - [adcb76f] NEWS: add an entry for "show statistics summary" command (Vincent Bernat)
 - [5331eb2] lldpcli: global stats command (roopa)
 - [1b3eea3] os: add support for DragonFly BSD (Vincent Bernat)
 - [de461f1] netlink: fix IP address discovery (Vincent Bernat)
 - [3fc1a10] lldpcli: fix typo in the man page for setting altitude (Vincent Bernat)
 - [45a83f3] bsd: don't report a warning when no media information is present (Vincent Bernat)
2013-07-02 16:35:13 +00:00
mef
8c938b217f DragonFly support is being added. More patches
(net/agr/if_agrioctl.h is missing now).
2013-05-09 06:55:56 +00:00
mef
84e36db50a DragonFly support is being Added, but not completed yet.
NOT_FOR_PLATFORM= DragonFly-*-* is in Makefile.
The function interfaces_update in src/daemon/lldpd.{c,h} has to be fixed.
2013-05-09 05:42:53 +00:00
obache
29b4506bc9 from configure script, libevent>=2.0.5 is required, or bundled libevent will be
used.
2013-05-09 02:05:55 +00:00
mef
b3b9b58a60 New package lldpd-0.7.2 proposed by yamt@ as PR pkg/47560
LLDP allows you to know exactly on which port is a server
(and reciprocally).

LLDP is an industry standard protocol designed to supplant proprietary
Link-Layer protocols such as EDP or CDP. The goal of LLDP is to provide
an inter-vendor compatible mechanism to deliver Link-Layer notifications
to adjacent network devices.

lldpd is an ISC-licensed implementation of LLDP for various Unixes.
It also supports some proprietary protocols.
2013-05-09 01:39:42 +00:00