Sat Apr 11 11:58:59 2015 UTC ()
Update to 0.7.14
----------------
lldpd (0.7.14)
  * Features:
    + Shutdown LLPDU are sent on MSAP change and when lldpd exits.
    + When an exact IP is provided as a management pattern, use it
      unconditionally.
    + Ability to set port ID and description to an arbitrary value,
      thanks to Alexandru Ardelean.
  * Fix:
    + Incorrect boundary check when decoding management address and
      protocol identity may lead to lldpd crash when processing
      malformed LLDPDU.
    + Many edge cases where lldpd was leaving hanging processes after
      crashing.


(mef)
diff -r1.12 -r1.13 pkgsrc/net/lldpd/Makefile
diff -r1.9 -r1.10 pkgsrc/net/lldpd/distinfo

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

--- pkgsrc/net/lldpd/Makefile 2015/01/15 13:54:40 1.12
+++ pkgsrc/net/lldpd/Makefile 2015/04/11 11:58:59 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2015/01/15 13:54:40 mef Exp $ 1# $NetBSD: Makefile,v 1.13 2015/04/11 11:58:59 mef Exp $
2 2
3DISTNAME= lldpd-0.7.13 3DISTNAME= lldpd-0.7.14
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
15# interfaces-bsd.c:45:34: error: net/agr/if_agrioctl.h: No such file or directory 15# interfaces-bsd.c:45:34: error: net/agr/if_agrioctl.h: No such file or directory
16NOT_FOR_PLATFORM= NetBSD-5*-* 16NOT_FOR_PLATFORM= NetBSD-5*-*

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

--- pkgsrc/net/lldpd/distinfo 2015/01/15 13:54:40 1.9
+++ pkgsrc/net/lldpd/distinfo 2015/04/11 11:58:59 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2015/01/15 13:54:40 mef Exp $ 1$NetBSD: distinfo,v 1.10 2015/04/11 11:58:59 mef Exp $
2 2
3SHA1 (lldpd-0.7.13.tar.gz) = 9f03d1519c7bc8f76e1e6fe91cd078ac2def084f 3SHA1 (lldpd-0.7.14.tar.gz) = 6fc3e5dbcbbd7ce369807483e116ee35e1052f95
4RMD160 (lldpd-0.7.13.tar.gz) = 4dfffd071d5cbe7218d4625d49e14b5b8508a09c 4RMD160 (lldpd-0.7.14.tar.gz) = 6dbc75b7f91497b096172a6f3fe34d3c190a6213
5Size (lldpd-0.7.13.tar.gz) = 1523864 bytes 5Size (lldpd-0.7.14.tar.gz) = 1521161 bytes