Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2022 20:51:31 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e5a281755db8 - main - net-mgmt/lldpd: update to 1.0.14
Message-ID:  <202206092051.259KpVsM047375@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e5a281755db870ba3a2844e3c9900612eb4167ec

commit e5a281755db870ba3a2844e3c9900612eb4167ec
Author:     punkt.de Hosting Team <mops@punkt.de>
AuthorDate: 2022-05-31 04:56:29 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-06-09 20:49:10 +0000

    net-mgmt/lldpd: update to 1.0.14
    
    ChangeLog: https://github.com/lldpd/lldpd/releases/tag/1.0.14
    
    Changes
     * Add configure commands to alter inventory TLVs (#508)
    Fix:
     * Update seccomp rules for newer kernel/libc (#488)
     * Correctly handle an interface whose index has changed (#490)
     * Don't send VLANs when there are too many (#501)
    
    PR:     264355
    Reported by:    mops@punkt.de
    Approved by:    freebsd@simweb.ch (maintainer)
---
 net-mgmt/lldpd/Makefile                       |  6 +-----
 net-mgmt/lldpd/distinfo                       |  6 +++---
 net-mgmt/lldpd/files/patch-src_daemon_lldpd.h | 13 -------------
 net-mgmt/lldpd/pkg-plist                      |  2 +-
 4 files changed, 5 insertions(+), 22 deletions(-)

diff --git a/net-mgmt/lldpd/Makefile b/net-mgmt/lldpd/Makefile
index d975dfac453d..724c496937f5 100644
--- a/net-mgmt/lldpd/Makefile
+++ b/net-mgmt/lldpd/Makefile
@@ -1,8 +1,7 @@
 # Created by: Mathieu Simon <freebsd@simweb.ch>
 
 PORTNAME=	lldpd
-PORTVERSION=	1.0.13
-PORTREVISION=	2
+PORTVERSION=	1.0.14
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://media.luffy.cx/files/${PORTNAME}/
 
@@ -63,9 +62,6 @@ XML_LIB_DEPENDS=		libxml2.so:textproc/libxml2
 XML_USES=			libedit
 XML_CONFIGURE_WITH=		xml
 
-post-extract:
-	${RM} ${WRKSRC}/include/netinet/if_ether.h
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|/etc|${PREFIX}|g' ${WRKSRC}/src/daemon/lldpd.8.in
 
diff --git a/net-mgmt/lldpd/distinfo b/net-mgmt/lldpd/distinfo
index ab10b72594c5..4b0b01c8fbbc 100644
--- a/net-mgmt/lldpd/distinfo
+++ b/net-mgmt/lldpd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1642499615
-SHA256 (lldpd-1.0.13.tar.gz) = d639827fd8a27720d1bfd94bc52eca24af63ddcc3c9d2da60788778889d84701
-SIZE (lldpd-1.0.13.tar.gz) = 1973988
+TIMESTAMP = 1653940567
+SHA256 (lldpd-1.0.14.tar.gz) = a74819214f116a5dbc407a3d490caa01ba401a249517ac826a374059c12d12e8
+SIZE (lldpd-1.0.14.tar.gz) = 1979314
diff --git a/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h b/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h
deleted file mode 100644
index 69457047aa55..000000000000
--- a/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/daemon/lldpd.h.orig    2022-03-09 14:30:41 UTC
-+++ src/daemon/lldpd.h
-@@ -33,8 +33,9 @@
- #include <string.h>
- #include <sys/queue.h>
- #include <sys/types.h>
--#include <netinet/if_ether.h>
-+#include <sys/socket.h>
- #include <netinet/in.h>
-+#include <netinet/if_ether.h>
- #include <sys/un.h>
- 
- #include "lldp-tlv.h"
diff --git a/net-mgmt/lldpd/pkg-plist b/net-mgmt/lldpd/pkg-plist
index d8a1c2457243..a95060523b4a 100644
--- a/net-mgmt/lldpd/pkg-plist
+++ b/net-mgmt/lldpd/pkg-plist
@@ -4,7 +4,7 @@ include/lldpctl.h
 lib/liblldpctl.a
 lib/liblldpctl.so
 lib/liblldpctl.so.4
-lib/liblldpctl.so.4.9.0
+lib/liblldpctl.so.4.9.1
 libdata/pkgconfig/lldpctl.pc
 man/man8/lldpcli.8.gz
 man/man8/lldpctl.8.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206092051.259KpVsM047375>