net/mosquitto: Update to 2.0.9
authorKarl Palsson <karlp@etactica.com>
Mon, 15 Mar 2021 09:47:20 +0000 (09:47 +0000)
committerKarl Palsson <karlp@etactica.com>
Mon, 15 Mar 2021 16:03:33 +0000 (16:03 +0000)
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 <karlp@etactica.com>
net/mosquitto/Makefile

index f6bab736713cacf7d59b9f4347ca3acee30bfae3..c898bad178d269a11aa645bc70132922a4aab7f1 100644 (file)
@@ -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