[packages] avahi: Update avahi to version 0.6.30 (ref Ticket 7424, , ipv6)

This updates the avahi package to the latest version, 0.6.30.

>From the avahi release notes:

"This is a bugfix release.

	Make IPv6 work again
	i18n updates
	Minor other updates"

It may be relevant to ticket 7424.

(A few typos in the OpenWrt Makefile are also fixed.)

Signed-off-by: Mike Brady <mikebrady@eircom.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26502 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2011-04-06 20:50:00 +00:00
parent a782db72fd
commit baa7836e6b

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=avahi
PKG_VERSION:=0.6.29
PKG_RELEASE:=2
PKG_VERSION:=0.6.30
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://avahi.org/download/
PKG_MD5SUM:=bb9d326770689610d1dbaceab5a787fc
PKG_MD5SUM:=e4db89a2a403ff4c47d66ac66fad1f43
PKG_BUILD_DEPENDS:=libexpat libdaemon libgdbm intltool/host libpthread dbus
@ -56,7 +56,7 @@ $(call Package/avahi/Default/description)
This package contains the mDNS/DNS-SD shared libraries, used by other programs.
Specifically, it provides libavahi-core and libavahi-common libraries.
By default, it is compiled without D-Bus support, i.e. the --disable-dbus compilation flag is set.
To enable D-Bus support, add the package libavahi-dbus-support.
To enable D-Bus support, select the package libavahi-dbus-support.
endef
define Package/avahi-autoipd
@ -105,7 +105,7 @@ endef
define Package/avahi-dnsconfd/description
$(call Package/avahi/Default/description)
.
This package contains an Unicast DNS server from mDNS/DNS-SD configuration
This package contains a Unicast DNS server from mDNS/DNS-SD configuration
daemon, which may be used to configure conventional DNS servers using mDNS
in a DHCP-like fashion. Especially useful on IPv6.
endef
@ -127,7 +127,7 @@ $(call Package/libavahi/description)
and the libavahi-client library.
It requires the D-Bus package to be included in the build.
Selecting this modifies the contents of the libavahi package by setting
the --enable-dbuscompilation flag; it does not generate a separate package of its own.
the --enable-dbus compilation flag; it does not generate a separate package of its own.
endef
define Package/libavahi-client