Hello community, here is the log from the commit of package openvswitch for openSUSE:Factory checked in at 2015-01-06 09:06:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openvswitch (Old) and /work/SRC/openSUSE:Factory/.openvswitch.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openvswitch" Changes: -------- --- /work/SRC/openSUSE:Factory/openvswitch/openvswitch.changes 2014-10-31 20:20:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.openvswitch.new/openvswitch.changes 2015-01-06 09:07:09.000000000 +0100 @@ -1,0 +2,45 @@ +Sun Dec 28 21:27:49 UTC 2014 - [email protected] + +- new upstream version 2.3.1 + - Compatibility with autoconf 2.63 (previously >=2.64) + - ovs-pki: Changed message digest algorithm from MD5 to SHA-1 because + MD5 is no longer secure and some operating systems have started to disable + it in OpenSSL. + - Keep active bond slave selection across OVS restart. + +* v2.3.0 - 14 Aug 2014 + - OpenFlow 1.1, 1.2, and 1.3 are now enabled by default in + ovs-vswitchd. + - Linux kernel datapath now has an exact match cache optimizing the + flow matching process. + - Datapath flows now have partially wildcarded tranport port field + matches. This reduces userspace upcalls, but increases the + number of different masks in the datapath. The kernel datapath + exact match cache removes the overhead of matching the incoming + packets with the larger number of masks, but when paired with an + older kernel module, some workloads may perform worse with the + new userspace. + +* v2.2.0 - Internal Release + - Internal ports are no longer brought up by default, because it + should be an administrator task to bring up devices as they are + configured properly. + - ovs-vsctl now reports when ovs-vswitchd fails to create a new port or + bridge. + - The "ovsdbmonitor" graphical tool has been removed, because it was + poorly maintained and not widely used. + - New "check-ryu" Makefile target for running Ryu tests for OpenFlow + controllers against Open vSwitch. See INSTALL for details. + - Added IPFIX support for SCTP flows and templates for ICMPv4/v6 flows. + - Upon the receipt of a SIGHUP signal, ovs-vswitchd no longer reopens its + log file (it will terminate instead). Please use 'ovs-appctl vlog/reopen' + instead. + - Support for Linux kernels up to 3.14. From Kernel 3.12 onwards OVS uses + tunnel API for GRE and VXLAN. + - Added experimental DPDK support. + - Added support for custom vlog patterns in Python + +- removed datapath-Add-support-for-Linux-3.12.patch no more required +- removed sle11-device-ops-backport.diff , not used before + +------------------------------------------------------------------- Old: ---- datapath-Add-support-for-Linux-3.12.patch openvswitch-2.1.3.tar.gz sle11-device-ops-backport.diff New: ---- openvswitch-2.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvswitch.spec ++++++ --- /var/tmp/diff_new_pack.HMvRwD/_old 2015-01-06 09:07:10.000000000 +0100 +++ /var/tmp/diff_new_pack.HMvRwD/_new 2015-01-06 09:07:10.000000000 +0100 @@ -18,22 +18,13 @@ # needssslcertforbuild -%if %suse_version > 1315 -# The shipped one does not build against newer kernel versions -%bcond_with kmp -%bcond_without kernel_kmp -%else -%bcond_without kmp -%bcond_with kernel_kmp -%endif - # IpSec build disabled temporarily (need to upgrade ipsec-tools): %bcond_with ipsec # Disable GUI building by default (heavy Qt4 dependencies): %bcond_with gui Name: openvswitch -Version: 2.1.3 +Version: 2.3.1 Release: 0 Summary: An open source, production quality, multilayer virtual switch License: Apache-2.0 @@ -50,8 +41,6 @@ Source10: Module.supported Source11: Module.supported.updates Source99: README.packager -Patch0: sle11-device-ops-backport.diff -Patch1: datapath-Add-support-for-Linux-3.12.patch Patch2: log-check-module-loop.patch BuildRequires: autoconf BuildRequires: automake @@ -265,8 +254,6 @@ %prep %setup -q -#%patch0 -%patch1 -p1 %patch2 -p0 set -- * @@ -416,8 +403,8 @@ %dir %{_datadir}/openvswitch %doc source/AUTHORS source/DESIGN source/INSTALL.* source/NOTICE %doc source/REPORTING-BUGS source/PORTING -%doc source/SubmittingPatches source/CodingStyle source/README -%doc source/WHY-OVS source/COPYING source/README-gcov +%doc source/CodingStyle source/README +%doc source/WHY-OVS source/COPYING %{_bindir}/ovs-appctl %{_bindir}/ovs-benchmark %{_bindir}/ovs-ofctl ++++++ openvswitch-2.1.3.tar.gz -> openvswitch-2.3.1.tar.gz ++++++ ++++ 293884 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
