diff options
| author | Vijay Anusuri <vanusuri@mvista.com> | 2023-12-12 14:35:18 +0530 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-21 10:38:30 +0000 |
| commit | 198d891baa5dbeaca0e02e1904208d0edd30d495 (patch) | |
| tree | 89b34cad35b22df7e598ddf0d06aab36dbbee9ae /meta/recipes-connectivity/avahi/avahi_0.8.bb | |
| parent | 3c26d5181a778c2d5ab6111578d41e4b9000c0b9 (diff) | |
| download | poky-198d891baa5dbeaca0e02e1904208d0edd30d495.tar.gz | |
avahi: backport CVE-2023-1981 & CVE's follow-up patches
import patches from ubuntu to fix
CVE-2023-1981
CVE-2023-38469-2
CVE-2023-38470-2
CVE-2023-38471-2
Upstream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/avahi/tree/debian/patches?h=ubuntu/jammy-security
Upstream commit
https://github.com/lathiat/avahi/commit/a2696da2f2c50ac43b6c4903f72290d5c3fa9f6f
&
https://github.com/lathiat/avahi/commit/c6cab87df290448a63323c8ca759baa516166237
&
https://github.com/lathiat/avahi/commit/94cb6489114636940ac683515417990b55b5d66c
&
https://github.com/lathiat/avahi/commit/b675f70739f404342f7f78635d6e2dcd85a13460]
Ref: https://git.openembedded.org/openembedded-core-contrib/commit/?h=stable/nanbield-nut&id=a9203c46cd64c3ec5e5b00e381bbac85733f85df
(From OE-Core rev: 2b0d8a63a212897b33e85cc3694cd9a3d6e09ca8)
Signed-off-by: Vijay Anusuri <vanusuri@mvista.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 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.bb index 7295c4e05b..1f18d4491d 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.8.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.8.bb | |||
| @@ -26,9 +26,13 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/avahi-${PV}.tar.gz \ | |||
| 26 | file://handle-hup.patch \ | 26 | file://handle-hup.patch \ |
| 27 | file://local-ping.patch \ | 27 | file://local-ping.patch \ |
| 28 | file://invalid-service.patch \ | 28 | file://invalid-service.patch \ |
| 29 | file://CVE-2023-38469.patch \ | 29 | file://CVE-2023-1981.patch \ |
| 30 | file://CVE-2023-38470.patch \ | 30 | file://CVE-2023-38469-1.patch \ |
| 31 | file://CVE-2023-38471.patch \ | 31 | file://CVE-2023-38469-2.patch \ |
| 32 | file://CVE-2023-38470-1.patch \ | ||
| 33 | file://CVE-2023-38470-2.patch \ | ||
| 34 | file://CVE-2023-38471-1.patch \ | ||
| 35 | file://CVE-2023-38471-2.patch \ | ||
| 32 | file://CVE-2023-38472.patch \ | 36 | file://CVE-2023-38472.patch \ |
| 33 | file://CVE-2023-38473.patch \ | 37 | file://CVE-2023-38473.patch \ |
| 34 | " | 38 | " |
