From e46cdc0c8672e92ca5649eaceffc53f8584e2e52 Mon Sep 17 00:00:00 2001 From: acinonyx Date: Fri, 11 Jan 2013 16:50:12 +0000 Subject: [PATCH] [packages] mosquitto: Upgrade MQTT tools to v1.1 This is a bugfix and feature release. Full release notes at http://mosquitto.org/2012/12/version-1-1-released/ This also removes some unnecessary flags included by mistake in an earlier update. As before, I volunteer to maintain this package. Signed-off-by: Karl Palsson Signed-off-by: Vasilis Tsiligiannis git-svn-id: svn://svn.openwrt.org/openwrt/packages@35098 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/mosquitto/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 627e99223..7a295c219 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -9,19 +9,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosquitto -PKG_VERSION:=1.0.3 +PKG_VERSION:=1.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://mosquitto.org/files/source/ -PKG_MD5SUM:=9c9e06c57fcca80d76068c53ad140186 +PKG_MD5SUM:=ab51f64eb3f0041402073aa7865f3ec4 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk MAKE_FLAGS+=WITH_MEMORY_TRACKING=no -TARGET_CFLAGS+=-ggdb3 define Package/$(PKG_NAME)/default SECTION:=net -- 2.11.0