diff options
| author | Ross Burton <ross@burtonini.com> | 2021-07-19 11:02:32 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-20 08:51:06 +0100 |
| commit | 3714bfb060ea57de4c57d510a4b6841b694066bd (patch) | |
| tree | e9a2ed9874c72e86fefd9e4488004ad249e6705e /meta/recipes-connectivity/avahi/avahi_0.8.bb | |
| parent | 74cf2d75702611ba6fbb2728b6db3a67064397b5 (diff) | |
| download | poky-3714bfb060ea57de4c57d510a4b6841b694066bd.tar.gz | |
avahi: fix CVE-2021-36217, crash on pinging '.local'
(From OE-Core rev: 638beadad098e9ee4e743be8f59f5a7f11373aff)
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/avahi_0.8.bb')
| -rw-r--r-- | meta/recipes-connectivity/avahi/avahi_0.8.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.bb index 4302310888..79ce669a3e 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.8.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.8.bb | |||
| @@ -25,6 +25,7 @@ SRC_URI = "https://github.com/lathiat/avahi/releases/download/v${PV}/avahi-${PV} | |||
| 25 | file://initscript.patch \ | 25 | file://initscript.patch \ |
| 26 | file://0001-Fix-opening-etc-resolv.conf-error.patch \ | 26 | file://0001-Fix-opening-etc-resolv.conf-error.patch \ |
| 27 | file://handle-hup.patch \ | 27 | file://handle-hup.patch \ |
| 28 | file://local-ping.patch \ | ||
| 28 | " | 29 | " |
| 29 | 30 | ||
| 30 | UPSTREAM_CHECK_URI = "https://github.com/lathiat/avahi/releases/" | 31 | UPSTREAM_CHECK_URI = "https://github.com/lathiat/avahi/releases/" |
