Created attachment 198023 [details] Fix OpenSSL 1.1.x build net/mosquitto: Fix OpenSSL build PR: 231931 Submitted by: Nathan <ndowens@yahoo.com>
Created attachment 198024 [details] Fix OpenSSL 1.1.x build Bump revision
A commit references this bug: Author: swills Date: Thu Nov 1 15:16:53 UTC 2018 New revision: 483677 URL: https://svnweb.freebsd.org/changeset/ports/483677 Log: net/mosquitto: Fix OpenSSL build PR: 232168 Submitted by: Nathan <ndowens@yahoo.com> Approved by: joe@thrallingpenguin.com (maintainer) Changes: head/net/mosquitto/Makefile head/net/mosquitto/files/patch-src_mosquitto__passwd.c head/net/mosquitto/files/patch-src_security__default.c head/net/mosquitto/files/patch-support-libressl
Committed, thanks!
A commit references this bug: Author: antoine Date: Fri Nov 9 22:52:42 UTC 2018 New revision: 484553 URL: https://svnweb.freebsd.org/changeset/ports/484553 Log: MFH: r481153 r483677 - Update to 1.5.3 PR: 231047 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> Approved by: joe@thrallingpenguin.com (maintainer) net/mosquitto: Fix OpenSSL build PR: 232168 Submitted by: Nathan <ndowens@yahoo.com> Approved by: joe@thrallingpenguin.com (maintainer) Changes: _U branches/2018Q4/ branches/2018Q4/net/mosquitto/Makefile branches/2018Q4/net/mosquitto/distinfo branches/2018Q4/net/mosquitto/files/mosquitto.in branches/2018Q4/net/mosquitto/files/patch-CMakeLists.txt branches/2018Q4/net/mosquitto/files/patch-config.mk branches/2018Q4/net/mosquitto/files/patch-lib_mosquitto__internal.h branches/2018Q4/net/mosquitto/files/patch-lib_socks__mosq.c branches/2018Q4/net/mosquitto/files/patch-lib_tls__mosq.h branches/2018Q4/net/mosquitto/files/patch-mosquitto.conf branches/2018Q4/net/mosquitto/files/patch-src_CMakeLists.txt branches/2018Q4/net/mosquitto/files/patch-src_mosquitto__passwd.c branches/2018Q4/net/mosquitto/files/patch-src_security__default.c branches/2018Q4/net/mosquitto/files/patch-support-libressl branches/2018Q4/net/mosquitto/pkg-plist
Hello, We've got some sort of bug with the introduction of the OpenSSL compat code, specifically in generating passwd entries. Could someone please research? See: https://github.com/eclipse/mosquitto/issues/1032 Thanks in advanced! -Joe