sysutils/logwatch: Add support of the upcoming postfix 3.11
- The upcoming postfix 3.11 stable and next postfix-current version
will break the postfix service script:
https://www.postfix.org/postconf.5.html#smtp_log_tls_feature_status
- A patched postfix service script will deal with old and new status
report lines.
- This patch has been reported upstream:
https://sourceforge.net/p/logwatch/patches/95/
- Patch has been tested with a logfiles from past 360 days.
- files/pkg-message.in has been updated accordingly.
PR: 291130
x11/xfce4-screensaver: Make sure pgrep evaluates all processes
Use "-a" flag in pgrep invocation to make sure pgrep does not ignore
his "ancestor" processes.
Reported by: kevans (via irc)
bpf: refactor buffer pre-allocation for BIOCSETIF
This basically refactors 4f42daa4a326f to use less indentation and
variables. The code is still not race proof.
tests/net: add some bpf(4) tests
A test helper program pcap-test allows to capture, inject and compare.
Build a simple test case on top of it. More test cases can be easily
constructed.
HBSD: Remove reference to now-undefined kernel function
In commit 9d18115ca0ab0ef3f34173d4e2bdabec916d0b60, FreeBSD removed some
old mutex wrappers. We carry a diff to an affected file to mitigate a
potential NULL pointer dereference in the sound subsystem.
Signed-off-by: Shawn Webb <shawn.webb at hardenedbsd.org>
MFC-to: 15-STABLE
MFC-to: 14-STABLE
X-MFC-With: 9d18115ca0ab0ef3f34173d4e2bdabec916d0b60