Bug 236459

Summary: [patch] net/mosquito: update to 1.5.8
Product: Ports & Packages Reporter: joe
Component: Individual Port(s)Assignee: Alexey Dokuchaev <danfe>
Status: Closed FIXED    
Severity: Affects Only Me CC: danfe
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
update to 1.5.6 with passwd tool fix for 11.2-RELEASE
none
update to 1.5.8 with passwd tool fix for 11.2-RELEASE joe: maintainer-approval+

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.