summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/openflow/openflow.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-02-07 22:41:26 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-09 09:52:15 -0800
commit59bffb68440c9099d724aa2f2b1e6366216f0f11 (patch)
tree7458f0039a5b7c30217d8520f9584e4e433450da /meta-networking/recipes-protocols/openflow/openflow.inc
parentc4898368377acfb6851d5d629f69ccd1be2704f2 (diff)
downloadmeta-openembedded-59bffb68440c9099d724aa2f2b1e6366216f0f11.tar.gz
openflow: Switch SRC_URI to github mirror
Original repo seems to be not accessible. Fix build with clang-18 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/openflow/openflow.inc')
-rw-r--r--meta-networking/recipes-protocols/openflow/openflow.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc
index 7062d2146..7b404f540 100644
--- a/meta-networking/recipes-protocols/openflow/openflow.inc
+++ b/meta-networking/recipes-protocols/openflow/openflow.inc
@@ -11,7 +11,7 @@ LICENSE = "GPL-2.0-only"
11 11
12LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2" 12LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2"
13 13
14SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git;branch=master" 14SRC_URI = "git://github.com/mininet/openflow;protocol=https;branch=master"
15 15
16CVE_STATUS[CVE-2015-1611] = "not-applicable-config: Not referred to our implementation of openflow" 16CVE_STATUS[CVE-2015-1611] = "not-applicable-config: Not referred to our implementation of openflow"
17CVE_STATUS[CVE-2015-1612] = "not-applicable-config: Not referred to our implementation of openflow" 17CVE_STATUS[CVE-2015-1612] = "not-applicable-config: Not referred to our implementation of openflow"