net/mosquitto: bump to 1.6.14

This is a minor security fix for outgoing bridges and the client
library.

Full details: https://mosquitto.org/blog/2021/03/version-2-0-9-released/

Signed-off-by: Karl Palsson <karlp@etactica.com>
This commit is contained in:
Karl Palsson 2021-03-15 10:41:31 +00:00
parent e573dac5f1
commit b66d262d75

View file

@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mosquitto
PKG_VERSION:=1.6.13
PKG_VERSION:=1.6.14
PKG_RELEASE:=1
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.txt
@ -17,7 +17,7 @@ PKG_CPE_ID:=cpe:/a:eclipse:mosquitto
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://mosquitto.org/files/source/
PKG_HASH:=ce205248dd323e4e562ff83e9e84d0f9a16f4bda87183c367c66a7163c0fc287
PKG_HASH:=5ea7e342bfbd212a0addb915036be168040dea945e5de5fe739c43c5ff3823e4
include $(INCLUDE_DIR)/package.mk