From 99b46aeed4364a5e198c7aea853ef48b1c709e49985a67fec32f4734b7aac0d2 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 5 Jul 2012 21:34:08 +0000 Subject: [PATCH] Accepting request 127211 from home:onielsen:Virtualization Fixed as instructed in OBS request 127153 New upstream version 1.6.1 * Added support for bitwise matching on TCP and UDP ports. * Support for limiting the number of flows in an OpenFlow flow table, with configurable policy for evicting flows upon overflow. * Added an OpenFlow extension that allows controllers more precise control over which messages they receive asynchronously. * CFM module CCM broadcasts can now be tagged with an 802.1p priority. * Load balancing for bonds can be disabled. New in upstream version 1.5.0 * OpenFlow: - Added support for querying, modifying, and deleting flows based on flow cookie when using NXM. - Added new NXM_PACKET_IN format. * ovs-ofctl: - Added daemonization support to the monitor and snoop commands. * ovs-vsctl: - The "find" command supports new set relational operators {=}, {!=}, {<}, {>}, {<=}, and {>=}. * ovsdb-tool now uses the typical database and schema installation directories as defaults OBS-URL: https://build.opensuse.org/request/show/127211 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=11 --- _service | 10 ------- ...ess:download_url:openvswitch-1.4.1.tar.bz2 | 3 -- openvswitch-1.6.1.tar.gz | 3 ++ openvswitch.changes | 29 +++++++++++++++++++ openvswitch.spec | 4 +-- 5 files changed, 34 insertions(+), 15 deletions(-) delete mode 100644 _service delete mode 100644 _service:recompress:download_url:openvswitch-1.4.1.tar.bz2 create mode 100644 openvswitch-1.6.1.tar.gz diff --git a/_service b/_service deleted file mode 100644 index 01e2d87..0000000 --- a/_service +++ /dev/null @@ -1,10 +0,0 @@ - - - /releases/openvswitch-1.4.1.tar.gz - openvswitch.org - - - _service:download_url:openvswitch-1.4.1.tar.gz - bz2 - - diff --git a/_service:recompress:download_url:openvswitch-1.4.1.tar.bz2 b/_service:recompress:download_url:openvswitch-1.4.1.tar.bz2 deleted file mode 100644 index 0484e7b..0000000 --- a/_service:recompress:download_url:openvswitch-1.4.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1e7d3000e15aa642d2aea231f23c692060c3b5fa018c92e1b5a4b6798d5656e -size 1562864 diff --git a/openvswitch-1.6.1.tar.gz b/openvswitch-1.6.1.tar.gz new file mode 100644 index 0000000..4ff1af9 --- /dev/null +++ b/openvswitch-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2451cc8ae5d800e474f2a7d627ef9ea7cebf7f632c7ea09b2976529a9f5b507 +size 2088054 diff --git a/openvswitch.changes b/openvswitch.changes index 3854e3e..58dba85 100644 --- a/openvswitch.changes +++ b/openvswitch.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Jun 26 15:09:02 UTC 2012 - on@morlock.nu + +- New upstream version 1.6.1 + * Added support for bitwise matching on TCP and UDP ports. + * Support for limiting the number of flows in an OpenFlow flow + table, with configurable policy for evicting flows upon + overflow. + * Added an OpenFlow extension that allows controllers more precise + control over which messages they receive asynchronously. + * CFM module CCM broadcasts can now be tagged with an 802.1p priority. + * Load balancing for bonds can be disabled. + +------------------------------------------------------------------- +Wed Jun 6 15:04:45 UTC 2012 - on@morlock.nu + +- New upstream version 1.5.0 + * OpenFlow: + - Added support for querying, modifying, and deleting flows + based on flow cookie when using NXM. + - Added new NXM_PACKET_IN format. + * ovs-ofctl: + - Added daemonization support to the monitor and snoop commands. + * ovs-vsctl: + - The "find" command supports new set relational operators + {=}, {!=}, {<}, {>}, {<=}, and {>=}. + * ovsdb-tool now uses the typical database and schema installation + directories as defaults. + ------------------------------------------------------------------- Thu May 10 22:32:34 UTC 2012 - on@morlock.nu diff --git a/openvswitch.spec b/openvswitch.spec index f257dc4..d6e231f 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -29,13 +29,13 @@ %bcond_with pyside Name: openvswitch -Version: 1.4.1 +Version: 1.6.1 Release: 1 License: Apache Summary: An open source, production quality, multilayer virtual switch Url: http://openswitch.org/ Group: Productivity/Networking/System -Source0: %name-%version.tar.bz2 +Source0: http://openvswitch.org/releases/openvswitch-1.6.1.tar.gz Source1: preamble Source2: openvswitch-switch.init