diff --git a/SOURCES/openvswitch-2.13.0.patch b/SOURCES/openvswitch-2.13.0.patch index db901e8..89b612b 100644 --- a/SOURCES/openvswitch-2.13.0.patch +++ b/SOURCES/openvswitch-2.13.0.patch @@ -1434,12 +1434,16 @@ index b279303d18..b3b56cd50e 100644 boot.sh \ poc/builders/Vagrantfile \ diff --git a/NEWS b/NEWS -index dab94e924d..8e25539016 100644 +index dab94e924d..fe5743bb89 100644 --- a/NEWS +++ b/NEWS -@@ -1,3 +1,104 @@ -+v2.13.9 - xx xxx xxxx +@@ -1,3 +1,108 @@ ++v2.13.10 - xx xxx xxxx ++---------------------- ++ ++v2.13.9 - 07 Oct 2022 +--------------------- ++ - Bug fixes + - DPDK: + * OVS validated with DPDK 19.11.13. + DPDK 19.11.13 contains fixes for the following CVEs: @@ -1542,7 +1546,7 @@ index dab94e924d..8e25539016 100644 v2.13.0 - 14 Feb 2020 --------------------- - OVN: -@@ -43,6 +144,9 @@ v2.13.0 - 14 Feb 2020 +@@ -43,6 +148,9 @@ v2.13.0 - 14 Feb 2020 - 'ovs-appctl dpctl/dump-flows' can now show offloaded=partial for partially offloaded flows, dp:dpdk for fully offloaded by dpdk, and type filter supports new filters: "dpdk" and "partially-offloaded". @@ -1552,7 +1556,7 @@ index dab94e924d..8e25539016 100644 v2.12.0 - 03 Sep 2019 --------------------- -@@ -117,9 +221,6 @@ v2.12.0 - 03 Sep 2019 +@@ -117,9 +225,6 @@ v2.12.0 - 03 Sep 2019 * Add support for conntrack zone-based timeout policy. - 'ovs-dpctl dump-flows' is no longer suitable for dumping offloaded flows. 'ovs-appctl dpctl/dump-flows' should be used instead. @@ -1726,7 +1730,7 @@ index f6b88ca2d0..9429702db9 100755 manpages=`cd $distdir && echo *` diff --git a/configure.ac b/configure.ac -index 92b52f6712..be834c0e84 100644 +index 92b52f6712..506b94ad45 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ @@ -1734,7 +1738,7 @@ index 92b52f6712..be834c0e84 100644 AC_PREREQ(2.63) -AC_INIT(openvswitch, 2.13.0, bugs@openvswitch.org) -+AC_INIT(openvswitch, 2.13.9, bugs@openvswitch.org) ++AC_INIT(openvswitch, 2.13.10, bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -2786,15 +2790,21 @@ index 23118e8b63..05ccfb9288 100644 *saddr = fl6.saddr; if (use_cache) diff --git a/debian/changelog b/debian/changelog -index 8e075bc98b..f0ada427e0 100644 +index 8e075bc98b..87231dcc6e 100644 --- a/debian/changelog +++ b/debian/changelog -@@ -1,3 +1,57 @@ +@@ -1,3 +1,63 @@ ++openvswitch (2.13.10-1) unstable; urgency=low ++ [ Open vSwitch team ] ++ * New upstream version ++ ++ -- Open vSwitch team Fri, 07 Oct 2022 13:11:43 +0200 ++ +openvswitch (2.13.9-1) unstable; urgency=low + [ Open vSwitch team ] + * New upstream version + -+ -- Open vSwitch team Wed, 15 Jun 2022 11:56:46 +0200 ++ -- Open vSwitch team Fri, 07 Oct 2022 13:11:43 +0200 + +openvswitch (2.13.8-1) unstable; urgency=low + [ Open vSwitch team ] diff --git a/SPECS/openvswitch2.13.spec b/SPECS/openvswitch2.13.spec index ffdcfac..5e8b35b 100644 --- a/SPECS/openvswitch2.13.spec +++ b/SPECS/openvswitch2.13.spec @@ -59,7 +59,7 @@ Summary: Open vSwitch Group: System Environment/Daemons daemon/database/utilities URL: http://www.openvswitch.org/ Version: 2.13.0 -Release: 204%{?commit0:.%{date}git%{shortcommit0}}%{?commit1:dpdk%{shortcommit1}}%{?dist} +Release: 205%{?commit0:.%{date}git%{shortcommit0}}%{?commit1:dpdk%{shortcommit1}}%{?dist} # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL @@ -715,6 +715,13 @@ exit 0 %endif %changelog +* Fri Oct 07 2022 Open vSwitch CI - 2.13.0-205 +- Merging upstream branch-2.13 [RH git: 6fa229d68f] + Commit list: + f075431dfb Prepare for 2.13.10. + c1712be20e Set release date for 2.13.9. + + * Fri Oct 07 2022 Open vSwitch CI - 2.13.0-204 - Merging upstream branch-2.13 [RH git: b605fab465] Commit list: