summaryrefslogtreecommitdiff
path: root/net/lldpd
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-05-23(pkgsrc)mef2-6/+7
- Add TEST_TARGET= check, but still all the numbers are zero. (upstream) - Update to 0.7.15 ---------------- 0.7.15 [2015-05-21 08:45:55 +0200]: - [b6371c9f6664] lib: don't use priority with constructor (Vincent Bernat) - [441d53f9ae8e] redhat: don't build with JSON by default (Vincent Bernat) - [f42b82148976] build: only uses -pie when linking programs (Vincent Bernat) - [84942a4aeb58] build: when checking for additional flags, be fatal on errors (Vincent Bernat) - [1cce9f1a07c7] lldp: do appropriate cleanup when unable to allocate memory (Vincent Bernat) - [151ed0cd9708] travis: don't install libtool/autoconf/automake (Vincent Bernat) - [a53e59f264aa] tests: document the suppression file for valgrind (Vincent Bernat) - [3db3d0633eee] build: don't use -Wl,-pie (Vincent Bernat) - [2216fdf1ef0f] redhat: fix dates in .spec (Vincent Bernat) - [f4a0a3fc7b19] build: require json-c >= 0.10 (Vincent Bernat) - [36d72b11b57f] redhat: fix a typo in conditional JSON support (Vincent Bernat) - [5592bec999ab] redhat: provide a simpler buildroot (Vincent Bernat) - [b896513bc25e] release: prepare new version (Vincent Bernat) - [39a39abf7c9c] lldpcli: fix another memory leak when querying statistics (Vincent Bernat) - [d68bcbe9653a] lldpcli: fix a memory leak when querying custom TLVs (Vincent Bernat) - [74d82c9dfac6] build: rename valgrind suppression file to match the right tool (Vincent Bernat) - [38d74e8a04e1] ctl: don't use C99 designated initializer for structs to travel on a socket (Vincent Bernat) - [389ac8bd97cd] tests: provide a complete test file for lldpcli (Vincent Bernat) - [a6509ccc4ea6] lib: use ssize_t to store result from write() (Vincent Bernat) - [26498cf46f10] doc: fix example of "configure dot3 power" command (Vincent Bernat) - [120c071a0365] doc: fix example of "configure med location address" command (Vincent Bernat) - [4edc4960671f] doc: fix documentation of "configure lldp portidsubtype" (Vincent Bernat) - [a52e464f4582] tests: remove old reference to ifdump.txt (Vincent Bernat) - [24133f559158] doc: add an entry for setting custom TLV in lldpcli manual page (Vincent Bernat) - [d0e76b5f6e42] doc: add a NEWS entry for custom/unknown TLV (Vincent Bernat) - [11f906138450] Merge pull request #109 from commodo/add-custom-tlvs (Vincent Bernat) - [5666332755c8] build: compile libevent with -fPIC (Vincent Bernat) - [d24247edcbe2] build: try -Wl,-pie before trying -pie for clang (Vincent Bernat) - [1aa3748ca854] build: don't enable PIE when using embedded libevent (Vincent Bernat) - [c4edeadc8b08] build: also try to build a PIE when hardening is not disabled. (Vincent Bernat) - [8738a36d30e2] build: add a switch to disable hardening functions (Vincent Bernat) - [8caf43416452] lldpd: convert 'oui_info' member to dynamic array (Alexandru Ardelean) - [fb1b78bb7611] lldpd: make custom TLV code optional (Alexandru Ardelean) - [26331a26d551] client: display custom TLVs when lldpctl is called (Alexandru Ardelean) - [41cb778179b2] client: implement client interface for custom TLVs (Alexandru Ardelean) - [6cff1e665e72] daemon: implement client interface for custom TLVs (Alexandru Ardelean) - [c576fd21a416] lib: add custom TLV + list atom(s) (Alexandru Ardelean) - [cd5de7a2ea13] daemon: add basic custom TLV send & receive (Alexandru Ardelean) - [9c242613cd7b] daemon: reduce log_info() to log_debug() for unknown TLV types (Alexandru Ardelean) - [86f4c1ef8be4] lib: move lldpd-structs.h include into atom.h (Alexandru Ardelean) - [e7113d69b9cb] lib: add null check to lldpctl_atom_inc_ref() (Alexandru Ardelean) - [b1bebd3f2550] lldpd: move LLDP_TLV_ORG to lldp-const.h (Alexandru Ardelean) - [2389d2ccf7be] lib: enable ability to change log level on-the-fly (Vincent Bernat) - [082c03a94583] lldpcli: ensure we also display logs from liblldpctl (Vincent Bernat) - [c11e6765727b] tests: fix typo in SNMP checks with protocol identity (Vincent Bernat) - [63e52965607e] frame: change checksum function (Vincent Bernat) - [6d3c1ce032f8] tests: fix SNMP tests (Vincent Bernat) - [d99c23687985] tests: fix signed/unsigned discrepancy (Vincent Bernat) - [8d92800b8801] build: cleaner way to not alter CFLAGS/CPPFLAGS/LDFLAGS (Vincent Bernat) - [dd8c9fe3b168] build: enable JSON/XML support automatically by default (Vincent Bernat) - [3250e17b3649] redhat: enable JSON support if recent enough (Vincent Bernat) - [ec6a8dcffbc9] debian: enable JSON support (Vincent Bernat) - [fa9b12c57b7a] build: automatic detection of optional features (Vincent Bernat) - [3fa294062b97] client: only output supported formats (Vincent Bernat) - [a742670827b8] client: complain if the provided format is not supported (Vincent Bernat) - [bacc4a6ad3c4] client: fix a trivial typo (Vincent Bernat) - [e613fdaa7f8a] Merge pull request #106 from commodo/make-some-tlvs-optional (Vincent Bernat) - [e119d5ddf364] client: add some log_debug() messages (Alexandru Ardelean) - [1d7c86b56ce0] tests/check_lldp: add global config object for testing (Alexandru Ardelean) - [1c2217aa0df9] lldpd: make management addresses advertisement optional (Alexandru Ardelean) - [ca838758db3c] lldpd: make chassis capabilities advertisement optional (Alexandru Ardelean) - [8262175deca8] daemon/lldpd.c: free() cfg at end of main function (Alexandru Ardelean) - [7d67839872b3] daemon/protocols/lldp.c: do not send system capabilities if none available (Alexandru Ardelean) - [ef8140572e04] lib: don't define __constructor__ twice (Vincent Bernat) - [e8d465451a3b] Merge pull request #105 from commodo/cleanup (Vincent Bernat) - [9e2db64f1cce] daemon: move protocol files into subfolder (Alexandru Ardelean) - [4b2ee1a0a9de] lib/atom.c: move here remaining code from atom-private.c (Alexandru Ardelean) - [a5f987172cbe] lib/private.h: rename to atom.h (Alexandru Ardelean) - [94c9815776cc] lib/atom-private.c: break it into smaller modules (Alexandru Ardelean) - [9bec20443e7e] lib/atom-private.c: move 'struct atom-builder' to private.h (Alexandru Ardelean) - [84b41218830f] configure.ac: add 'subdir-objects' option (Alexandru Ardelean)
2015-04-11Update to 0.7.14mef2-6/+6
---------------- 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-01-15Update 0.7.12 to 0.7.13mef2-6/+6
lldpd (0.7.13) * Fix: + Unbreak customization of Unix socket path from command line.
2014-12-13(pkgsrc)mef3-7/+21
- 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-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-10-07(Upstream update 0.7.9 to 0.7.10)mef2-6/+6
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-06-13Bump 0.7.6 to 0.7.9mef4-8/+44
(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-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-1/+2
2013-09-13Bump Verson 0.7.5 to 0.7.6mef3-8/+8
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-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin1-1/+2
sysutils/user_* packages.
2013-07-02pkgsrc:mef10-230/+7
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-05-09DragonFly support is being added. More patchesmef4-1/+83
(net/agr/if_agrioctl.h is missing now).
2013-05-09DragonFly support is being Added, but not completed yet.mef7-2/+144
NOT_FOR_PLATFORM= DragonFly-*-* is in Makefile. The function interfaces_update in src/daemon/lldpd.{c,h} has to be fixed.
2013-05-09from configure script, libevent>=2.0.5 is required, or bundled libevent will beobache1-1/+2
used.
2013-05-09New package lldpd-0.7.2 proposed by yamt@ as PR pkg/47560mef5-0/+81
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.