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 <karlp@remake.is> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40600 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
078b31132a
commit
4d618d3618
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user