The cmake build system would attempt to check if -m32 builds worked and
then add those files. There are an infinite number of reasons why -m32
might not work on a given system so rip out the test to ensure a
consistant build.
PR: 209029
- While here fix CPE Vendor (NVD has dest-unreach)
- Fix build when OpenSSL from ports was built without SSLv3 support
- Fix build when OpenSSL is built without compression support
- Fix build for OpenSSL 1.1.0pre without EGD support
PR: 197192
Reviewed by: koobs (mentor), feld (mentor), ehaupt (maintainer)
Approved by: feld (mentor), ehaupt (maintainer)
Differential Revision: D2691
- Add PID file support back to rc script
- Rename some rc script parameters to better align with sshguard(8)
sshguard_safety_thresh -> sshguard_danger_thresh
sshguard_pardon_min_interval -> sshguard_release_interval
sshguard_prescribe_interval -> sshguard_reset_interval
Release notes:
This release brings updated signatures, usability improvements, and bug
fixes. Highlights in this release include:
- Match Postfix pre-authentication disconnects
- Fix bashisms in iptables backend
- Fix size argument in inet_ntop() call
- Remove excessive logging when polling from files
- Keep looking for unreadable files while polling
- Update Dovecot signature for POP3
- Match "Connection reset" message for SSH
- Resurrect PID file option by popular demand
- Adjust default abuse threshold
Most notably, some default options have changed. The abuse threshold has
been reduced to 30 (3 attacks) and the initial block time has been
lowered to 2 minutes (from 7). These settings can be overridden from the
command line. Package maintainers should check their scripts.
The PID file option (-p) has been resurrected.
This is an old version of databases/rrdtool, no longer maintained.
Update CONFLICTS in databases/rrdtool and rrdtool12 accordingly.
Reviewed by: kwm (in part)
Differential Revision: D6168
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168
When compiled on Darwin bitcoin-qt needs two extra files that are written
in ObjC++. These aren't needed on FreeBSD but because of this the ObjC++
compiler is used as linker instead of the C++ compiler. Without defining
OBJCXX clang may be used as C++ compiler while g++ is used as ObjC++
compiler. This may cause link problems.
PR: 207110
Submitted by: olexander.v.melnyk@gmail.com
Approved by: robbak@robbak.com (maintainer, via email)
- Update to 25.0.93
- Re-organize options into logical groups
- Use OPTIONS helpers to specifiy implicit dependencies
- Convert FILENOTIFY into a radio option
- Remove dependency on unneeded ports for non-X11 systems
bsd.emacs.mk:
- Update version for editors/emacs-devel port
PR: 209054[1]
Submitted by: Joseph Mingrone <jrm@ftfl.ca>[1]