notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-mgmt/lldpd/distinfo

Number of commits found: 17

Thursday, 9 Jun 2022
20:49 Fernando ApesteguĂ­a (fernape) search for other commits by this committer 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)
commit hash: e5a281755db870ba3a2844e3c9900612eb4167ec commit hash: e5a281755db870ba3a2844e3c9900612eb4167ec commit hash: e5a281755db870ba3a2844e3c9900612eb4167ec commit hash: e5a281755db870ba3a2844e3c9900612eb4167ec e5a2817
Sunday, 13 Mar 2022
19:19 Kurt Jaeger (pi) search for other commits by this committer 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
commit hash: 99a5f6d49b156b90dddbe435286c7d50eaae93ea commit hash: 99a5f6d49b156b90dddbe435286c7d50eaae93ea commit hash: 99a5f6d49b156b90dddbe435286c7d50eaae93ea commit hash: 99a5f6d49b156b90dddbe435286c7d50eaae93ea 99a5f6d
Monday, 15 Feb 2021
20:18 rhurlin search for other commits by this committer
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>
Original commitRevision:565335 
Monday, 2 Sep 2019
16:35 swills search for other commits by this committer
net-mgmt/lldpd: Update to 1.0.4

PR:		240120
Submitted by:	Mathieu Simon <freebsd@simweb.ch> (maintainer)
Original commitRevision:510826 
Wednesday, 22 May 2019
12:53 zi search for other commits by this committer
- Update to 1.0.3 to resolve build failure (undefined symbol:
arc4random_addrandom)
Original commitRevision:502267 
Sunday, 6 May 2018
16:25 krion search for other commits by this committer
Update to 1.0.1

PR:		228024
Submitted by:	maintainer
Original commitRevision:469237 
Wednesday, 21 Feb 2018
21:42 dbaio search for other commits by this committer
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)
Original commitRevision:462545 
Saturday, 25 Jun 2016
23:47 junovitch search for other commits by this committer
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.

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)
Original commitRevision:417507 
Thursday, 21 Apr 2016
19:29 pi search for other commits by this committer
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)
Original commitRevision:413753 
Sunday, 28 Feb 2016
13:31 rakuco search for other commits by this committer
Update to 0.9.1.

PR:		207439
Submitted by:	Mathieu Simon <freebsd@simweb.ch> (maintainer)
Original commitRevision:409740 
Monday, 18 Jan 2016
13:14 miwi search for other commits by this committer
- Update to 0.9.0

PR:		206361
Submitted by:	maintainer
Original commitRevision:406568 
Tuesday, 27 Oct 2015
13:44 mat search for other commits by this committer
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
Original commitRevision:400237 
Friday, 9 Oct 2015
20:02 junovitch search for other commits by this committer
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)
Original commitRevision:398954 
Wednesday, 12 Aug 2015
01:45 junovitch search for other commits by this committer
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)
Original commitRevision:394000 
Wednesday, 17 Jun 2015
16:52 amdmi3 search for other commits by this committer
- Update to 0.7.15
- Remove hidden dependency on doxygen

PR:		200876
Submitted by:	freebsd@simweb.ch (maintainer)
Original commitRevision:389941 
Sunday, 10 May 2015
15:17 rodrigo search for other commits by this committer
Upgrade net-mgmt/lldpd to 0.7.14

PR:		199449
Submitted by:	Mathieu Simon <freebsd@simweb.ch> (maintainer)
Original commitRevision:385962 
Thursday, 5 Feb 2015
17:03 rodrigo search for other commits by this committer
Add lldp, an implementation of the LLDP industry protocol

PR:		189824
Submitted by:	freebsd@simweb.ch
Reviewed by:	danfe
Original commitRevision:378477 

Number of commits found: 17