aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/avahi/avahi_0.6.25.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/avahi/avahi_0.6.25.bb')
-rw-r--r--recipes/avahi/avahi_0.6.25.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/avahi/avahi_0.6.25.bb b/recipes/avahi/avahi_0.6.25.bb
index 4b598a0313..a7a28ecf11 100644
--- a/recipes/avahi/avahi_0.6.25.bb
+++ b/recipes/avahi/avahi_0.6.25.bb
@@ -6,7 +6,8 @@ DEPENDS += "intltool-native"
PACKAGES =+ "libavahi-gobject"
-SRC_URI += "file://disable-ipv6.patch"
+SRC_URI += "file://disable-ipv6.patch \
+ file://fix-CVE-2011-1002.patch"
noipv6 = "${@base_contains('DISTRO_FEATURES', 'ipv6', '', '-DDISABLE_IPV6', d)}"
EXTRA_OEMAKE_append = " 'CFLAGS=${CFLAGS} ${noipv6}'"