logrotate: add patch for timer problemPatch by @Schamschula to address problem on 10.13 with hi-res timing
Fixes: https://trac.macports.org/ticket/58045
osxfuse: don't build BridgeSupport metadata by defaultBuilding BridgeSupport metadata is broken on High Sierra or newer due to
an macOS and/or Xcode bug [1]. As the workaround breaks building iTerm2
[2], I'd like to skip the fragile step instead playing more with Xcode
and macOS.
[1] https://trac.macports.org/ticket/54939
[2] https://github.com/macports/macports-ports/pull/3525#issuecomment-458799559
llvm-7.0: revbumpthe versions currently on the buildbots has, in some cases,
been built with clang-3.4 and this generates unreliable code
that segfaults.
The current Portfile correctly blacklists clang-3.4 and falls back
to clang-3.7 or higher, which works.
wxWidgets-3.2: support building on 10.7uses MacOSX10.8.sdk but otherwise no changes
are required in source. 10.7 is a supported minimum
deployment target for wxWidgets-3.2
mosquitto: Upgrade to version 1.5.6.This update addresses multiple security vulnerabilities:
CVE-2018-12551: If Mosquitto is configured to use a password file for
authentication, any malformed data in the password file will be
treated as valid. This typically means that the malformed data becomes
a username and no password. If this occurs, clients can circumvent
authentication and get access to the broker by using the malformed
...