From 7ccbb9a66cfadba035e2ad95a7931877e5faf504 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Mon, 5 Feb 2024 03:14:38 +0000 Subject: openvswitch: bump to 2.17.9 Refresh and backport patches so that - ./python path in the source code takes precedence over the same dir in hostpkg - OVN LTS version 22.03.5 which depends on Open vSwitch 3.0 can compile with Open vSwitch 2.17 Fixes: https://github.com/openwrt/packages/issues/22744 Signed-off-by: Yousong Zhou --- net/openvswitch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/openvswitch/Makefile') diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 43b8bfaf5..cf27b0e99 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -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:=e03bfab7ca82d81a7d3a36de4f390a3b5210e3f39657671f922877cd4ea6dc73 +PKG_HASH:=e1b3fa472676626853f22d63f959e5ad061e1bf57e1bbd444d0ed88f947ef8b1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE -- cgit v1.2.3