From patchwork Tue Dec 20 19:09:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Maximets X-Patchwork-Id: 1718003 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=2605:bc80:3010::136; helo=smtp3.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Nc5jS6mzzz1ydd for ; Wed, 21 Dec 2022 06:09:32 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 1D4F460F94; Tue, 20 Dec 2022 19:09:31 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 1D4F460F94 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HkoPET3NEsdZ; Tue, 20 Dec 2022 19:09:30 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp3.osuosl.org (Postfix) with ESMTPS id 474CB60F9A; Tue, 20 Dec 2022 19:09:29 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 474CB60F9A Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 0F397C0070; Tue, 20 Dec 2022 19:09:29 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 80C65C002D for ; Tue, 20 Dec 2022 19:09:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 447B540184 for ; Tue, 20 Dec 2022 19:09:23 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 447B540184 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hUUidIxa0Yzv for ; Tue, 20 Dec 2022 19:09:22 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org D50EF40017 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by smtp2.osuosl.org (Postfix) with ESMTPS id D50EF40017 for ; Tue, 20 Dec 2022 19:09:21 +0000 (UTC) Received: (Authenticated sender: i.maximets@ovn.org) by mail.gandi.net (Postfix) with ESMTPSA id A45161BF20A; Tue, 20 Dec 2022 19:09:19 +0000 (UTC) From: Ilya Maximets To: ovs-dev@openvswitch.org Date: Tue, 20 Dec 2022 20:09:23 +0100 Message-Id: <20221220190924.4064480-2-i.maximets@ovn.org> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221220190924.4064480-1-i.maximets@ovn.org> References: <20221220190924.4064480-1-i.maximets@ovn.org> MIME-Version: 1.0 Cc: Flavio Leitner , Ilya Maximets Subject: [ovs-dev] [PATCH branch-2.13 1/2] Set release date for 2.13.10. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" Signed-off-by: Ilya Maximets Acked-by: Aaron Conole --- NEWS | 7 ++++++- debian/changelog | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index fe5743bb8..a7527f135 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ -v2.13.10 - xx xxx xxxx +v2.13.10 - 20 Dec 2022 ---------------------- + - Bug fixes + - Security: + * Fixed LLDP underflow issue while parsing malformed Auto Attach TLVs. + The original patch is available here: + https://mail.openvswitch.org/pipermail/ovs-dev/2022-December/400596.html v2.13.9 - 07 Oct 2022 --------------------- diff --git a/debian/changelog b/debian/changelog index 87231dcc6..018dccf78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ openvswitch (2.13.10-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version - -- Open vSwitch team Fri, 07 Oct 2022 13:11:43 +0200 + -- Open vSwitch team Tue, 20 Dec 2022 20:05:48 +0100 openvswitch (2.13.9-1) unstable; urgency=low [ Open vSwitch team ]