Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Apr 2016 19:29:14 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413753 - head/net-mgmt/lldpd
Message-ID:  <201604211929.u3LJTEAs007898@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Apr 21 19:29:14 2016
New Revision: 413753
URL: https://svnweb.freebsd.org/changeset/ports/413753

Log:
  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)

Modified:
  head/net-mgmt/lldpd/Makefile
  head/net-mgmt/lldpd/distinfo

Modified: head/net-mgmt/lldpd/Makefile
==============================================================================
--- head/net-mgmt/lldpd/Makefile	Thu Apr 21 19:28:05 2016	(r413752)
+++ head/net-mgmt/lldpd/Makefile	Thu Apr 21 19:29:14 2016	(r413753)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lldpd
-PORTVERSION=	0.9.1
+PORTVERSION=	0.9.2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://media.luffy.cx/files/${PORTNAME}/ \
 		http://mirror.1labs.ch/${PORTNAME}/

Modified: head/net-mgmt/lldpd/distinfo
==============================================================================
--- head/net-mgmt/lldpd/distinfo	Thu Apr 21 19:28:05 2016	(r413752)
+++ head/net-mgmt/lldpd/distinfo	Thu Apr 21 19:29:14 2016	(r413753)
@@ -1,2 +1,2 @@
-SHA256 (lldpd-0.9.1.tar.gz) = 16ad6d513a6a0c6c201ce4941693c0e9d6fce83bbfa3733620354d1ac9a60908
-SIZE (lldpd-0.9.1.tar.gz) = 1600504
+SHA256 (lldpd-0.9.2.tar.gz) = 6054f29d41faf32186a22331853a299c87f4419b4332df4a564f76a139305a32
+SIZE (lldpd-0.9.2.tar.gz) = 1600648



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604211929.u3LJTEAs007898>