From 9e697c9ccdd566f0290b20bdd3ab607330278f3c Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 8 Feb 2021 11:53:08 +0000 Subject: [PATCH] mosquitto: bump 2.0.5 to 2.0.7 Includes: https://mosquitto.org/blog/2021/02/version-2-0-7-released/ and https://mosquitto.org/blog/2021/01/version-2-0-6-released/ Various fixes in broker and clients Signed-off-by: Karl Palsson --- net/mosquitto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index f7e39e2ba..f6bab7367 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosquitto -PKG_VERSION:=2.0.5 +PKG_VERSION:=2.0.7 PKG_RELEASE:=1 PKG_LICENSE:=EPL-2.0 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:=67eaeb4160e5793715c017f53c4f42808d76129b7ad131d765a6a23792e58d5d +PKG_HASH:=a98054f0b8161588975ef24e1d467550d3935f4c16ccee63ecb623248a28356e include $(INCLUDE_DIR)/package.mk