[packages] mosquitto: Upgrade MQTT tools to v1.1
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Fri, 11 Jan 2013 16:50:12 +0000 (16:50 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Fri, 11 Jan 2013 16:50:12 +0000 (16:50 +0000)
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 <karlp@remake.is>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 35098

net/mosquitto/Makefile

index 627e9922349c1c11885dcbc9753a18ea4d51f736..7a295c219433ab365f67e89e22047b45e7f3c44b 100644 (file)
@@ -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