From patchwork Tue Apr 28 12:11:08 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9749 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g4fRm4TS1z3xF7 for ; Tue, 28 Apr 2026 12:11:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g4fRm1LgTz7Fl for ; Tue, 28 Apr 2026 12:11:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g4fRd2hMqz377M for ; Tue, 28 Apr 2026 12:11:25 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g4fRX0MVyz34X3 for ; Tue, 28 Apr 2026 12:11:20 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4g4fRW0k8Cz7Fs; Tue, 28 Apr 2026 12:11:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777378279; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Skdu+olIlBdqs8eaGVvwEWNe2D34WPIgDfb+aUseUMs=; b=Y6d9K6VIJQ0zq7OzlSsV0qNVjtcD+6g90z9U/oVJPuu1epkvFXBabqhRIjQiMNnzqj3L48 z0G8gnoyH3rWqPT+OPj3TbaQqk2YSrenovtbHZWmToo7PLUhKo1AFB22NOMDD/ZP0u8NJN 89cGstUtMMDpsygswbwi9exIG+KNCymqEVOp6tvnOY+MJHLrzkHyJttHEKBYPp3XsZy5sU wa40EvNklOtVtfJnu+ZsREVuQaSZvCtpIf75a9hK1nEXy4pMYcStXNB0ILjXxSGJlkSyuv y3pmJnlAfrTH8CGQa9CzGY4WQXenvaJtr4vxmciLDbWk6d1LvG+dA1Vi3iFncg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777378279; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Skdu+olIlBdqs8eaGVvwEWNe2D34WPIgDfb+aUseUMs=; b=VmvPjbM+KZDw7sJ+pmtVSazRXNcmdzLZjCL87x5UNFPr5d2k1sbv0e0DF8MObpzGnzUCJ+ 3lx8F2j7099ezzAQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] lldpd: Update to version 1.0.21 Date: Tue, 28 Apr 2026 14:11:08 +0200 Message-ID: <20260428121111.1146161-8-adolf.belka@ipfire.org> In-Reply-To: <20260428121111.1146161-1-adolf.belka@ipfire.org> References: <20260428121111.1146161-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 1.0.20 to 1.0.21 - No change to rootfile - Changelog 1.0.21 * Changes: + Add "configure lldp portdescription-source" to choose how to populate port description (#763) * Fix: + Fix path traversal vulnerabilities in the privileged process (#773, #774) + Fix arbitrary file deletion in the privileged process (#772) + Fix accuracy of Dot3 MAU types advertised and add support for 200G and 400G (#771) + Fix detection of wireless interfaces (#738) Signed-off-by: Adolf Belka --- lfs/lldpd | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lfs/lldpd b/lfs/lldpd index 72954fb0d..012ebc640 100644 --- a/lfs/lldpd +++ b/lfs/lldpd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.0.20 +VER = 1.0.21 THISAPP = lldpd-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 95743f28d9b3c8ad6f354f7def5f835d9b0668c151ad429dccfc7a249e29234a9ca1fda6b3bcc2890c424053b5adf2d4d9d7c0cb2887e97cc32b42577b91c63a +$(DL_FILE)_BLAKE2 = 4420fa88b934a368741e3d2cf26fe8dc9b84eb45a604f31b6b9588e992eda3e5be0767187bebc9137d90b632fe17af647f3134dc05e3251b73b113338cb2a44c install : $(TARGET) @@ -81,13 +81,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-static \ - --with-privsep-user=nobody \ - --with-privsep-group=nobody \ - --without-embedded-libevent \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static \ + --with-privsep-user=nobody \ + --with-privsep-group=nobody \ + --without-embedded-libevent \ $(EXTRA_ARGS) cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install