summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-12-04 10:41:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-06 22:55:49 +0000
commita9168feacb6d3d19a2658fe8c80cc25248f9a14e (patch)
tree08a62ebdaa961250b371443a3c5850807bb2c39f /meta/recipes-connectivity/avahi
parent9feb8f9284d36f09ee7c680e3f924572e0789142 (diff)
downloadpoky-a9168feacb6d3d19a2658fe8c80cc25248f9a14e.tar.gz
avahi: update URL for new project location
Avahi has moved to a new parent organisation on GitHub, so update the URLs to match. (From OE-Core rev: 02caef1567186f250e64ae3ef84fcff33d7323e4) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-rw-r--r--meta/recipes-connectivity/avahi/avahi_0.8.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.bb
index 910da3c9cc..7295c4e05b 100644
--- a/meta/recipes-connectivity/avahi/avahi_0.8.bb
+++ b/meta/recipes-connectivity/avahi/avahi_0.8.bb
@@ -6,7 +6,7 @@ IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for automatic IP address \
6configuration from the link-local 169.254.0.0/16 range without the need for a central \ 6configuration from the link-local 169.254.0.0/16 range without the need for a central \
7server.' 7server.'
8HOMEPAGE = "http://avahi.org" 8HOMEPAGE = "http://avahi.org"
9BUGTRACKER = "https://github.com/lathiat/avahi/issues" 9BUGTRACKER = "https://github.com/avahi/avahi/issues"
10SECTION = "network" 10SECTION = "network"
11 11
12# major part is under LGPL-2.1-or-later, but several .dtd, .xsl, initscripts and 12# major part is under LGPL-2.1-or-later, but several .dtd, .xsl, initscripts and
@@ -33,8 +33,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/avahi-${PV}.tar.gz \
33 file://CVE-2023-38473.patch \ 33 file://CVE-2023-38473.patch \
34 " 34 "
35 35
36GITHUB_BASE_URI = "https://github.com/lathiat/avahi/releases/" 36GITHUB_BASE_URI = "https://github.com/avahi/avahi/releases/"
37SRC_URI[md5sum] = "229c6aa30674fc43c202b22c5f8c2be7"
38SRC_URI[sha256sum] = "060309d7a333d38d951bc27598c677af1796934dbd98e1024e7ad8de798fedda" 37SRC_URI[sha256sum] = "060309d7a333d38d951bc27598c677af1796934dbd98e1024e7ad8de798fedda"
39 38
40CVE_STATUS[CVE-2021-26720] = "not-applicable-platform: Issue only affects Debian/SUSE" 39CVE_STATUS[CVE-2021-26720] = "not-applicable-platform: Issue only affects Debian/SUSE"