pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: kardel
Date: Sat Mar 28 10:40:26 UTC 2026
Modified Files:
pkgsrc/doc: CHANGES-2026
pkgsrc/net/lldpd: Makefile PLIST distinfo
Log Message:
net/lldpd: update to 1.0.21
1.0.21 [2026-03-14 22:17:53 +0100]:
- [25e90db27404] release: 1.0.21 (Vincent Bernat)
- [8bee83920123] doc: be clearer about how to install on macOS (Vincent Bernat)
- [18d8f3ef03ac] build: add a few more Docker platforms (Vincent Bernat)
- [aa1bb6253375] build: fix hardcoded ghcr.io path (Vincent Bernat)
- [479afbb6240d] daemon/priv: factor out check of authorized paths (Vincent Bernat)
- [4c5dccc97efc] doc: fix libtool invocation (Vincent Bernat)
- [5facaf317d4a] daemon: do not fallback to ioctl for wireless (Vincent Bernat)
- [6093ce4b65bb] daemon: use /sys/class/net/.../wireless to check wireless interface (Vincent Bernat)
- [753b81e060d3] daemon: only keep one privileged op to remove both socket and lock (Vincent Bernat)
- [66d67e5d145b] daemon: fix arbitrary file deletion in the privileged process (Vincent Bernat)
- [747113fa7ed1] client: fix compilation warning about unterminated strings (Vincent Bernat)
- [bf772f3193a0] doc: add NEWS entry for latest commit (Vincent Bernat)
- [375c60c1ffe7] interfaces: use ethtool link mode bits for accurate MAU type selection (#771) (Ciro Iriarte)
- [dcb62ae78e89] daemon: fix path traversal vulnerability in asroot_iface_description_os() (Vincent Bernat)
- [5e144270fde7] daemon: fix path traversal vulnerability in asroot_open() (Vincent Bernat)
- [50226ac667d6] build: bump actions/upload-artifact from 6 to 7 (dependabot[bot])
- [234d89be0f4e] build: bump actions/download-artifact from 7 to 8 (dependabot[bot])
- [843645d1b342] docs: add NEWS entry for latest PR (Vincent Bernat)
- [f6e382896ed1] Merge pull request #763 from thbtcllt/dev (Vincent Bernat)
- [e656330daf78] test: add test for the new portdescription-source option (tcollet)
- [7d4296878d84] doc: add description of new portdescription-source option (tcollet)
- [357d2305bff5] interface: add alias on neighbors display (tcollet)
- [bf71e500b5ab] config: add portdescription-source option (tcollet)
- [3f6b89fec0ec] fix: Swallow exceptions caused by user callbacks (Breuninger Matthias (ETAS-ICA/XPC-Fe3))
- [8a7384ea8e5f] update: Remove ctx pointers from C++ wrapper change callbacks (Breuninger Matthias (ETAS-ICA/XPC-Fe3))
- [e957a6692b7d] osx: sync HomeBrew formula (Vincent Bernat)
- [a247e87c1192] osx: update HomeBrew formula (Vincent Bernat)
- [76309af15faa] fix: Avoid potential deadlock (Breuninger Matthias (ETAS-ICA/XPC-Fe3))
- [4d787c5d55d2] build: bump actions/upload-artifact from 5 to 6 (dependabot[bot])
- [33168fb17209] build: bump cross-platform-actions/action from 0.30.0 to 0.32.0 (dependabot[bot])
- [1552db899c43] build: bump actions/download-artifact from 6 to 7 (dependabot[bot])
- [9af399b53c0e] daemon/protocols: fix typo in CDP_SWITCH_DEFAULT_POE_PD. (Vincent Bernat)
- [b47295b9432b] build: update automake/autoconf for OpenBSD (Vincent Bernat)
- [094aded1beb5] build: test more BSD versions (Vincent Bernat)
- [9c3ca2ad1d46] build: bump actions/checkout from 5 to 6 (dependabot[bot])
- [f39aab6b8fc8] build: bump cross-platform-actions/action from 0.29.0 to 0.30.0 (dependabot[bot])
- [5929c5928499] build: bump actions/upload-artifact from 4 to 5 (dependabot[bot])
- [df906e054068] build: bump actions/download-artifact from 5 to 6 (dependabot[bot])
- [c7930b5dd0ee] daemon/lldpd: handle empty case for PRETTY_NAME (Vincent Bernat)
- [7d36152e3dd9] daemon/lldpd: fix off-by-one issue when PRETTY_NAME is empty (Vincent Bernat)
- [113b696d42e1] lldpd: fix leak in levent_snmp_read by cleaning up netsnmp_large_fd_set (Joshua Rogers)
- [e66179edbe26] daemon/lldpd: handle case where PRETTY_NAME is empty (Vincent Bernat)
- [b3e92135f8b4] Add missing compat.h header under src/client/ (xndr)
1.0.20 [2025-09-13 10:41:05 +0200]:
- [82e0bc8ba38a] release: 1.0.20 (Vincent Bernat)
- [49c918aae9fa] build: bump actions/download-artifact from 4 to 5 (dependabot[bot])
- [bc1f04f86414] build: bump actions/checkout from 4 to 5 (dependabot[bot])
- [668f529b6c76] daemon/interfaces: fix management address selection when negative (Vincent Bernat)
- [42c73ee1ea01] docs: add a NEWS entry for the previous change (Vincent Bernat)
- [7d6652cccf51] add support for vlan-advertisements configuration (#740) (ugoldfeld)
- [8833307a027a] client: keep "configure med fast-start" working (Vincent Bernat)
- [e11cebce2c8a] fix: Some cleanup in moving fast-start into LLDP core (Breuninger Matthias (ETAS-DAP/XPC-Fe3))
- [8136b86f10a2] fix: Move tx-fast config from MED to LLDP section (Breuninger Matthias (ETAS-DAP/XPC-Fe3))
- [f2ea6e6a86e7] fix: Always TX fast start complient to IEEE802.1as-2009 (Breuninger Matthias (ETAS-DAP/XPC-Fe3))
- [08f9c680f9b3] daemon/interfaces: fix double-free when unable to initialize interface (Vincent Bernat)
- [995a81103a8a] autoconf: Use m4sh syntax where appropriate (Lars Wendler)
- [ac37c90f6bbc] build: bump cross-platform-actions/action from 0.28.0 to 0.29.0 (dependabot[bot])
- [494ca8533403] Merge pull request #742 from rbu9fe/fix/error-category (Vincent Bernat)
- [3451d43d8068] fix: Add missing include (Breuninger Matthias (ETAS-ICA/XPC-Fe3))
- [869ceb8b570c] fix: Add missing is_error_code_enum specialization (Breuninger Matthias (ETAS-ICA/XPC-Fe3))
- [0d627a70c47a] fix: Error category handling (Breuninger Matthias (ETAS-ICA/XPC-Fe3))
- [9034c9332cca] build: bump cross-platform-actions/action from 0.27.0 to 0.28.0 (dependabot[bot])
- [241ed3591ed1] lib/cpp: Fix memory leaks in LldpCtl (PM Holtmo)
- [f0d4ab5e786f] lib/cpp: LldpCtl supports non default transports (PM Holtmo)
- [99211a551fc5] doc: add entry in NEWS for previous commit (Vincent Bernat)
- [622a91144de4] daemon/priv: fix PACKET_IGNORE_OUTGOING (Jon Kohler)
- [6033afaff212] build: bump cachix/install-nix-action from 30 to 31 (dependabot[bot])
- [94c73ac0a5ca] build: Fix macos compile warning on macos >= 12 (Paul Donald)
- [78e04fe5e31f] man: clarify what the power class numbers mean for 802.3at, in dot3 (Paul Donald)
- [a0152a26c071] man: Amend keyword colour formatted as operations and not values. (Paul Donald)
- [1ed468733b64] comment cleanup and spelling fixes (Paul Donald)
- [115df32c1696] differentiate between setup(n) and set(v) up (Paul Donald)
- [d345edc7cfe0] daemon: fix typo in comment (Vincent Bernat)
- [2e4ccff67679] Add UnregisterInterfaceCallback (Breuninger Matthias (ETAS-DAP/XPC-Fe3))
- [2c75017064ca] SetValue: Add various string-like type support (Breuninger Matthias (ETAS-DAP/XPC-Fe3))
- [681ff1d6f130] add more missing syscalls to seccomp profile (Christian Bricart)
- [8e606d86b2ac] build: bump cross-platform-actions/action from 0.26.0 to 0.27.0 (dependabot[bot])
- [206e14ae068b] daemon: add clock_gettime64 to seccomp profile (Vincent Bernat)
- [aba260099863] debian: also install C++ header in Debian package (Vincent Bernat)
- [ca35596e6863] fix: Add lldpctl.hpp to the include list (Breuninger Matthias (ETAS-DAP/XPC-Fe3))
- [3c44aeb2f18a] build: bump cross-platform-actions/action from 0.25.0 to 0.26.0 (dependabot[bot])
To generate a diff of this commit:
cvs rdiff -u -r1.1929 -r1.1930 pkgsrc/doc/CHANGES-2026
cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/lldpd/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/lldpd/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/lldpd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/CHANGES-2026
diff -u pkgsrc/doc/CHANGES-2026:1.1929 pkgsrc/doc/CHANGES-2026:1.1930
--- pkgsrc/doc/CHANGES-2026:1.1929 Sat Mar 28 10:22:40 2026
+++ pkgsrc/doc/CHANGES-2026 Sat Mar 28 10:40:25 2026
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2026,v 1.1929 2026/03/28 10:22:40 wiz Exp $
+$NetBSD: CHANGES-2026,v 1.1930 2026/03/28 10:40:25 kardel Exp $
Changes to the packages collection and infrastructure in 2026:
@@ -2767,3 +2767,4 @@ Changes to the packages collection and i
Updated databases/p5-DBD-CSV to 0.62 [wen 2026-03-28]
Updated devel/ocaml-dune to 3.22.0 [wiz 2026-03-28]
Updated devel/ocaml-dune-configurator to 3.22.0 [wiz 2026-03-28]
+ Updated net/lldpd to 1.0.21 [kardel 2026-03-28]
Index: pkgsrc/net/lldpd/Makefile
diff -u pkgsrc/net/lldpd/Makefile:1.56 pkgsrc/net/lldpd/Makefile:1.57
--- pkgsrc/net/lldpd/Makefile:1.56 Wed Jan 7 08:48:22 2026
+++ pkgsrc/net/lldpd/Makefile Sat Mar 28 10:40:25 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2026/01/07 08:48:22 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2026/03/28 10:40:25 kardel Exp $
-DISTNAME= lldpd-1.0.19
-PKGREVISION= 3
+DISTNAME= lldpd-1.0.21
CATEGORIES= net
MASTER_SITES= https://media.luffy.cx/files/lldpd/
Index: pkgsrc/net/lldpd/PLIST
diff -u pkgsrc/net/lldpd/PLIST:1.7 pkgsrc/net/lldpd/PLIST:1.8
--- pkgsrc/net/lldpd/PLIST:1.7 Fri Jun 19 10:05:07 2020
+++ pkgsrc/net/lldpd/PLIST Sat Mar 28 10:40:25 2026
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.7 2020/06/19 10:05:07 hauke Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/03/28 10:40:25 kardel Exp $
include/lldp-const.h
include/lldpctl.h
+include/lldpctl.hpp
lib/liblldpctl.la
lib/pkgconfig/lldpctl.pc
man/man8/lldpcli.8
@@ -18,3 +19,4 @@ share/doc/lldpd/README.md
share/examples/lldpd/lldpd.conf
share/zsh/site-functions/_lldpcli
@pkgdir man/man5
+@pkgdir etc
Index: pkgsrc/net/lldpd/distinfo
diff -u pkgsrc/net/lldpd/distinfo:1.21 pkgsrc/net/lldpd/distinfo:1.22
--- pkgsrc/net/lldpd/distinfo:1.21 Sat Mar 29 09:39:59 2025
+++ pkgsrc/net/lldpd/distinfo Sat Mar 28 10:40:25 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2025/03/29 09:39:59 nonaka Exp $
+$NetBSD: distinfo,v 1.22 2026/03/28 10:40:25 kardel Exp $
-BLAKE2s (lldpd-1.0.19.tar.gz) = 534c32dfd8d7e30bed53f43fdd81f66007435f4d65bd59f21fea633c40569a45
-SHA512 (lldpd-1.0.19.tar.gz) = eab4b53ba072679926c3206f88848affcb5148d8cfbed038a0d4f63f48227f99d15865e27255105ee0dbed7c5685450cc98cf904ba29bd7bf5acdf3e17d25df3
-Size (lldpd-1.0.19.tar.gz) = 2013573 bytes
+BLAKE2s (lldpd-1.0.21.tar.gz) = 48ad72069b1cc6c4f552d5b89a962b7ab2360943d6ef9b0c39beae4368f88610
+SHA512 (lldpd-1.0.21.tar.gz) = 047dc23a9679e4f6f6a0acbccc1463264b4b099533acad396bc37d5dd058b8f5f197e544b56d3d893b231f5f205186663a367873e1059bf613adaa04658d6036
+Size (lldpd-1.0.21.tar.gz) = 2037252 bytes
Home |
Main Index |
Thread Index |
Old Index