From a7ac3f0a4ac7e51980397e79a6fc6da404951159 Mon Sep 17 00:00:00 2001 From: Titouan Christophe Date: Mon, 8 Nov 2021 13:01:58 +0100 Subject: [PATCH] package/mosquitto: bump to v2.0.13 Mosquitto v2.0.13 is bugfix release, read the announcement on https://mosquitto.org/blog/2021/10/version-2-0-13-released/ Also update the checksum of license files, which have been whitespace-trimmed Signed-off-by: Titouan Christophe Signed-off-by: Peter Korsgaard --- package/mosquitto/mosquitto.hash | 8 ++++---- package/mosquitto/mosquitto.mk | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/mosquitto/mosquitto.hash b/package/mosquitto/mosquitto.hash index 2692aa1a9b..7b950208c8 100644 --- a/package/mosquitto/mosquitto.hash +++ b/package/mosquitto/mosquitto.hash @@ -1,8 +1,8 @@ # Locally calculated after checking gpg signature -# from https://mosquitto.org/files/source/mosquitto-2.0.12.tar.gz.asc -sha256 31cf0065cb431d6f4e57a5f4d56663e839c9d177362eff89582d7cfde191c933 mosquitto-2.0.12.tar.gz +# from https://mosquitto.org/files/source/mosquitto-2.0.13.tar.gz.asc +sha256 9cf83a558f1588e8798edd8647b1632af88e88ef2cd45054e903c517df5bd2cd mosquitto-2.0.13.tar.gz # License files sha256 d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c LICENSE.txt -sha256 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303 epl-v20 -sha256 e8cf7d54ea46c19aba793983889b7f7425e1ebfcaaccec764a7db091646e203c edl-v10 +sha256 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c epl-v20 +sha256 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c edl-v10 diff --git a/package/mosquitto/mosquitto.mk b/package/mosquitto/mosquitto.mk index 06b963a994..b02f0c2f43 100644 --- a/package/mosquitto/mosquitto.mk +++ b/package/mosquitto/mosquitto.mk @@ -4,7 +4,7 @@ # ################################################################################ -MOSQUITTO_VERSION = 2.0.12 +MOSQUITTO_VERSION = 2.0.13 MOSQUITTO_SITE = https://mosquitto.org/files/source MOSQUITTO_LICENSE = EPL-2.0 or EDLv1.0 MOSQUITTO_LICENSE_FILES = LICENSE.txt epl-v20 edl-v10