openvswitch: bump to version 2.15.0
authorYousong Zhou <redacted>
Sun, 21 Feb 2021 10:49:10 +0000 (18:49 +0800)
committerYousong Zhou <redacted>
Wed, 24 Feb 2021 12:36:27 +0000 (20:36 +0800)
Quote NEWS item

>   - Building the Linux kernel module from the OVS source tree is
>     deprecated
>     * Support for the Linux kernel is capped at version 5.8
>     * Only bug fixes for the Linux OOT kernel module will be accepted.
>     * The Linux kernel module will be fully removed from the OVS source
>       tree
>       in OVS branch 2.18

Signed-off-by: Yousong Zhou <redacted>
net/openvswitch/Makefile
net/openvswitch/openvswitch.mk

index 8e9bbf298c8c74b0dfe4965abebb921269ffe72a..312cae4638f74c1a941b7426a3ca2009e729f9df 100644 (file)
@@ -17,10 +17,10 @@ include ./openvswitch.mk
 #
 PKG_NAME:=openvswitch
 PKG_VERSION:=$(ovs_version)
-PKG_RELEASE:=3
+PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.openvswitch.org/releases/
-PKG_HASH:=4171e52a8c0ffe160c1daa6687219d902a2a6969b296d223d8dac980ab99a260
+PKG_HASH:=7d5797f2bf2449c6a266149e88f72123540f7fe7f31ad52902057ae8d8f88c38
 
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=LICENSE
index 85ce43ac95e3726852304fd6b6c2be6e5d0745fc..8d95731273f097d53f9df3eb6788daaaa028ddff 100644 (file)
@@ -5,7 +5,7 @@
 
 # Versions
 
-ovs_version:=2.14.0
+ovs_version:=2.15.0
 ovs_builddir=$(KERNEL_BUILD_DIR)/openvswitch-$(ovs_version)
 
 # Shared vars, macros
git clone https://git.99rst.org/PROJECT