notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/mosquitto/distinfo

Number of commits found: 20

Friday, 26 Jan 2024
07:32 Bernhard Froehlich (decke) search for other commits by this committer
net/mosquitto: Update to 2.0.18

PR:		276612
Approved by:	joe@thrallingpenguin.com (maintainer)
commit hash: edcf2f78c362cf001c24539008cd647d66116948 commit hash: edcf2f78c362cf001c24539008cd647d66116948 commit hash: edcf2f78c362cf001c24539008cd647d66116948 commit hash: edcf2f78c362cf001c24539008cd647d66116948 edcf2f7
Monday, 6 Feb 2023
16:19 Bernhard Froehlich (decke) search for other commits by this committer
net/mosquitto: Update to 2.0.15

PR:		269373
commit hash: c0f6ab432cd076df7f38ee6021166a8cddfb40dc commit hash: c0f6ab432cd076df7f38ee6021166a8cddfb40dc commit hash: c0f6ab432cd076df7f38ee6021166a8cddfb40dc commit hash: c0f6ab432cd076df7f38ee6021166a8cddfb40dc c0f6ab4
Wednesday, 10 Nov 2021
20:42 Bernard Spil (brnrd) search for other commits by this committer
net/mosquitto: Update to 2.0.13

 * Fixes build with LibreSSL 3.4

PR:		259734
Reported by:	Ivan Rozhuk <rozhuk im gmail com>
Approved by:	joe thrallingpenguin com (maintainer)
commit hash: 4b239d954907d22f263344d280e9f9fea7f65ecf commit hash: 4b239d954907d22f263344d280e9f9fea7f65ecf commit hash: 4b239d954907d22f263344d280e9f9fea7f65ecf commit hash: 4b239d954907d22f263344d280e9f9fea7f65ecf 4b239d9
Saturday, 24 Jul 2021
21:14 Craig Leres (leres) search for other commits by this committer
net/mosquitto: Update to 2.0.10 and solve NULL pointer dereference

   
https://github.com/eclipse/mosquitto/blob/d5ecd9f5aa98d42e7549eea09a71a23eef241f31/ChangeLog.txt

This release fixes a DoS vulnerability:

 - If an authenticated client connected with MQTT v5 sent a malformed
   CONNACK message to the broker a NULL pointer dereference occurred,
   most likely resulting in a segfault.

Other changes since 2.0.8:

 - Set `receive-maximum` to not exceed the `-C` message count in
   mosquitto_sub and mosquitto_rr, to avoid potentially lost messages.

 - Fix TLS-PSK mode not working with port 8883.

 - Fix possible socket leak. This would occur if a client was using
   `mosquitto_loop_start()`, then if the connection failed due to
   the remote server being inaccessible they called `mosquitto_loop_stop(,
   true)` and recreated the mosquitto object.

 - If an empty or invalid CA file was provided to the client library
   for verifying the remote broker, then the initial connection
   would fail but subsequent connections would succeed without
   verifying the remote broker certificate.

 - If an empty or invalid CA file was provided to the broker for
   verifying the remote broker for an outgoing bridge connection
   then the initial connection would fail but subsequent connections
   would succeed without verifying the remote broker certificate.

 - Fix encrypted bridge connections incorrectly connecting when
   `bridge_cafile` is empty or invalid.

 - Fix `tls_version` behaviour not matching documentation.

 - Fix messages to `$` prefixed topics being rejected.

 - Fix QoS 0 messages not being delivered when max_queued_bytes was
   configured.

 - Fix bridge increasing backoff calculation.

 - Improve handling of invalid combinations of listener address and
   bind interface configurations.

 - Fix `max_keepalive` option not applying to clients connecting
   with keepalive

 - Fix encrypted connections incorrectly connecting when the CA
   file passed to `mosquitto_tls_set()` is empty or invalid.  set
   to 0.

PR:		255229
Reported by:	Daniel Engberg
Approved by:	joe@thrallingpenguin.com (maintainer)
MFH:		2021Q3
Security:	cc553d79-e1f0-4b94-89f2-bacad42ee826
commit hash: e220d6ed93a7e736c1972c8a864737641d818067 commit hash: e220d6ed93a7e736c1972c8a864737641d818067 commit hash: e220d6ed93a7e736c1972c8a864737641d818067 commit hash: e220d6ed93a7e736c1972c8a864737641d818067 e220d6e
Sunday, 7 Mar 2021
12:19 wen search for other commits by this committer
- Update to 2.0.8
- Add CARES_DESC
- Update DEPENDS

PR:		252237
Submitted by:	freebsd@justmail.de
Approved by:	maintainer
Original commitRevision:567563 
Thursday, 27 Aug 2020
13:06 tcberner search for other commits by this committer
net/mosquitto: fix build on recent current

Obtained
from:	https://github.com/eclipse/mosquitto/commit/8a4ae28fa926589e9891674ca4424dc703ad2d88
Original commitRevision:546340 
Saturday, 2 Nov 2019
13:57 tcberner search for other commits by this committer
net/mosquitto: new version 1.6.7

PR:		241370
Submitted by:	ev <evfbsd@yandex.ru>
Approved by:	joe@thrallingpenguin.com (maintainer)
Original commitRevision:516324 
Monday, 2 Sep 2019
22:28 swills search for other commits by this committer
net/mosquitto: update to 1.6.4

PR:		239675
Submitted by:	joe@thrallingpenguin.com (maintainer)
Reported by:	crest@rlwinm.de
Original commitRevision:510858 
Tuesday, 12 Mar 2019
07:24 danfe search for other commits by this committer
- Update to version 1.5.8 and fix "null" username and password bug
- Drop `textproc/libxslt' dependency -- only needed when building
  from git sources, distfiles come with pre-generated manpages
- Make `dns/c-ares' dependency optional, but keep it on by default
- Add missing run-time dependency on `security/ca_root_nss'
- Fix excessive use of capital letters in COMMENT, wrap some overly
  long lines so they fit standard terminal width (80 characters)

Reported by:	Jeremiah Gillis
PR:		236459
Submitted by:	Joseph Benden (maintainer)
Original commitRevision:495444 
Tuesday, 15 Jan 2019
17:59 swills search for other commits by this committer
net/mosquitto: update to 1.5.5

PR:		234957
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
Approved by:	joe@thrallingpenguin.com (maintainer)
Original commitRevision:490394 
Saturday, 8 Dec 2018
18:48 fernape search for other commits by this committer
net/mosquitto: update to 1.5.4

This release fixes a number of security, building and memory leak issues.

Announcement: https://mosquitto.org/blog/2018/11/version-154-released/

PR:	233552
Submitted by:	iblis@hs.ntnu.edu.tw
Approved by:	joe@thrallingpenguin.com (maintainer)
Original commitRevision:486979 
Wednesday, 3 Oct 2018
09:54 lwhsu search for other commits by this committer
- Update to 1.5.3

PR:		231047
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
Approved by:	joe@thrallingpenguin.com (maintainer)
Original commitRevision:481153 
Monday, 11 Dec 2017
04:01 swills search for other commits by this committer
net/mosquitto update to 1.4.14

While here, make it PREFIX clean.

PR:		224210
Submitted by:	Manuel Stuhn <freebsd@justmail.de>
Approved by:	Joseph Benden <joe@thrallingpenguin.com>
Original commitRevision:455922 
Sunday, 16 Oct 2016
18:46 ohauer search for other commits by this committer
- update to 1.4.10

Broker
  Fix TLS operation with websockets listeners and libwebsockets 2.x. Closes
  #186.
  Don.t disconnect client on HUP before reading the pending data. Closes #7.
  Fix some $SYS messages being incorrectly persisted. Closes #191.
  Support OpenSSL 1.1.0.
  Call fsync after persisting data to ensure it is correctly written. Closes
  #189.
  Fix persistence saving of subscription QoS on big-endian machines.
  Fix will retained flag handling on Windows. Closes #222.
  Broker now displays an error if it is unable to open the log file. Closes
  #234.

Client library
  Support OpenSSL 1.1.0.
  Fixed the C++ library not allowing SOCKS support to be used. Closes #198.
  Fix memory leak when verifying a server certificate with a subjectAltName
  section. Closes #237.

Build
  Don.t attempt to install docs when WITH_DOCS=no. Closes #184.

PR:		213532
Submitted by:	ohauer
Approved by:	maintainer <joe@thrallingpenguin.com>
MFH:		2016Q4
Original commitRevision:424079 
Wednesday, 20 Jul 2016
18:27 ohauer search for other commits by this committer
- update to 1.4.9
- add optional websocket support

Changelog:
https://raw.githubusercontent.com/eclipse/mosquitto/master/ChangeLog.txt

PR:		211190
Submitted by:	Iblis Lin (iblis_at_hs.ntnu.edu.tw)
Approved by:	maintainer (joe_at_thrallingpenguin.com)
Original commitRevision:418845 
Sunday, 27 Sep 2015
21:32 ohauer search for other commits by this committer
- update to 1.4.4

1.4.4 - 20150916
================

Broker:
- Don't leak sockets when outgoing bridge with multiple addresses cannot
  connect. Closes #477571.
- Fix cross compiling of websockets. Closes #475807.
- Fix memory free related crashes on openwrt. Closes #475707.
- Fix excessive calls to message retry check.

1.4.3 - 20150818
================

Broker:
- Fix incorrect bridge notification on initial connection. Closes #467096.
- Build fixes for OpenBSD.
- Fix incorrect behaviour for autosave_interval, most noticable for
  autosave_interval=1. Closes #465438.
- Fix handling of outgoing QoS>0 messages for bridges that could not be sent
  because the bridge connection was down.
- Free unused topic tree elements. Closes #468987.
- Fix some potential memory leaks. Closes #470253.
- Fix potential crash on libwebsockets error.

Client library:
- Add missing error strings to mosquitto_strerror.
- Handle fragmented TLS packets without a delay. Closes #470660.
- Fix incorrect loop timeout being chosen when using threaded interface and
  keepalive = 0. Closes #471334.
- Increment inflight messages count correctly. Closes #474935.

Clients:
- Report error string on connection failure rather than error code.

PR:		202742
Submitted by:	stb@lassitu.de
Approved by:	maintainer timout (one month)
Original commitRevision:398053 
Saturday, 4 Jul 2015
09:14 ohauer search for other commits by this committer
- update to 1.4.2

The Python driver is now provided by net/py-paho-mqtt!

More drivers can be found at http://eclipse.org/paho

PR:		200540
Submitted by:	ohauer
Approved by:	Joseph Benden <joe@thrallingpenguin.com> (maintainer, via PM)
Original commitRevision:391297 
Wednesday, 15 Oct 2014
22:53 rodrigo search for other commits by this committer
Upgrade mosquitto to version 1.3.4
Fix use and options
Remove unnecessary dirs from plist

PR:		ports/194246
Submitted by:	joe@thrallingpenguin.com (maintainer)
Approved by:	mentors (implicit)
Original commitRevision:370963 
Tuesday, 15 Jul 2014
08:35 vanilla search for other commits by this committer
Update to 1.3.2.

PR:		ports/191864
Submitted by:	maintainer
Original commitRevision:361896 
Sunday, 25 May 2014
12:20 swills search for other commits by this committer
Mosquitto is an open source implementation of a server for version 3.1 of the
MQTT protocol.

WWW: http://mosquitto.org/

PR:		ports/189451
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
Original commitRevision:355160 

Number of commits found: 20