From patchwork Wed Feb 10 15:10:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Maximets X-Patchwork-Id: 1439020 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DbNZ24R7Fz9sWP for ; Thu, 11 Feb 2021 02:10:44 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6AC3E87466; Wed, 10 Feb 2021 15:10:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 70906GnKm-Jy; Wed, 10 Feb 2021 15:10:40 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id CFEEA87415; Wed, 10 Feb 2021 15:10:36 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 7C7C9C1EA6; Wed, 10 Feb 2021 15:10:36 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id A84CFC1E7B for ; Wed, 10 Feb 2021 15:10:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 96BDD873ED for ; Wed, 10 Feb 2021 15:10:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qgf1flwFkwJp for ; Wed, 10 Feb 2021 15:10:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by hemlock.osuosl.org (Postfix) with ESMTPS id 0D28487441 for ; Wed, 10 Feb 2021 15:10:26 +0000 (UTC) X-Originating-IP: 78.45.89.65 Received: from im-t490s.redhat.com (ip-78-45-89-65.net.upcbroadband.cz [78.45.89.65]) (Authenticated sender: i.maximets@ovn.org) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id F2A7A1BF206; Wed, 10 Feb 2021 15:10:24 +0000 (UTC) From: Ilya Maximets To: ovs-dev@openvswitch.org Date: Wed, 10 Feb 2021 16:10:20 +0100 Message-Id: <20210210151021.2954583-2-i.maximets@ovn.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20210210151021.2954583-1-i.maximets@ovn.org> References: <20210210151021.2954583-1-i.maximets@ovn.org> MIME-Version: 1.0 Cc: Flavio Leitner , Ilya Maximets Subject: [ovs-dev] [PATCH branch-2.9 1/2] Set release date for 2.9.9. 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 --- NEWS | 5 ++++- debian/changelog | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 16628d56d..0b09ab64d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ -v2.9.9 - xx xxx xxxx +v2.9.9 - 10 Feb 2021 -------------------- + - Bug fixes + - Security: + * Fixed packet parsing vulnerability CVE-2020-35498. v2.9.8 - 13 Jan 2021 -------------------- diff --git a/debian/changelog b/debian/changelog index 6cc64476b..e7029ae2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ openvswitch (2.9.9-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version - -- Open vSwitch team Wed, 13 Jan 2021 11:26:33 -0500 + -- Open vSwitch team Wed, 10 Feb 2021 16:06:51 +0100 openvswitch (2.9.8-1) unstable; urgency=low [ Open vSwitch team ]