From patchwork Thu Aug 13 18:38:58 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10158 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 "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hLZ1s3Dpxz3wqM for ; Thu, 13 Aug 2026 18:41:05 +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 "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hLZ1j1r7cz45Q for ; Thu, 13 Aug 2026 18:40:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hLZ0139TGz377t for ; Thu, 13 Aug 2026 18:39:29 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hLYzy6YNyz2ybk for ; Thu, 13 Aug 2026 18:39:26 +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 4hLYzp4ZGkz5cf; Thu, 13 Aug 2026 18:39:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1786646358; 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=l9fGtK7gpu0wjM3sCNJf4cgZIajYYikVHz5i8v/tRr0=; b=qrwpVJizMjKzK93lnPMitjFbV2mmVsfkKWmyaz/BxuvI26k9sljX9HPrG199qOP8WttvyW GtKFNC6LivEHwPTaOgmP3yVPYQW7ymP06ntps4xQYV7pcwjlssZ5lM1R0fHXVU6v7lsaWh V29Yow/13UeTBjFKjBvW75GmBnPCNf2qQwXz/TSJ6ZrsEs8ll6dGC928OQ1QKTDkuS9u2g ZqxG9410I6+LBXsSJC/+hFog4uuIllLzn1+5Z4rz4AJ0qvf/7aZCEBYw8vbKReG+MtnUa4 ZLL8DyF3CAtHScAuQa8/nI+XfzWJ11kTg3hWtrgxkQCzHbKlwyXpn+hDgW4oOw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1786646358; 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=l9fGtK7gpu0wjM3sCNJf4cgZIajYYikVHz5i8v/tRr0=; b=loglKQEmeXSvAODQEap47+UNyIZSglex6opjPcGcwPA/5Y+bC4PctMWzeZO+Ug1lue/ohr 9tXJOZLh/5x6JGAg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] lldpd: Update to version 1.0.22 Date: Thu, 13 Aug 2026 20:38:58 +0200 Message-ID: <20260813183858.2075657-3-adolf.belka@ipfire.org> In-Reply-To: <20260813183858.2075657-1-adolf.belka@ipfire.org> References: <20260813183858.2075657-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.21 to 1.0.22 - No change in rootfile - Changelog 1.0.22 * Fix: + Fix out-of-bound read access when removing VLAN tag (CVE-2026-46433, #787) + Reject 0-length management address in LLDP + Fix race condition when creating the control socket + Fix FDP MAC address + Fix memory leak in the BSD bridge query path + Fix duplicate management addresses when merging EDP VLAN frames Signed-off-by: Adolf Belka --- lfs/lldpd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/lldpd b/lfs/lldpd index 012ebc640..758bcba54 100644 --- a/lfs/lldpd +++ b/lfs/lldpd @@ -24,7 +24,7 @@ include Config -VER = 1.0.21 +VER = 1.0.22 THISAPP = lldpd-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4420fa88b934a368741e3d2cf26fe8dc9b84eb45a604f31b6b9588e992eda3e5be0767187bebc9137d90b632fe17af647f3134dc05e3251b73b113338cb2a44c +$(DL_FILE)_BLAKE2 = 04e6259ef3a9d0afc419f95f8ced146ef3e63b5f23958da123c8285837463cb1e826f5a9256d73dd48c658c7a7cd7930bc6de0c9328bd522de0989c04c831a04 install : $(TARGET)