Clamassassin is a simple virus filter wrapper for ClamAV for use in procmail
filters and similiar applications. Clamassassin's interface is similiar to
that of spamassassin, making it easy to implement for those familiar with
that tool. Clamassassin is designed with an emphasis on security, robustness
and simplicity.
PR: 72698
Submitted by: Matt <matt@xtaz.net>
- Remove USE_GMAKE (builds okay here with BSD make)
- Clean up portions of main Makefile (don't need post/pre)
- Add %%PREFIX%% man page patches
- Add patch for ipv6_missing.h; removes EAI_MEMORY
re-definition warnings, and is more FreeBSD-focused
- Support 'oidentd_conf' rc.subr variable for those who want to
be able to specify a configuration file. Also update the
'required_files' code to work with this too...
[2]:
- make it work with FreeBSD-5 in combination with option --reply
PR: ports/71378 [1]
Submitted By: Jeremy Chadwick <freebsd@jdc.parodius.com> [1]
Noted By: Markus Hästbacka <midian@ihme.org> [2]
- -d option only works as a daemon now.
- remove it from startup script and wait for future release.
- Noticed by <richard AT boysoncom dot com>
Approved by: co-mentor (vanilla)
+ JPEG comment exploit (MS04-028) detection
*** IMPORTANT ***
The configruration file for the clamd daemon has changed from
/usr/local/etc/clamav.conf to /usr/local/etc/clamd.conf.
PR: 72203
Approved by: Rob Evers <revers@infraqon.nl> (maintainer)
least three files with this comment at the top:
* This file contains most of the source files of Xpm, concatenated and with
* the public names changed (to have an _LtXpm prefix).
- Make security/libtasn1 and security/opencdk into optional dependencies,
enabled by knobs: WITH_LIBTASN1 and WITH_OPENCDK, respectively.
Default to using their included versions
Updating the Samhain integrity checking system from 1.8.10b to 1.8.11.
Code changes include:
o for files in the IgnoreAll policy, there are no warnings
(anymore) about 'no such user/group' and/or non-printable filenames
o there is a new option HardlinkOffset=... to specify an
offset from the canonical hardlink count for a directory
o ... and a new option AddOKChars=... to modify the set of
characters in a filename for which a warning (about
obscure/non-printable) filename is issued.
Port changes:
Turn off kernel integrity checking by default - building
this into packages wouldn't work anyhow, since it would
only work with an identical kernel as on the build cluster.
PR: ports/71169
Submitted by: David Thiel <lx@redundancy.redundancy.org>