Bug 236459 - [patch] net/mosquito: update to 1.5.8
Summary: [patch] net/mosquito: update to 1.5.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-11 01:16 UTC by joe
Modified: 2019-03-12 07:29 UTC (History)
1 user (show)

See Also:


Attachments
update to 1.5.6 with passwd tool fix for 11.2-RELEASE (2.13 KB, patch)
2019-03-11 01:16 UTC, joe
no flags Details | Diff
update to 1.5.8 with passwd tool fix for 11.2-RELEASE (3.47 KB, patch)
2019-03-11 15:39 UTC, joe
joe: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description joe 2019-03-11 01:16:52 UTC
Created attachment 202789 [details]
update to 1.5.6 with passwd tool fix for 11.2-RELEASE

The attached patch updates mosquitto to version 1.5.6.

In addition, while testing on 11.2-RELEASE; I found that the password utility (mosquitto_passwd) did not work. So, I fixed it! It does function properly on 12.0-RELEASE too.

Thanks,
-Joe
Comment 1 Alexey Dokuchaev freebsd_committer freebsd_triage 2019-03-11 10:19:53 UTC
Since I've got accidentally involved with this, let me handle it.
Comment 2 joe 2019-03-11 15:39:40 UTC
Created attachment 202795 [details]
update to 1.5.8 with passwd tool fix for 11.2-RELEASE
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-03-12 07:25:07 UTC
A commit references this bug:

Author: danfe
Date: Tue Mar 12 07:24:49 UTC 2019
New revision: 495444
URL: https://svnweb.freebsd.org/changeset/ports/495444

Log:
  - 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)

Changes:
  head/net/mosquitto/Makefile
  head/net/mosquitto/distinfo
  head/net/mosquitto/files/patch-mosquitto.conf
  head/net/mosquitto/files/patch-src_mosquitto__passwd.c
Comment 4 Alexey Dokuchaev freebsd_committer freebsd_triage 2019-03-12 07:29:42 UTC
Port was updated in ports r495444, along with some other miscellaneous changes.