lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit dfadab16da93c7e722363d78d63807866ed0d50b
parent 3ed912434f9db92e6fe6b2d2e07f8075c104a0e0
Author: Karl Palsson <karlp@remake.is>
Date:   Mon, 11 Aug 2014 10:41:42 +0000

net/mosquitto: Bump to version 1.3.4

A minor point release.

* Don’t ask client for certificate when require_certificate is false.
* Fix incorrect handling of anonymous bridges on the local broker.
* backout incomplete functionality incorrectly added in 1.3.2

Signed-off-by: Karl Palsson <karlp@remake.is>

Diffstat:
Mnet/mosquitto/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosquitto -PKG_VERSION:=1.3.2 +PKG_VERSION:=1.3.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://mosquitto.org/files/source/ -PKG_MD5SUM:=5d2fe7c8bf2518eb9829547751c04bbf +PKG_MD5SUM:=9d729849efd74c6e3eee17a4a002e1e9 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk