pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/lldpd
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 22 10:35:17 UTC 2024
Modified Files:
pkgsrc/net/lldpd: Makefile distinfo
Removed Files:
pkgsrc/net/lldpd/patches: patch-src_daemon_interfaces-bsd.c
patch-src_daemon_lldpd.8.in
Log Message:
lldpd: update to 1.0.18.
>From Oskar on pkgsrc-users.
lldpd (1.0.18)
* Changes (breaking):
+ Remove support for building 802.3bt TLVs (broken).
* Fix:
+ Fix memory leaks in EDP/FDP decoding when receiving some TLVs twice.
+ Do not set interface description continuously.
+ Use a different Netlink socket for changes and queries.
lldpd (1.0.17)
* Fix:
+ Read overflow when parsing CDP addresses. Thanks to Matteo Memelli.
+ Don't output empty lines on configure commands.
lldpd (1.0.16)
* Fix:
+ Do not use 00:00:00:00:00:00 as chassis ID.
+ Do not busy loop when an interface with a neighbor disappears.
lldpd (1.0.15)
* Changes
+ Add configure command to override system capabilities. Contributed by
Ignacio Sanchez Navarro. (#526)
+ An unrecognized ORG TLV is now considered as a custom one. (#536)
* Fix:
+ Really don't send VLANs when there are too many (#520)
+ Ignore temporary IPv6 addresses (#521)
lldpd (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)
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/lldpd/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/lldpd/distinfo
cvs rdiff -u -r1.3 -r0 \
pkgsrc/net/lldpd/patches/patch-src_daemon_interfaces-bsd.c
cvs rdiff -u -r1.1 -r0 pkgsrc/net/lldpd/patches/patch-src_daemon_lldpd.8.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/lldpd/Makefile
diff -u pkgsrc/net/lldpd/Makefile:1.47 pkgsrc/net/lldpd/Makefile:1.48
--- pkgsrc/net/lldpd/Makefile:1.47 Wed May 29 16:33:58 2024
+++ pkgsrc/net/lldpd/Makefile Sun Sep 22 10:35:16 2024
@@ -1,18 +1,14 @@
-# $NetBSD: Makefile,v 1.47 2024/05/29 16:33:58 adam Exp $
+# $NetBSD: Makefile,v 1.48 2024/09/22 10:35:16 wiz Exp $
-DISTNAME= lldpd-1.0.13
-PKGREVISION= 10
+DISTNAME= lldpd-1.0.18
CATEGORIES= net
-MASTER_SITES= http://media.luffy.cx/files/lldpd/
+MASTER_SITES= https://media.luffy.cx/files/lldpd/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://vincentbernat.github.com/lldpd/
+HOMEPAGE= https://lldpd.github.io/
COMMENT= 802.1ab (LLDP) implementation
LICENSE= isc
-# interfaces-bsd.c:45:34: error: net/agr/if_agrioctl.h: No such file or directory
-NOT_FOR_PLATFORM= NetBSD-5.*-*
-
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
@@ -78,5 +74,4 @@ post-install:
BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0.5
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/editline/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/lldpd/distinfo
diff -u pkgsrc/net/lldpd/distinfo:1.19 pkgsrc/net/lldpd/distinfo:1.20
--- pkgsrc/net/lldpd/distinfo:1.19 Wed Dec 1 19:18:56 2021
+++ pkgsrc/net/lldpd/distinfo Sun Sep 22 10:35:16 2024
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/12/01 19:18:56 hauke Exp $
+$NetBSD: distinfo,v 1.20 2024/09/22 10:35:16 wiz Exp $
-BLAKE2s (lldpd-1.0.13.tar.gz) = c1a02e3d95101ddd0a8d2998172a81dd5af269f96ab730bf999d6d25508df60c
-SHA512 (lldpd-1.0.13.tar.gz) = b78440622882a822c9114c3617323ac3c8ce759040bb5b8a9f7357ca20e2993ab0130ee9ad85f65d5f38996665d599d70bbb9dd202e2557035e98545a4304aef
-Size (lldpd-1.0.13.tar.gz) = 1973988 bytes
-SHA1 (patch-src_daemon_interfaces-bsd.c) = 9088ded4f3e87fd700587811e9c89878e2de3936
-SHA1 (patch-src_daemon_lldpd.8.in) = 13f08e48123ae6a3edce43fa465823353955534e
+BLAKE2s (lldpd-1.0.18.tar.gz) = 02f178d9112957b3a77c6b0482c29bb07f2f508d1a3ead3ff918b1c47c30e24d
+SHA512 (lldpd-1.0.18.tar.gz) = d071364ad1950ebb6b1236665f2900a882fe66c0e05d2c3fc53367112b6d679386d10e8117962ec5c90691370ce7a52d5e15a60a32cc306bd37f5ad3d10cee09
+Size (lldpd-1.0.18.tar.gz) = 1988753 bytes
Home |
Main Index |
Thread Index |
Old Index