Skip to content
Snippets Groups Projects
Commit ef503802 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

mosquitto: Bump version to 2.0.12 for CVE fix

In version 2.0.11 a potential security bug (CVE-2021-34431) was fixed.

Reports:
https://nvd.nist.gov/vuln/detail/CVE-2021-34431
https://bugs.eclipse.org/bugs/show_bug.cgi?id=573191

Fix:
https://github.com/eclipse/mosquitto/commit/42163634c72d41a1f12d299f54e00adf14520eb2



Updating to the latest stable update 2.0.12 here for our reciep to
collect all the fixes. The notice.html file got renamed to NOTICE.md,
adjust accordingly.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent 4476b7e9
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ LICENSE = "EPL-2.0 | EDL-1.0" ...@@ -10,7 +10,7 @@ LICENSE = "EPL-2.0 | EDL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca9a8f366c6babf593e374d0d7d58749 \ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca9a8f366c6babf593e374d0d7d58749 \
file://edl-v10;md5=c09f121939f063aeb5235972be8c722c \ file://edl-v10;md5=c09f121939f063aeb5235972be8c722c \
file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \
file://notice.html;md5=541f8f37af492858dab8d2c1b69ede69 \ file://NOTICE.md;md5=a7a91b4754c6f7995020d1b49bc829c6 \
" "
DEPENDS = "uthash cjson" DEPENDS = "uthash cjson"
...@@ -19,8 +19,8 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \ ...@@ -19,8 +19,8 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \
file://1571.patch \ file://1571.patch \
" "
SRC_URI[md5sum] = "3d1c327d8c5881f56983bee1e3c8f068" SRC_URI[md5sum] = "c226d3ae261f5611adbc0d9f10bc7a77"
SRC_URI[sha256sum] = "0188f7b21b91d6d80e992b8d6116ba851468b3bd154030e8a003ed28fb6f4a44" SRC_URI[sha256sum] = "31cf0065cb431d6f4e57a5f4d56663e839c9d177362eff89582d7cfde191c933"
inherit systemd update-rc.d useradd cmake inherit systemd update-rc.d useradd cmake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment