From: Karl Palsson <ka...@remake.is>

Performance and compatibility fixes, asynch DNS in client libraries
(requiring new dependency, libcares)

Rollup of http://mosquitto.org/2014/03/version-1-3-1-released/
and       http://mosquitto.org/2014/03/version-1-3-released/

Signed-off-by: Karl Palsson <ka...@remake.is>
---
 net/mosquitto/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile
index 45250c8..776548f 100644
--- a/net/mosquitto/Makefile
+++ b/net/mosquitto/Makefile
@@ -9,13 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mosquitto
-PKG_VERSION:=1.2.3
+PKG_VERSION:=1.3.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://mosquitto.org/files/source/
-PKG_MD5SUM:=0874beeff51b3c64d4a7b2d5f9498288
-
+PKG_MD5SUM:=2f2870e965cf6f0b5df4ecaf2a0955d2
 
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
 
 include $(INCLUDE_DIR)/package.mk
@@ -66,6 +65,7 @@ endef
 define Package/mosquitto-client/default
     $(Package/mosquitto/default)
     TITLE:= mosquitto - client tools
+    DEPENDS+=+libcares
 endef
 define Package/mosquitto-client
     $(call Package/mosquitto-client/default)
@@ -98,7 +98,7 @@ define Package/libmosquitto/default
     $(Package/mosquitto/default)
     SECTION:=libs
     CATEGORY:=Libraries
-    DEPENDS:=+libpthread +librt
+    DEPENDS:=+libpthread +librt +libcares
     TITLE:= mosquitto - client library
 endef
 
-- 
1.8.3.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to