- Remove stale notes from pkg-descr and pkg-message.in
that are not relevant for supported branches (*)
- sync with platomav/CPUMicrocodes MCE DB r151.
No functional changes so PORTREVISION not bumped.
PR: 247766
Remove stale comment from lang/ghc about gcc shipping a libffi.so of its
own, this is no longer the case. This should have been part of r541237 and
r541232.
PR: 247028 (for tracking)
Reported by: arrowd, danfe
Don't hardcode the libffi shared library version in lang/ghc makefile.
This fixes the build after devel/libffi was updated.
This was missed in r541232
PR: 247028 (for tracking)
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking)
This is not broken anymore in 12 and 13
ChangeLog:
https://github.com/weiss/nsca-ng/blob/master/NEWS#changes-in-release-16-2019-03-19
Accumulated changes from 1.4:
* Work around TLSv1.3 PSK bug in (at least) OpenSSL 1.1.1b.
* Fix static linking against recent OpenSSL versions.
* Update our copy of libev from version 4.22 to version 4.25. The new release
provides a few platform compatibilty fixes and small enhancements.
* Apply a few minor improvements.
* Include an experimental NSCA-ng client module for Perl.
* Link against libsystemd instead of libsystemd-daemon when using systemd
version 210 or newer, where the latter library has been merged into the
former.
* Include the systemd.service(5) and systemd.socket(5) files with the release
tarball.
* Update our copy of libev from version 4.15 to version 4.22. The new release
provides a number of bug fixes and small enhancements.
While here, update WWW in pkg-descr
PR: 247145
Submitted by: knan-bfo@modirum.com
Reviewed by: pi, fernape
Approved by: alexander@sulfrian.net (maintainer, timeout > 1 month)
Differential Revision: https://reviews.freebsd.org/D25208