diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 21bdaf42c..e6a23aadc 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -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 diff --git a/net/openvswitch/openvswitch.mk b/net/openvswitch/openvswitch.mk index 8d9573127..dd57c6369 100644 --- a/net/openvswitch/openvswitch.mk +++ b/net/openvswitch/openvswitch.mk @@ -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 diff --git a/net/openvswitch/patches/0001-netdev-linux-Let-interface-flag-survive-internal-por.patch b/net/openvswitch/patches/0001-netdev-linux-Let-interface-flag-survive-internal-por.patch index 46cfa5822..6a22077a2 100644 --- a/net/openvswitch/patches/0001-netdev-linux-Let-interface-flag-survive-internal-por.patch +++ b/net/openvswitch/patches/0001-netdev-linux-Let-interface-flag-survive-internal-por.patch @@ -18,7 +18,7 @@ Signed-off-by: Helmut Schaa --- 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;