Bug 224210 - [patch] net/mosquitto update to 1.4.14
Summary: [patch] net/mosquitto update to 1.4.14
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-12-09 17:01 UTC by Manuel Stühn
Modified: 2017-12-11 04:02 UTC (History)
1 user (show)

See Also:
joe: maintainer-feedback+


Attachments
Update to 1.4.14 (9.03 KB, patch)
2017-12-09 17:01 UTC, Manuel Stühn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Stühn 2017-12-09 17:01:46 UTC
Created attachment 188661 [details]
Update to 1.4.14

Update to mosquitto 1.4.14 (released Tuesday, July 11th, 2017)

This is a bugfix release.

Version 1.4.13 contained a regression that meant persistence data was only being saved after client information had been freed. This release fixes that.

If you use persistence then it is strongly recommended to avoid 1.4.13 so you do not suffer data loss.
Comment 1 joe 2017-12-09 20:24:23 UTC
Comment on attachment 188661 [details]
Update to 1.4.14

The diff could be cleaner, but looks OK anyway.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-12-11 04:02:32 UTC
A commit references this bug:

Author: swills
Date: Mon Dec 11 04:01:47 UTC 2017
New revision: 455922
URL: https://svnweb.freebsd.org/changeset/ports/455922

Log:
  net/mosquitto update to 1.4.14

  While here, make it PREFIX clean.

  PR:		224210
  Submitted by:	Manuel St?hn <freebsd@justmail.de>
  Approved by:	Joseph Benden <joe@thrallingpenguin.com>

Changes:
  head/net/mosquitto/Makefile
  head/net/mosquitto/distinfo
  head/net/mosquitto/files/patch-CMakeLists.txt
  head/net/mosquitto/files/patch-config.mk
  head/net/mosquitto/files/patch-lib_mosquitto__internal.h
  head/net/mosquitto/files/patch-lib_tls__mosq.h
  head/net/mosquitto/files/patch-src_CMakeLists.txt
  head/net/mosquitto/files/patch-support-libressl
Comment 3 Steve Wills freebsd_committer freebsd_triage 2017-12-11 04:02:56 UTC
Committed, thanks!