<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/mosquitto/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-11-08T18:59:09Z</updated>
<entry>
<title>mosquitto: upgrade to version 2.0.22</title>
<updated>2025-11-08T18:59:09Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-11-08T17:22:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=574070c3e7c1f4e1981d3954279efd882d7f7dfb'/>
<id>urn:sha1:574070c3e7c1f4e1981d3954279efd882d7f7dfb</id>
<content type='text'>
Upgrade to version 2.0.22, which is compatible with cmake 4.x
 * backport a post-release fix for nossl build

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>mosquitto: bump to 2.0.2</title>
<updated>2020-12-14T15:13:06Z</updated>
<author>
<name>Karl Palsson</name>
</author>
<published>2020-12-13T21:55:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=37edb9ed637d20da218bcc8a7f68ff404b71497d'/>
<id>urn:sha1:37edb9ed637d20da218bcc8a7f68ff404b71497d</id>
<content type='text'>
Full changelog: https://mosquitto.org/blog/2020/12/version-2-0-2-released/

* Enables DHE ciphers
* Improved response time with http_dir and websockets

Drops a patch no longer required due to upstream fixes.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</content>
</entry>
<entry>
<title>Mosquitto: major update to version 2.0</title>
<updated>2020-12-08T09:38:34Z</updated>
<author>
<name>Karl Palsson</name>
</author>
<published>2020-12-04T11:11:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7218ff0318b04e26e756e8a3ceb01a0b607956fa'/>
<id>urn:sha1:7218ff0318b04e26e756e8a3ceb01a0b607956fa</id>
<content type='text'>
Major release, full release notes available at:
https://mosquitto.org/blog/2020/12/version-2-0-0-released/

Tested on ath79, ssl full, ssl trimmed and non-ssl builds, and also all
at the same time.
Users may/will run into some of the changes in default
authentication.  Note
https://mosquitto.org/documentation/migrating-to-2-0/ for tips on
migrating.

Patch included has already merged upstream, but didn't make the release:
https://github.com/eclipse/mosquitto/pull/1930

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</content>
</entry>
<entry>
<title>mosquitto: update to 1.6.3</title>
<updated>2019-06-19T09:48:11Z</updated>
<author>
<name>Karl Palsson</name>
</author>
<published>2019-06-18T16:05:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=08ab75d88b3e2f3a1038715695c334407bffb154'/>
<id>urn:sha1:08ab75d88b3e2f3a1038715695c334407bffb154</id>
<content type='text'>
Fixes multiple issues, primarily of interest to OpenWrt:
* getrandom issues with and without TLS and glibc
See https://github.com/openwrt/packages/issues/9005 and
https://github.com/openwrt/packages/pull/9243

Many many many other fixes related to mqttv5/v3.1.1 interactions and
mqtt5 support options.

Full changelog at: https://mosquitto.org/blog/2019/06/version-1-6-3-released/

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</content>
</entry>
<entry>
<title>mosquitto: major upgrade to 1.6.x</title>
<updated>2019-05-15T17:28:25Z</updated>
<author>
<name>Karl Palsson</name>
</author>
<published>2019-05-02T12:27:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=762778b36e4f4827162ff8b58992a794eb1404b7'/>
<id>urn:sha1:762778b36e4f4827162ff8b58992a794eb1404b7</id>
<content type='text'>
Major new release of mosquitto.

This release rolls up the initial 1.6.0 release, plus the subsequent
build/bug fixes of 1.6.1 and 1.6.2.

Original upstream changelogs:
https://mosquitto.org/blog/2019/04/version-1-6-released/
https://mosquitto.org/blog/2019/04/version-1-6-1-released/
https://mosquitto.org/blog/2019/04/version-1-6-2-released/

Major features of interest:
* MQTTv5 support
* performance improvements
* ALPN support
* OCSP staping support
* OpenSSL Engine support
* TLSv1.0 support dropped

Currently adds two patches to continue supporting OpenSSL engine support
being disabled, and a missing header include.  These are both tracked
upstream and are expected to be dropped in a subsequent release.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</content>
</entry>
<entry>
<title>mosquitto: bump to major 1.5 release</title>
<updated>2018-05-07T11:09:14Z</updated>
<author>
<name>Karl Palsson</name>
</author>
<published>2018-05-03T11:26:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=276ce75a96595f752909dcba2b66fd789aad0e55'/>
<id>urn:sha1:276ce75a96595f752909dcba2b66fd789aad0e55</id>
<content type='text'>
This is a major release.

https://mosquitto.org/blog/2018/05/version-1-5-released/

Performance, configurability, protection from fuzzing and bad data,
customizable SSL contexts, all sorts of goodies.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</content>
</entry>
<entry>
<title>mosquitto: bump to 1.4.15 for CVE fixes</title>
<updated>2018-03-01T11:18:16Z</updated>
<author>
<name>Karl Palsson</name>
</author>
<published>2018-03-01T11:05:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=60cc1edc75a0806bf547ca8d956865d81b833756'/>
<id>urn:sha1:60cc1edc75a0806bf547ca8d956865d81b833756</id>
<content type='text'>
See
https://mosquitto.org/blog/2018/02/security-advisory-cve-2017-7651-cve-2017-7652/
for full details.

patch for reproducible builds had to be rebuilt based on upstream change.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</content>
</entry>
<entry>
<title>net/mosquitto: reproducible build patches</title>
<updated>2017-12-11T11:00:26Z</updated>
<author>
<name>Karl Palsson</name>
</author>
<published>2017-12-11T11:00:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0bc06df68cf6d0154e7f76edd3935c500c9a4510'/>
<id>urn:sha1:0bc06df68cf6d0154e7f76edd3935c500c9a4510</id>
<content type='text'>
Remove build timestamp.  Using currently proposed upstream patch.

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</content>
</entry>
<entry>
<title>net/mosquitto: bump to 1.4.12 for CVE-2017-7650</title>
<updated>2017-05-29T10:49:08Z</updated>
<author>
<name>Karl Palsson</name>
</author>
<published>2017-05-29T10:49:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f49e1138f1680bb513a984737366060786478713'/>
<id>urn:sha1:f49e1138f1680bb513a984737366060786478713</id>
<content type='text'>
Dot release, primarily due to CVE-2017-7650 but also rolls up some
earlier patches.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</content>
</entry>
<entry>
<title>net/mosquito: bump to 1.4.11</title>
<updated>2017-05-05T11:36:37Z</updated>
<author>
<name>Karl Palsson</name>
</author>
<published>2017-04-05T14:01:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=338252f9eb72f72274157c24878621be095a21f4'/>
<id>urn:sha1:338252f9eb72f72274157c24878621be095a21f4</id>
<content type='text'>
Full changelog available at:
https://mosquitto.org/2017/02/version-1-4-11-released/

Mostly ipv6 and websockets fixes, but requires a patch (submitted
upstream) to work around an accidental glibc dependency upstream.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</content>
</entry>
</feed>
