aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/lldpd
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/lldpd: Correct SNMP depsRainer Hurling2021-04-171-4/+2
| | | | | | Remove SNMP dependencies that have crept in by mistake. Reported by: Niclas Zeising <zeising@FreeBSD.org>
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-mgmt/lldpd: Update to 1.0.8Rainer Hurling2021-02-154-20/+19
| | | | | | | | | | Changelog: https://github.com/lldpd/lldpd/compare/1.0.4...1.0.8 PR: 253512 Submitted by: Brad Davis <brd@FreeBSD.org> Notes: svn path=/head/; revision=565335
* net-mgmt/lldpd: Update to 1.0.4Steve Wills2019-09-022-5/+5
| | | | | | | | PR: 240120 Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer) Notes: svn path=/head/; revision=510826
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-0/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-0/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507877
* - Update to 1.0.3 to resolve build failure (undefined symbol: ↵Ryan Steinmetz2019-05-222-4/+4
| | | | | | | arc4random_addrandom) Notes: svn path=/head/; revision=502267
* Update to 1.0.1Kirill Ponomarev2018-05-062-4/+4
| | | | | | | | PR: 228024 Submitted by: maintainer Notes: svn path=/head/; revision=469237
* Disable dtrace on arm for now; fails to link.Mark Linimon2018-03-231-0/+6
| | | | | | | | | PR: 224271 Submitted by: mikael.urankar Approved by: maintainer Notes: svn path=/head/; revision=465349
* net-mgmt/lldpd: Update to 0.9.9Danilo G. Baio2018-02-216-61/+14
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=462545
* net-mgmt/lldpd: Fix install location for zsh completion fileBen Woods2017-08-112-3/+6
| | | | | | | | | | | - Also enable ZSH option by default to install completion file PR: 220244 Approved by: Mathieu Simon <freebsd@simweb.ch> (maintainer) MFH: 2017Q3 Notes: svn path=/head/; revision=447750
* devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-201-2/+2
| | | | | | | | PR: 216777 Approved by: mm (maintainer) Notes: svn path=/head/; revision=434427
* devel/libevent2: update to 2.1.8 and cleanupJan Beich2017-02-041-0/+1
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=433286
* net-mgmt/lldpd: update 0.9.2 -> 0.9.4Jason Unovitch2016-06-255-3/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. lldpd (0.9.4) * Make lldpd accepts a `-p` option to specify the PID file. * Ability to change multicast MAC address to two additional values to reach customer bridges. * lldpcli will now display chassis TTL when detailed view is enabled. * Fix setting of local value for port ID. * Fix compilation with BSD make. * Ensure lldpcli returns an error code on invalid commands. PR: 210390 Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer) Notes: svn path=/head/; revision=417507
* net-mgmt/lldpd: 0.9.1 -> 0.9.1Kurt Jaeger2016-04-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=413753
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 0.9.1.Raphael Kubo da Costa2016-02-282-3/+3
| | | | | | | | PR: 207439 Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer) Notes: svn path=/head/; revision=409740
* - Update to 0.9.0Martin Wilke2016-01-183-5/+7
| | | | | | | | PR: 206361 Submitted by: maintainer Notes: svn path=/head/; revision=406568
* Update to 0.7.19.Mathieu Arnold2015-10-272-3/+3
| | | | | | | | | | | | | Fixes a buffer overflow allowing arbitrary code execution. PR: 204044 Submitted by: maintainer MFH: 2015Q4 Security: 2a4a112a-7c1b-11e5-bd77-0800275369e2 Sponsored by: Absolight Notes: svn path=/head/; revision=400237
* net-mgmt/lldpd: Add maintainer's mirror to MASTER_SITESJason Unovitch2015-10-101-1/+2
| | | | | | | | PR: 203621 Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer) Notes: svn path=/head/; revision=398994
* net-mgmt/lldpd: update 0.7.16 -> 0.7.18Jason Unovitch2015-10-094-6/+31
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=398954
* net-mgmt/lldpd: update 0.7.15 -> 0.7.16Jason Unovitch2015-08-123-5/+6
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=394000
* - Update to 0.7.15Dmitry Marakasov2015-06-173-5/+6
| | | | | | | | | | - Remove hidden dependency on doxygen PR: 200876 Submitted by: freebsd@simweb.ch (maintainer) Notes: svn path=/head/; revision=389941
* Upgrade net-mgmt/lldpd to 0.7.14Rodrigo Osorio2015-05-103-5/+4
| | | | | | | | PR: 199449 Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer) Notes: svn path=/head/; revision=385962
* Fix rc scriptRodrigo Osorio2015-03-152-2/+1
| | | | | | | | | | Bump port revision PR: 198571 Submitted by: <jason.unovitch@gmail.com> Notes: svn path=/head/; revision=381355
* Add lldp, an implementation of the LLDP industry protocolRodrigo Osorio2015-02-057-0/+133
PR: 189824 Submitted by: freebsd@simweb.ch Reviewed by: danfe Notes: svn path=/head/; revision=378477