aboutsummaryrefslogtreecommitdiff
path: root/net/mosquitto
diff options
context:
space:
mode:
authorKarl Palsson <karlp@etactica.com>2017-07-10 14:29:13 +0000
committerKarl Palsson <karlp@etactica.com>2017-07-10 16:49:32 +0000
commitcd85551580a0c329da55d11a45d576f75fb7aaeb (patch)
tree1b297e3f31069dafca42a01e3b7864e3c7b2bf72 /net/mosquitto
parent66878af8318f1a489397b36450004290eb380f00 (diff)
mosquitto: update to 1.4.13
Primarily a bugfix release for a CVE that doesn't affect lede/openwrt, but also includes some websockets perfomance fixes. Release notes at https://mosquitto.org/2017/07/version-1-4-13-released/ Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'net/mosquitto')
-rw-r--r--net/mosquitto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile
index e200997f7..557e2c805 100644
--- a/net/mosquitto/Makefile
+++ b/net/mosquitto/Makefile
@@ -9,14 +9,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mosquitto
-PKG_VERSION:=1.4.12
+PKG_VERSION:=1.4.13
PKG_RELEASE:=1
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.txt
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://mosquitto.org/files/source/
-PKG_HASH:=b12e2353f92cb76882ce7b7bddfea022b461b38cbe6e7fb7c969d0daeb379cf7
+PKG_HASH:=df9dfc2ac6d9fe0aa7b179a7dd1379416aba9b00f0c1d60a0be0deba894dec6c
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk