From baa7836e6beacb2474cbd8a3d69457cc1272239d Mon Sep 17 00:00:00 2001 From: acinonyx Date: Wed, 6 Apr 2011 20:50:00 +0000 Subject: [PATCH] [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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@26502 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/avahi/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index 63d03b09d..5a46ed065 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -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 -- 2.11.0