From owner-svn-ports-head@freebsd.org Thu Apr 21 19:29:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 120C2B17C4C; Thu, 21 Apr 2016 19:29:16 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7387123E; Thu, 21 Apr 2016 19:29:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3LJTFkQ007900; Thu, 21 Apr 2016 19:29:15 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3LJTEAs007898; Thu, 21 Apr 2016 19:29:14 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604211929.u3LJTEAs007898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 21 Apr 2016 19:29:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413753 - head/net-mgmt/lldpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2016 19:29:16 -0000 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 (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