From patchwork Wed Jan 13 16:48:19 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Maximets X-Patchwork-Id: 1425871 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=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.org 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 4DGD105jFtz9sCD for ; Thu, 14 Jan 2021 03:48:52 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5D3BB87272; Wed, 13 Jan 2021 16:48:51 +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 4JRzbo-Zu+EO; Wed, 13 Jan 2021 16:48:49 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id CBD8E872A5; Wed, 13 Jan 2021 16:48:49 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id B00CFC08A1; Wed, 13 Jan 2021 16:48:49 +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 7662DC013A for ; Wed, 13 Jan 2021 16:48:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 65C4C87268 for ; Wed, 13 Jan 2021 16:48:48 +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 GHJt7YNygTAz for ; Wed, 13 Jan 2021 16:48:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by hemlock.osuosl.org (Postfix) with ESMTPS id 3DB0E87273 for ; Wed, 13 Jan 2021 16:48:44 +0000 (UTC) X-Originating-IP: 66.187.233.206 Received: from localhost.localdomain (nat-pool-bos-t.redhat.com [66.187.233.206]) (Authenticated sender: i.maximets@ovn.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id BB8261C0013; Wed, 13 Jan 2021 16:48:39 +0000 (UTC) From: Ilya Maximets To: ovs-dev@openvswitch.org Date: Wed, 13 Jan 2021 11:48:19 -0500 Message-Id: <20210113164820.64248-2-i.maximets@ovn.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210113164820.64248-1-i.maximets@ovn.org> References: <20210113164820.64248-1-i.maximets@ovn.org> MIME-Version: 1.0 Cc: Simon Horman , Ilya Maximets , Flavio Leitner Subject: [ovs-dev] [PATCH branch-2.6 1/2] Set release date for 2.6.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 a2393a14d..a3ebbb44b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ -v2.6.9 - xx xxx xxxx +v2.6.9 - 13 Jan 2021 -------------------- + - Bug fixes + - LLDP: + * Security fixes for CVE-2015-8011 and CVE-2020-27827. - OVSDB: * Fixed SHA-1 hash computation for databases larger than 512 MB. diff --git a/debian/changelog b/debian/changelog index 188362666..f4abe4ce7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ openvswitch (2.6.9-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version - -- Open vSwitch team Thu, 30 Jul 2020 00:25:10 +0200 + -- Open vSwitch team Wed, 13 Jan 2021 11:26:31 -0500 openvswitch (2.6.8-1) unstable; urgency=low [ Open vSwitch team ] From patchwork Wed Jan 13 16:48: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: 1425872 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.137; helo=fraxinus.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DGD1756Lsz9sCD for ; Thu, 14 Jan 2021 03:48:58 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3FB3D86881; Wed, 13 Jan 2021 16:48:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nyqLVqRtMpkY; Wed, 13 Jan 2021 16:48:55 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by fraxinus.osuosl.org (Postfix) with ESMTP id A8181863CD; Wed, 13 Jan 2021 16:48:55 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 8E685C088B; Wed, 13 Jan 2021 16:48:55 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by lists.linuxfoundation.org (Postfix) with ESMTP id BF830C1DA8 for ; Wed, 13 Jan 2021 16:48:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id AA93086549 for ; Wed, 13 Jan 2021 16:48:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qFsJKRF_dDGq for ; Wed, 13 Jan 2021 16:48:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 5559C8687B for ; Wed, 13 Jan 2021 16:48:49 +0000 (UTC) X-Originating-IP: 66.187.233.206 Received: from localhost.localdomain (nat-pool-bos-t.redhat.com [66.187.233.206]) (Authenticated sender: i.maximets@ovn.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 416391C0007; Wed, 13 Jan 2021 16:48:45 +0000 (UTC) From: Ilya Maximets To: ovs-dev@openvswitch.org Date: Wed, 13 Jan 2021 11:48:20 -0500 Message-Id: <20210113164820.64248-3-i.maximets@ovn.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210113164820.64248-1-i.maximets@ovn.org> References: <20210113164820.64248-1-i.maximets@ovn.org> MIME-Version: 1.0 Cc: Simon Horman , Ilya Maximets , Flavio Leitner Subject: [ovs-dev] [PATCH branch-2.6 2/2] Prepare for 2.6.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 --- NEWS | 3 +++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a3ebbb44b..caccf4793 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +v2.6.10 - xx xxx xxxx +--------------------- + v2.6.9 - 13 Jan 2021 -------------------- - Bug fixes diff --git a/configure.ac b/configure.ac index 51f8a119d..65c908ef4 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(openvswitch, 2.6.9, bugs@openvswitch.org) +AC_INIT(openvswitch, 2.6.10, bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/debian/changelog b/debian/changelog index f4abe4ce7..66f84feca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openvswitch (2.6.10-1) unstable; urgency=low + [ Open vSwitch team ] + * New upstream version + + -- Open vSwitch team Wed, 13 Jan 2021 11:26:31 -0500 + openvswitch (2.6.9-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version