diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-04-13 10:46:02 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-06 17:44:24 -0700 |
commit | 2343f81fb4845a654c8a8f030dd676c57d311170 (patch) | |
tree | eabb06512e340dc9583238b7bcf3de54d7732d4e /meta/recipes-connectivity/avahi/avahi.inc | |
parent | d8f4a335006c8fc0201f9f28c4492d58fe4afe9a (diff) | |
download | poky-2343f81fb4845a654c8a8f030dd676c57d311170.tar.gz |
avahi: Upgrade to 0.6.30 (from 0.6.28)
This upgrade fix the one security issue:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-1002
[YOCTO #975] fixed.
This should be included in the Bernard point-release.
(From OE-Core rev: b52e9922e8d9acaa9b94b0f19c54bdee18ae49f1)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi.inc')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index 9f83d8dadc..a8c0735946 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc | |||
@@ -22,7 +22,7 @@ RRECOMMENDS_avahi-daemon = "libnss-mdns" | |||
22 | SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ | 22 | SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ |
23 | file://00avahi-autoipd \ | 23 | file://00avahi-autoipd \ |
24 | file://99avahi-autoipd \ | 24 | file://99avahi-autoipd \ |
25 | file://initscript.patch;patch=1" | 25 | file://initscript.patch" |
26 | 26 | ||
27 | inherit autotools pkgconfig update-rc.d gettext | 27 | inherit autotools pkgconfig update-rc.d gettext |
28 | 28 | ||