diff options
author | Ross Burton <ross.burton@arm.com> | 2023-12-04 10:41:04 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-01-16 07:54:08 -1000 |
commit | 68ad4cd71a40259c7b13619d33ca8e22c43c32b3 (patch) | |
tree | 651368ec37a0433b0d8cb0c1e8d872ec9a4aa86e | |
parent | da81312c3d97af6d063c2114f4f6963bf8518bef (diff) | |
download | poky-68ad4cd71a40259c7b13619d33ca8e22c43c32b3.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: b541fbeb99df15a1548f93ddbd654fb629ebc2ce)
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>
(cherry picked from commit 02caef1567186f250e64ae3ef84fcff33d7323e4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi_0.8.bb | 5 |
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 bfd945c7ae..1f18d4491d 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 \ | |||
6 | configuration from the link-local 169.254.0.0/16 range without the need for a central \ | 6 | configuration from the link-local 169.254.0.0/16 range without the need for a central \ |
7 | server.' | 7 | server.' |
8 | HOMEPAGE = "http://avahi.org" | 8 | HOMEPAGE = "http://avahi.org" |
9 | BUGTRACKER = "https://github.com/lathiat/avahi/issues" | 9 | BUGTRACKER = "https://github.com/avahi/avahi/issues" |
10 | SECTION = "network" | 10 | SECTION = "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 |
@@ -37,8 +37,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/avahi-${PV}.tar.gz \ | |||
37 | file://CVE-2023-38473.patch \ | 37 | file://CVE-2023-38473.patch \ |
38 | " | 38 | " |
39 | 39 | ||
40 | GITHUB_BASE_URI = "https://github.com/lathiat/avahi/releases/" | 40 | GITHUB_BASE_URI = "https://github.com/avahi/avahi/releases/" |
41 | SRC_URI[md5sum] = "229c6aa30674fc43c202b22c5f8c2be7" | ||
42 | SRC_URI[sha256sum] = "060309d7a333d38d951bc27598c677af1796934dbd98e1024e7ad8de798fedda" | 41 | SRC_URI[sha256sum] = "060309d7a333d38d951bc27598c677af1796934dbd98e1024e7ad8de798fedda" |
43 | 42 | ||
44 | CVE_STATUS[CVE-2021-26720] = "not-applicable-platform: Issue only affects Debian/SUSE" | 43 | CVE_STATUS[CVE-2021-26720] = "not-applicable-platform: Issue only affects Debian/SUSE" |