summaryrefslogtreecommitdiff
path: root/net/lldpd
diff options
context:
space:
mode:
authormef <mef>2014-10-07 14:35:16 +0000
committermef <mef>2014-10-07 14:35:16 +0000
commitaf9d28815b1767ee3934e1f1f074b562eb32d47d (patch)
tree63d0a96d8d3483ece8b3cce1278cff019070caa0 /net/lldpd
parente775aeb34a7d3f1bb64a79c8e9635e85e4ae7675 (diff)
downloadpkgsrc-af9d28815b1767ee3934e1f1f074b562eb32d47d.tar.gz
(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)
Diffstat (limited to 'net/lldpd')
-rw-r--r--net/lldpd/Makefile4
-rw-r--r--net/lldpd/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/lldpd/Makefile b/net/lldpd/Makefile
index 78aaba159f1..9f9aabcd893 100644
--- a/net/lldpd/Makefile
+++ b/net/lldpd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2014/06/13 03:06:09 mef Exp $
+# $NetBSD: Makefile,v 1.9 2014/10/07 14:35:16 mef Exp $
-DISTNAME= lldpd-0.7.9
+DISTNAME= lldpd-0.7.10
CATEGORIES= net
MASTER_SITES= http://media.luffy.cx/files/lldpd/
diff --git a/net/lldpd/distinfo b/net/lldpd/distinfo
index bb158f67285..649270c5e87 100644
--- a/net/lldpd/distinfo
+++ b/net/lldpd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2014/06/13 03:06:09 mef Exp $
+$NetBSD: distinfo,v 1.7 2014/10/07 14:35:16 mef Exp $
-SHA1 (lldpd-0.7.9.tar.gz) = 260888a94116642ead9f733278b32f3be0750e4a
-RMD160 (lldpd-0.7.9.tar.gz) = f48f4f6fec80a2e48786b764daf5055d41177da2
-Size (lldpd-0.7.9.tar.gz) = 1496740 bytes
+SHA1 (lldpd-0.7.10.tar.gz) = d0593dd989d619c9249258fe0c409c6f6cd3f061
+RMD160 (lldpd-0.7.10.tar.gz) = e65fbcaf70d3c5f1ddf7be1ef621208bebb8fb47
+Size (lldpd-0.7.10.tar.gz) = 1504912 bytes