Bug 208606 - [patch] net/mosquitto update to 1.4.8
Summary: [patch] net/mosquitto update to 1.4.8
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Olli Hauer
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-04-07 17:28 UTC by Olli Hauer
Modified: 2016-07-20 18:41 UTC (History)
1 user (show)

See Also:
joe: maintainer-feedback+


Attachments
update to 1.4.8 (807 bytes, patch)
2016-04-07 17:28 UTC, Olli Hauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2016-04-07 17:28:34 UTC
Created attachment 169075 [details]
update to 1.4.8

mosquitto 1.4.8 was released in 2016-02-14, it contains the following fixes:

1.4.8 - 20150214
================
Broker:
- Wills published by clients connected to a listener with mount_point defined
  now correctly obey the mount point. This was a potential security risk
  because it allowed clients to publish messages outside of their restricted
  mount point. This is only affects brokers where the mount_point option is in
  use. Closes #487178.
- Close stdin etc. when daemonised. Closes #485589.
- Fix incorrect detection of FreeBSD and OpenBSD. Closes #485131.

Client library:
- mosq->want_write should be cleared immediately before a call to SSL_write,
  to allow clients using mosquitto_want_write() to get accurate results.


1.4.6 - 20151220
================
Clients:
- Fix "mosquitto_pub -l" stripping the final character on a line. Closes
  #483981.

1.4.5 - 20151108
================
Broker:
- Fix possible memory leak if bridge using SSL attempts to connect to a
  host that is not up.
- Free unused topic tree elements (fix in 1.4.3 was incomplete). Closes
  #468987.

Clients:
- "mosquitto_pub -l" now no longer limited to 1024 byte lines. Closes #478917.
Comment 1 joe 2016-07-19 18:15:15 UTC
A new patch updating to 1.4.9 has been submitted: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211190