- 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]
Fiddle a bit with libperl.so's SONAME, pkg seems to have a bug while
detecting shlibs and drops dependencies if they have something else
than numbers or dots after ".so".
It ended up with:
libperl.so.5.24.0.r3 is provided by the following packages:
perl5-5.24.0.r3
No packages require libperl.so.5.24.0.r3.
Changes: https://github.com/Perl/perl5/compare/v5.24.0-RC3...v5.24.0-RC3-19-g10d36cf
Sponsored by: Absolight
SAGA GIS version 2.2.7 [r2893] is a bug fix release, because a
serious bug in the command line interpreter saga_cmd prevents correct
setting of floating point value parameters.
Some more fixes and features are:
- taking respect for future use of new date parameter
- bug fixes for flip method in grid operation and orientation
- overworked grid system
- bug fix for atan2, which did not work before
- bug fixes for some tool parameter ids
- updated dictionaries and tool interfaces
PR: 209175
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
- More work towards the WineD3D command stream.
- Service proxies in WebServices.
- Query support in the builtin reg.exe utility.
- Improved support for long URLs in WinInet.
- Various bug fixes.