Tue Oct 7 14:35:16 2014 UTC ()
(Upstream update 0.7.9 to 0.7.10)
0.7.10 [2014-07-21 18:06:54 +0200]:

 - [87ebf13df38c] NEWS: add a word about json-c library support (Vincent Bernat)
 - [5dcd280d1267] lldpcli: fix jansson implementation of the JSON output (Vincent Bernat)
 - [71542b4ec734] configure: if --with-json, default to jansson implementation (Vincent Bernat)
 - [368daef3d649] cdp: complete manual page with CDP-related options (Vincent Bernat)
 - [611aba00053c] cdp: Make it possible to enable CDPv2 without enabling CDPv1 (Michel Stam)
 - [5d8f75fe9fdc] lldpcli: Add json description to lldpcli usage (Michel Stam)
 - [619c379964fd] cdp: Add power requirement to CDPv2 frames (Michel Stam)
 - [8ff14a6d117e] lldpcli: Add support for JSON-C (Michel Stam)
 - [62d6f99d2d17] lldpcli: make complete command work on privleged commands as well (Vincent Bernat)
 - [314f382a5093] lldpcli: provide a hidden complete command for shell completion (Vincent Bernat)
 - [e13945c02c44] lldpcli: change how privileged commands are declared (Vincent Bernat)
 - [40df69956ad0] lldpcli: reformat a bit bash completion to be more readable (Vincent Bernat)
 - [ecd41283aa58] priv: avoid a socket leak when interface is already in promisc (Vincent Bernat)
 - [ba908c4eedaa] snmp: avoid deferencing a pointer when it may be NULL (Vincent Bernat)
 - [5317a14a3f0e] dcbx tlv recd are printed as log_debug (Sam Tannous)
 - [7efa65c16ec7] lldpcli: use protocol map from liblldpctl to select protocol (Vincent Bernat)
 - [baaa96d1530c] lldpcli: document `-u` argument in synopsis (Vincent Bernat)
 - [494264f0f831] lldpcli: add display filter to show nbrs running specific protocols (Sam Tannous)
 - [e147917d5257] lib: update liblldpctl versioning (Vincent Bernat)
 - [1fa64c11d337] Add call to process more messages from data already read. (Sam Tannous)
 - [0469161dd554] Add error code to the multicast address add/delete failure msg (Sam Tannous)
 - [4f670a1e8ace] Move interface update msg to debug level (Sam Tannous)
 - [003620d3104b] Add ignore handler for SIGHUP in lldpcli (Sam Tannous)
 - [aef05ae38c63] This patch adds bash completion for lldpcli. (Sam Tannous)
 - [ea51049df882] snmp: use poll() to wait for AgentX socket to be ready (Vincent Bernat)
 - [dc6436adb4db] snmp: preserve previous flags when making AgentX socket non-blocking (Vincent Bernat)
 - [b93e39a16736] make agentx socket non-blocking (Sam Tannous)
 - [ad21b578b215] Make "too many neighbors for port" msg appear less frequently (Sam Tannous)
 - [aca48e4ba570] lldpd: Fix netlink notification group for address changes (Sam Tannous)
 - [b0b8841b0b42] Increase event buffer (Sam Tannous)
 - [e595efb4c177] log: info messages should be logged on syslog but not on first debug level (Vincent Bernat)
 - [254e5134d933] lldpd: fix log_info (Sam Tannous)
 - [5e23c6b99bd3] NEWS: credit seccomp fix (Vincent Bernat)
 - [d64549384f6f] lldpd: fix use of NULL in execl* (Vincent Bernat)
 - [d769cdb235cc] Merge pull request #70 from chutz/seccomp-whitelist (Vincent Bernat)
 - [285b33afd0da] lldpd: whitelist sendto, poll, recvmsg and readv in seccomp sandbox (Patrick McLean)
 - [1059a20e7e2d] NEWS: add a word about ability to disable LLDP (Vincent Bernat)
 - [b8a802bc7d8a] lldpd: fix how LLDP can be disabled (Vincent Bernat)
 - [806eaef4832a] cdp: don't expect and off-by-one checksum (Vincent Bernat)
 - [a5a60bbf97ed] frame: fix CDP checksum (udbxtd2008)
 - [f4da5f84837c] README: document the new promisc interface in README as well (Vincent Bernat)
 - [0a6f3866b830] lldpcli: give more details in the manual page about promiscuous mode (Vincent Bernat)
 - [f84199ddf6c9] lldpcli: add an option to enable promisc mode on managed interfaces (Vincent Bernat)
 - [ace524261458] priv: don't output rc status twice when unable to open socket (Vincent Bernat)
 - [50724a52606f] README: more about Cisco sending LLDP frames on VLAN 1 (Vincent Bernat)
 - [af5f56616c7f] osx: update version to 0.7.9 (Vincent Bernat)


(mef)
diff -r1.8 -r1.9 pkgsrc/net/lldpd/Makefile
diff -r1.6 -r1.7 pkgsrc/net/lldpd/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/net/lldpd/Makefile (expand / switch to unified diff)

--- pkgsrc/net/lldpd/Makefile 2014/06/13 03:06:09 1.8
+++ pkgsrc/net/lldpd/Makefile 2014/10/07 14:35:16 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2014/06/13 03:06:09 mef Exp $ 1# $NetBSD: Makefile,v 1.9 2014/10/07 14:35:16 mef Exp $
2 2
3DISTNAME= lldpd-0.7.9 3DISTNAME= lldpd-0.7.10
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= http://media.luffy.cx/files/lldpd/ 5MASTER_SITES= http://media.luffy.cx/files/lldpd/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://vincentbernat.github.com/lldpd/ 8HOMEPAGE= http://vincentbernat.github.com/lldpd/
9COMMENT= 802.1ab (LLDP) implementation 9COMMENT= 802.1ab (LLDP) implementation
10LICENSE= isc 10LICENSE= isc
11# `lldpcli` will be linked to GNU Readline (which is GPL licensed) 11# `lldpcli` will be linked to GNU Readline (which is GPL licensed)
12# if available. To avoid this, use `--without-readline` as a configure 12# if available. To avoid this, use `--without-readline` as a configure
13# option. 13# option.
14 14
15PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
16 16

cvs diff -r1.6 -r1.7 pkgsrc/net/lldpd/distinfo (expand / switch to unified diff)

--- pkgsrc/net/lldpd/distinfo 2014/06/13 03:06:09 1.6
+++ pkgsrc/net/lldpd/distinfo 2014/10/07 14:35:16 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2014/06/13 03:06:09 mef Exp $ 1$NetBSD: distinfo,v 1.7 2014/10/07 14:35:16 mef Exp $
2 2
3SHA1 (lldpd-0.7.9.tar.gz) = 260888a94116642ead9f733278b32f3be0750e4a 3SHA1 (lldpd-0.7.10.tar.gz) = d0593dd989d619c9249258fe0c409c6f6cd3f061
4RMD160 (lldpd-0.7.9.tar.gz) = f48f4f6fec80a2e48786b764daf5055d41177da2 4RMD160 (lldpd-0.7.10.tar.gz) = e65fbcaf70d3c5f1ddf7be1ef621208bebb8fb47
5Size (lldpd-0.7.9.tar.gz) = 1496740 bytes 5Size (lldpd-0.7.10.tar.gz) = 1504912 bytes