Browse Source

package/mosquitto: security bump to v1.6.14

This is a bugfix release and include a minor security fix.
Read the announcement on https://mosquitto.org/blog/2021/03/version-2-0-9-released/

Signed-off-by: Titouan Christophe <titouanchristophe@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Titouan Christophe 4 years ago
parent
commit
598e975825
2 changed files with 3 additions and 3 deletions
  1. 2 2
      package/mosquitto/mosquitto.hash
  2. 1 1
      package/mosquitto/mosquitto.mk

+ 2 - 2
package/mosquitto/mosquitto.hash

@@ -1,6 +1,6 @@
 # Locally calculated after checking gpg signature
 # Locally calculated after checking gpg signature
-# from https://mosquitto.org/files/source/mosquitto-1.6.13.tar.gz.asc
-sha256  ce205248dd323e4e562ff83e9e84d0f9a16f4bda87183c367c66a7163c0fc287  mosquitto-1.6.13.tar.gz
+# from https://mosquitto.org/files/source/mosquitto-1.6.14.tar.gz.asc
+sha256  5ea7e342bfbd212a0addb915036be168040dea945e5de5fe739c43c5ff3823e4  mosquitto-1.6.14.tar.gz
 
 
 # License files
 # License files
 sha256  cc77e25bafd40637b7084f04086d606f0a200051b61806f97c93405926670bc1  LICENSE.txt
 sha256  cc77e25bafd40637b7084f04086d606f0a200051b61806f97c93405926670bc1  LICENSE.txt

+ 1 - 1
package/mosquitto/mosquitto.mk

@@ -4,7 +4,7 @@
 #
 #
 ################################################################################
 ################################################################################
 
 
-MOSQUITTO_VERSION = 1.6.13
+MOSQUITTO_VERSION = 1.6.14
 MOSQUITTO_SITE = https://mosquitto.org/files/source
 MOSQUITTO_SITE = https://mosquitto.org/files/source
 MOSQUITTO_LICENSE = EPL-1.0 or EDLv1.0
 MOSQUITTO_LICENSE = EPL-1.0 or EDLv1.0
 MOSQUITTO_LICENSE_FILES = LICENSE.txt epl-v10 edl-v10
 MOSQUITTO_LICENSE_FILES = LICENSE.txt epl-v10 edl-v10