From 7f0920110db0cf08e27238092677f96c3adde07d Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 15 Mar 2021 09:47:20 +0000 Subject: [PATCH] net/mosquitto: Update to 2.0.9 This is a bugfix release, with minor security fixes for outgoing bridge connections and the client library. Full details here: https://mosquitto.org/blog/2021/03/version-2-0-9-released/ 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 f6bab73671..c898bad178 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosquitto -PKG_VERSION:=2.0.7 +PKG_VERSION:=2.0.9 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:=a98054f0b8161588975ef24e1d467550d3935f4c16ccee63ecb623248a28356e +PKG_HASH:=1b8553ef64a1cf5e4f4cfbe098330ae612adccd3d37f35b2db6f6fab501b01d4 include $(INCLUDE_DIR)/package.mk -- 2.30.2