From 30ffff0d6e69d465112ca406f501480f7c5332f4ea268471bc7d790a9066da2b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 19 Jul 2017 12:07:26 +0000 Subject: [PATCH] Accepting request 511377 from home:markoschandras:network - Version bump to 2.7.2. Some of the changes are: * Revert "netdev: Fix netdev_open() to adhere to class type if given" * connmgr: Fix crash when in_band_create() fails. * db-ctl-base: Fix reference-following feature in get_row_by_id(). * netdev: Fix crash when ifa_netmask is null. * ovn-controller: fix use-after-free in physical_run() * ovn-controller: avoid crash when vswitchd connection is lost * ovsdb-types: Fix memory leak on error path. * vswitchd: Fix IFACE_STAT name error in iface_refresh_stats * netdev: Fix crash when interface option is changed to invalid value. * ofp-util: fix memory leak in ofputil_pull_ofp11_buckets * configure: Fix check for rte_config.h to handle cross-compilation. * ofp-util: Check length of buckets in ofputil_pull_ofp15_group_mod() (cve-2017-9265) (bsc#1041447) * ofp-print: Don't abort on unknown reason in role status message (cve-2017-9263) (bsc#1041470) OBS-URL: https://build.opensuse.org/request/show/511377 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=119 --- openvswitch-2.7.1.tar.gz | 3 --- openvswitch-2.7.2.tar.gz | 3 +++ openvswitch.changes | 18 ++++++++++++++++++ openvswitch.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 openvswitch-2.7.1.tar.gz create mode 100644 openvswitch-2.7.2.tar.gz diff --git a/openvswitch-2.7.1.tar.gz b/openvswitch-2.7.1.tar.gz deleted file mode 100644 index 30ba989..0000000 --- a/openvswitch-2.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0458cb2a7206f8e5802a524297c9f0569c01ae4bf91037a4dff37dcd0e2a84a -size 6186107 diff --git a/openvswitch-2.7.2.tar.gz b/openvswitch-2.7.2.tar.gz new file mode 100644 index 0000000..a2e90ca --- /dev/null +++ b/openvswitch-2.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe36c86ed52f6f7c17b01cdbb7ae37bf521cc5c2e50997b618f3f742485f655b +size 6192414 diff --git a/openvswitch.changes b/openvswitch.changes index 2952887..8f33c7f 100644 --- a/openvswitch.changes +++ b/openvswitch.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Jul 19 07:32:59 UTC 2017 - mchandras@suse.de + +- Version bump to 2.7.2. Some of the changes are: + * Revert "netdev: Fix netdev_open() to adhere to class type if given" + * connmgr: Fix crash when in_band_create() fails. + * db-ctl-base: Fix reference-following feature in get_row_by_id(). + * netdev: Fix crash when ifa_netmask is null. + * ovn-controller: fix use-after-free in physical_run() + * ovn-controller: avoid crash when vswitchd connection is lost + * ovsdb-types: Fix memory leak on error path. + * vswitchd: Fix IFACE_STAT name error in iface_refresh_stats + * netdev: Fix crash when interface option is changed to invalid value. + * ofp-util: fix memory leak in ofputil_pull_ofp11_buckets + * configure: Fix check for rte_config.h to handle cross-compilation. + * ofp-util: Check length of buckets in ofputil_pull_ofp15_group_mod() (cve-2017-9265) (bsc#1041447) + * ofp-print: Don't abort on unknown reason in role status message (cve-2017-9263) (bsc#1041470) + ------------------------------------------------------------------- Sat Jul 8 20:42:27 UTC 2017 - jengelh@inai.de diff --git a/openvswitch.spec b/openvswitch.spec index 92b22c0..9c0a7ad 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -32,7 +32,7 @@ %define lname libopenvswitch-2_7-1 Name: openvswitch -Version: 2.7.1 +Version: 2.7.2 Release: 0 Summary: A multilayer virtual network switch # All code is Apache-2.0 except