From owner-svn-ports-head@freebsd.org Wed Aug 12 01:45:38 2015 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 012FF99E8FC; Wed, 12 Aug 2015 01:45:38 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 CD369919; Wed, 12 Aug 2015 01:45:37 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7C1jb81054507; Wed, 12 Aug 2015 01:45:37 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7C1jbo0054502; Wed, 12 Aug 2015 01:45:37 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201508120145.t7C1jbo0054502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 12 Aug 2015 01:45:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394000 - 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.20 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: Wed, 12 Aug 2015 01:45:38 -0000 Author: junovitch Date: Wed Aug 12 01:45:36 2015 New Revision: 394000 URL: https://svnweb.freebsd.org/changeset/ports/394000 Log: 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 (maintainer) Approved by: pgollucci (mentor) Modified: head/net-mgmt/lldpd/Makefile head/net-mgmt/lldpd/distinfo head/net-mgmt/lldpd/pkg-plist Modified: head/net-mgmt/lldpd/Makefile ============================================================================== --- head/net-mgmt/lldpd/Makefile Wed Aug 12 01:36:35 2015 (r393999) +++ head/net-mgmt/lldpd/Makefile Wed Aug 12 01:45:36 2015 (r394000) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lldpd -PORTVERSION= 0.7.15 +PORTVERSION= 0.7.16 CATEGORIES= net-mgmt MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/ @@ -18,6 +18,7 @@ USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doxygen-doc \ + --enable-hardening \ --enable-privsep \ --with-privsep-chroot=/var/empty \ --with-lldpd-ctl-socket=/var/run/lldpd.socket \ Modified: head/net-mgmt/lldpd/distinfo ============================================================================== --- head/net-mgmt/lldpd/distinfo Wed Aug 12 01:36:35 2015 (r393999) +++ head/net-mgmt/lldpd/distinfo Wed Aug 12 01:45:36 2015 (r394000) @@ -1,2 +1,2 @@ -SHA256 (lldpd-0.7.15.tar.gz) = c891d6d4480a6a890561ac43d8cc923bd027deb82a3999d65f37d96ca368c246 -SIZE (lldpd-0.7.15.tar.gz) = 1529127 +SHA256 (lldpd-0.7.16.tar.gz) = a0b85a5e685b8e7dad08b6f20ea79d8bec47d8dbf39daef419bd20ad7f37d63f +SIZE (lldpd-0.7.16.tar.gz) = 1536603 Modified: head/net-mgmt/lldpd/pkg-plist ============================================================================== --- head/net-mgmt/lldpd/pkg-plist Wed Aug 12 01:36:35 2015 (r393999) +++ head/net-mgmt/lldpd/pkg-plist Wed Aug 12 01:45:36 2015 (r394000) @@ -1,11 +1,10 @@ -%%BASH%%etc/bash_completion.d/lldpcli.bash-completion %%ETCDIR%%.d/README.conf include/lldp-const.h include/lldpctl.h lib/liblldpctl.a lib/liblldpctl.so lib/liblldpctl.so.4 -lib/liblldpctl.so.4.6.0 +lib/liblldpctl.so.4.7.0 libdata/pkgconfig/lldpctl.pc man/man8/lldpcli.8.gz man/man8/lldpctl.8.gz @@ -13,6 +12,7 @@ man/man8/lldpd.8.gz sbin/lldpcli sbin/lldpctl sbin/lldpd +%%BASH%%share/bash-completion/completions/lldpcli %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTE.md %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/NEWS