Port details |
- lldpd Link-Layer Discovery Protocol (LLDP 802.1ab) daemon
- 1.0.18 net-mgmt =6 1.0.18Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@simweb.ch
- Port Added: 2015-02-05 17:03:39
- Last Update: 2024-10-26 21:09:05
- Commit Hash: 6467d85
- People watching this port, also watch:: sshguard, atop, py311-iocage, ocserv
- License: ISCL
- WWW:
- https://lldpd.github.io/
- Description:
- LLDP (Link Layer Discovery Protocol) is an industry standard protocol
designed to supplant proprietary Link-Layer protocols such as
Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery
Protocol). The goal of LLDP is to provide an inter-vendor compatible
mechanism to deliver Link-Layer notifications to adjacent network
devices.
lldpd implements both reception and sending. It also implements an
SNMP subagent for net-snmp to get local and remote LLDP
information. The LLDP MIB is partially implemented but the most useful
tables are here. lldpd also partially implements LLDP-MED.
lldpd supports bridge, vlan and bonding. Bonding need to be done on
real physical devices, not on bridges, vlans, etc. However, vlans can
be mapped on the bonding device. You can bridge vlan but not add vlans
on bridges. More complex setups may give false results.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/net-mgmt/lldpd/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/lldpd
- pkg install lldpd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lldpd
- Package flavors (<flavor>: <package>)
- default: lldpd
- tiny: lldpd-tiny
- distinfo:
- TIMESTAMP = 1715532062
SHA256 (lldpd-1.0.18.tar.gz) = 4b320675d608901a4a0d4feff8f96bb846d4913d914b0cf75b7d0ae80490f2f7
SIZE (lldpd-1.0.18.tar.gz) = 1988753
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libevent.so : devel/libevent
- libnetsnmp.so : net-mgmt/net-snmp
- libxml2.so : textproc/libxml2
- This port is required by:
- for Run
-
- net-mgmt/netbox-agent
Configuration Options:
- ===> The following configuration options are available for lldpd-1.0.18:
BASH=on: Install programmable completions for Bash
DOCS=on: Build and/or install documentation
PIE=off: Build PIE (position independant executables)
PROPRIETARY=on: Support proprietary protocols (CDP/EDP/FDP/SONMP)
READLINE=off: Command line editing via libreadline
SNMP=on: Enable SNMP sub-agent (AgentX)
XML=on: XML output support
ZSH=on: Install programmable completions for zsh
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_lldpd
- USES:
- cpe libtool pkgconfig ssl
- pkg-message:
- For install:
- To run lldpd at startup, add the following line to rc.conf:
lldpd_enable="YES"
Add lldpd_flags to rc.conf control its behaviour.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.18 26 Oct 2024 21:09:05 |
Daniel Engberg (diizzy) Author: John W. O'Brien |
net-mgmt/lldpd: Remove DTRACE option
It's been broken for years so remove option until it works again
PR: 280451
Approved by: portmgr (maintainer timeout, 2+ months) |
1.0.18 26 Jul 2024 02:07:21 |
Charlie Li (vishwin) Author: John W. O'Brien |
net-mgmt/lldpd: Update to 1.0.18
- Use writable chroot for timezone file
- USES=pkgconfig to detect system libevent
- Remove obsolete (since 0.9.7) JSON option
- Remove unnecessary USES=libedit with XML option
- Pet portlint and other minor improvements
Changelogs:
- https://github.com/lldpd/lldpd/releases/tag/1.0.15
- https://github.com/lldpd/lldpd/releases/tag/1.0.16
- https://github.com/lldpd/lldpd/releases/tag/1.0.17
- https://github.com/lldpd/lldpd/releases/tag/1.0.18
PR: 277851
Reported by: ngie
Reviewed by: ngie
Approved by: maintainer timeout (three months)
Sponsored by: Saltant Solutions LLC
Differential Revision: https://reviews.freebsd.org/D45168 |
1.0.14_1 25 Feb 2024 06:42:21 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/lldpd: Moved man to share/man
Approved by: portmgr (blanket) |
1.0.14 02 Jul 2023 11:09:32 |
Eugene Grosbein (eugen) |
net-mgmt/lldpd: tiny flavor
Reported by: marck
Approved by: freebsd@simweb.ch (maintainer)
Differential Revision: https://reviews.freebsd.org/D40838 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.14 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.14 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
1.0.14 09 Jun 2022 20:49:10 |
Fernando Apesteguía (fernape) Author: punkt.de Hosting Team |
net-mgmt/lldpd: update to 1.0.14
ChangeLog: https://github.com/lldpd/lldpd/releases/tag/1.0.14
Changes
* Add configure commands to alter inventory TLVs (#508)
Fix:
* Update seccomp rules for newer kernel/libc (#488)
* Correctly handle an interface whose index has changed (#490)
* Don't send VLANs when there are too many (#501)
PR: 264355
Reported by: mops@punkt.de
Approved by: freebsd@simweb.ch (maintainer) |
1.0.13_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.0.13_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.0.13 13 Mar 2022 19:19:10 |
Kurt Jaeger (pi) Author: Luiz Amaral |
net-mgmt/lldpd: update 1.0.8 -> 1.0.13
PR: 260904
Approved by: Mathieu Simon <freebsd@simweb.ch> (maintainer)
Relnotes: https://github.com/lldpd/lldpd/releases/tag/1.0.9
https://github.com/lldpd/lldpd/releases/tag/1.0.10
https://github.com/lldpd/lldpd/releases/tag/1.0.11
https://github.com/lldpd/lldpd/releases/tag/1.0.12
https://github.com/lldpd/lldpd/releases/tag/1.0.13 |
1.0.8_1 19 Oct 2021 11:14:41 |
Stefan Eßer (se) |
net-mgmt/lldpd: Add CPE information
Approved by: portmgr (blanket) |
1.0.8_1 17 Apr 2021 09:25:56 |
Rainer Hurling (rhurlin) |
net-mgmt/lldpd: Correct SNMP deps
Remove SNMP dependencies that have crept in by mistake.
Reported by: Niclas Zeising <zeising@FreeBSD.org> |
1.0.8 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.0.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.8 15 Feb 2021 20:18:11 |
rhurlin |
net-mgmt/lldpd: Update to 1.0.8
Changelog: https://github.com/lldpd/lldpd/compare/1.0.4...1.0.8
PR: 253512
Submitted by: Brad Davis <brd@FreeBSD.org> |
1.0.4 02 Sep 2019 16:35:15 |
swills |
net-mgmt/lldpd: Update to 1.0.4
PR: 240120
Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer) |
1.0.3_1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.0.3_1 02 Aug 2019 13:30:40 |
jbeich |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
1.0.3 22 May 2019 12:53:34 |
zi |
- Update to 1.0.3 to resolve build failure (undefined symbol:
arc4random_addrandom) |
1.0.1 06 May 2018 16:25:15 |
krion |
Update to 1.0.1
PR: 228024
Submitted by: maintainer |
0.9.9 23 Mar 2018 11:53:11 |
linimon |
Disable dtrace on arm for now; fails to link.
PR: 224271
Submitted by: mikael.urankar
Approved by: maintainer |
0.9.9 21 Feb 2018 21:42:03 |
dbaio |
net-mgmt/lldpd: Update to 0.9.9
Patches removed were incorporated upstream.
Changes: https://github.com/vincentbernat/lldpd/blob/0.9.9/NEWS
PR: 225595
Reported by: Denny Page <dennypage@me.com>
Approved by: Mathieu Simon <freebsd@simweb.ch> (maintainer) |
0.9.4_3 11 Aug 2017 10:15:11 |
woodsb02 |
net-mgmt/lldpd: Fix install location for zsh completion file
- Also enable ZSH option by default to install completion file
PR: 220244
Approved by: Mathieu Simon <freebsd@simweb.ch> (maintainer)
MFH: 2017Q3 |
0.9.4_2 20 Feb 2017 02:57:04 |
jbeich |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
0.9.4_1 04 Feb 2017 07:56:59 |
jbeich |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer) |
0.9.4 25 Jun 2016 23:47:22 |
junovitch |
net-mgmt/lldpd: update 0.9.2 -> 0.9.4
- Fix lldpd(8) in post-patch to show correct lldpd config file/directory path.
- Apply extra patches taken from upstream right after 0.9.4 was released:
* Fix build issues with 9.3's older cpp not supporting mutiple files as input.
(likely Tier 2 archs with GCC 4.2 too)
* Fix a regression which was caused by importing/adding support for new
OpenBSD ifmediareq changes* and the use of typeof in 0.9.4
lldpd (0.9.3)
* Do not rely on support of constructors for liblldpctl.
* Always log to stderr (even in addition to syslog).
* `lldpcli watch` accepts a limit on the number of received events.
* `lldpcli -f {xml,json} watch` should work now.
* Consider `veth` interfaces as physical interfaces. (Only the first 15 lines of the commit message are shown above ) |
0.9.2 21 Apr 2016 19:29:14 |
pi |
net-mgmt/lldpd: 0.9.1 -> 0.9.1
Change:
- Ability to add/remove/replace custom TLV from lldpcli.
- LLDP-MED capabilities are displayed differently in lldpcli.
- Limit the maximum depth (5) when trying to apply a VLAN.
- Change JSON output format when using json-c to match Jansson
output.
- Integration tests for the major parts of lldpd, including use of
address and leak sanitizer.
Fix:
- LLDP-MED POE TLV are now displayed in lldpcli.
- Ignore lower link when it is in another namespace.
- Fix various problems with interfaces being enslaved.
- Fix a memory leak when modifying port-related settings.
PR: 208960
Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer) |
0.9.1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.9.1 28 Feb 2016 13:31:29 |
rakuco |
Update to 0.9.1.
PR: 207439
Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer) |
0.9.0 18 Jan 2016 13:14:53 |
miwi |
- Update to 0.9.0
PR: 206361
Submitted by: maintainer |
0.7.19 27 Oct 2015 13:44:13 |
mat |
Update to 0.7.19.
Fixes a buffer overflow allowing arbitrary code execution.
PR: 204044
Submitted by: maintainer
MFH: 2015Q4
Security: 2a4a112a-7c1b-11e5-bd77-0800275369e2
Sponsored by: Absolight |
0.7.18 10 Oct 2015 13:44:11 |
junovitch |
net-mgmt/lldpd: Add maintainer's mirror to MASTER_SITES
PR: 203621
Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer) |
0.7.18 09 Oct 2015 20:02:04 |
junovitch |
net-mgmt/lldpd: update 0.7.16 -> 0.7.18
- Add additional information to README on -I interface flag usage
- Change formatting of pkg-message
Changes: https://github.com/vincentbernat/lldpd/compare/0.7.16...0.7.18
PR: 203621
Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer) |
0.7.16 12 Aug 2015 01:45:37 |
junovitch |
net-mgmt/lldpd: update 0.7.15 -> 0.7.16
- Explicitly set --enable-hardening configure option
- Chase upstream bash completion path change in pkg-plist
PR: 202245
Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer)
Approved by: pgollucci (mentor) |
0.7.15 17 Jun 2015 16:52:20 |
amdmi3 |
- Update to 0.7.15
- Remove hidden dependency on doxygen
PR: 200876
Submitted by: freebsd@simweb.ch (maintainer) |
0.7.14 10 May 2015 15:17:08 |
rodrigo |
Upgrade net-mgmt/lldpd to 0.7.14
PR: 199449
Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer) |
0.7.13_1 15 Mar 2015 18:44:29 |
rodrigo |
Fix rc script
Bump port revision
PR: 198571
Submitted by: <jason.unovitch@gmail.com> |
0.7.13 05 Feb 2015 17:03:15 |
rodrigo |
Add lldp, an implementation of the LLDP industry protocol
PR: 189824
Submitted by: freebsd@simweb.ch
Reviewed by: danfe |