diff options
author | Karl Palsson <karlp@etactica.com> | 2017-05-29 10:49:08 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2017-05-29 10:49:08 +0000 |
commit | f49e1138f1680bb513a984737366060786478713 (patch) | |
tree | 86230c83e1f8e3b28a10d77780a5e0c81d11ed49 /net/mosquitto/Makefile | |
parent | d1d28ed9de29ce2aae7dbaa5752ed89b29bdc4db (diff) |
net/mosquitto: bump to 1.4.12 for CVE-2017-7650
Dot release, primarily due to CVE-2017-7650 but also rolls up some
earlier patches.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'net/mosquitto/Makefile')
-rw-r--r-- | net/mosquitto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 10e51b632..f0575704b 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosquitto -PKG_VERSION:=1.4.11 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.12 +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:=ca47533bbc1b7c5e15d6e5d96d3efc59677f2515b6692263c34b7c48f33280c5 +PKG_HASH:=b12e2353f92cb76882ce7b7bddfea022b461b38cbe6e7fb7c969d0daeb379cf7 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk |