From 4d618d36186d73fd68d48069a2ef6201b7051191 Mon Sep 17 00:00:00 2001 From: hauke Date: Tue, 29 Apr 2014 21:21:06 +0000 Subject: [PATCH] mosquitto: Update to v1.3.1 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@40600 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/mosquitto/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 45250c872..776548fed 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 -- 2.11.0