openvswitch: bump to 2.15.3
authorStijn Tintel <stijn@linux-ipv6.be>
Thu, 17 Mar 2022 11:34:59 +0000 (13:34 +0200)
committerYousong Zhou <yszhou4tech@gmail.com>
Wed, 23 Mar 2022 03:21:46 +0000 (11:21 +0800)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
net/openvswitch/Makefile
net/openvswitch/openvswitch.mk
net/openvswitch/patches/0001-netdev-linux-Let-interface-flag-survive-internal-por.patch

index 21bdaf42cf5c7f6e39813dde723d196571f470b5..e6a23aadc4bc4a030a902ffaaa1c7703f664aa76 100644 (file)
@@ -20,7 +20,7 @@ PKG_VERSION:=$(ovs_version)
 PKG_RELEASE:=$(AUTORELEASE)
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.openvswitch.org/releases/
-PKG_HASH:=7d5797f2bf2449c6a266149e88f72123540f7fe7f31ad52902057ae8d8f88c38
+PKG_HASH:=015e77a520c380b080b3fb5a4c73e34ef40c08aa05d7049c73719db75b6adc79
 
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=LICENSE
index 8d95731273f097d53f9df3eb6788daaaa028ddff..dd57c6369cfffddfe15b92a2c9575cfb1af8a0b8 100644 (file)
@@ -5,7 +5,7 @@
 
 # Versions
 
-ovs_version:=2.15.0
+ovs_version:=2.15.3
 ovs_builddir=$(KERNEL_BUILD_DIR)/openvswitch-$(ovs_version)
 
 # Shared vars, macros
index 46cfa5822a5312cd064a247f55954554567e2bf8..6a22077a25b8de3d2a7c6dca5d34a3429c764d41 100644 (file)
@@ -18,7 +18,7 @@ Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
 
 --- a/lib/netdev-linux.c
 +++ b/lib/netdev-linux.c
-@@ -3469,7 +3469,13 @@ update_flags(struct netdev_linux *netdev
+@@ -3485,7 +3485,13 @@ update_flags(struct netdev_linux *netdev
      unsigned int old_flags, new_flags;
      int error = 0;