diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-12-12 07:25:35 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-12-12 07:25:35 +0000 |
commit | f0241a5e9ef2db0a80c5b8d2d9ee95112e846e9c (patch) | |
tree | bb59d56633d6412b419b466bb845739c7ec32b56 /mail/dspam-devel/pkg-message | |
parent | 2992949c12c8537177244f8e4f2d67be069c6274 (diff) | |
download | FreeBSD-ports-f0241a5e9ef2db0a80c5b8d2d9ee95112e846e9c.zip FreeBSD-ports-f0241a5e9ef2db0a80c5b8d2d9ee95112e846e9c.tar.gz |
Update to 3.6.2:
BUGFIX: segfaults in daemon mode with hash_drv plus other hash_dvr fixes
BUGFIX: for how token values are calculated, cutting false positives nearly
in half plus fixes for LDAP (close LDAP connection after calls, create database even
if LDAP fails)
Drop local patch files/patch-src_libdspam.c incorporated upstream.
Since we could be running clamd on an other server make CLAMAV* options to only
enable clam support in dspam and provide an other option CLAMAV_LOCAL to
RUN_DEPEND on it locally; for POLA make this option default to on. RUN_DEPENDS
on package instead of clamd.conf in CLAMAV_LOCAL case.
Add MYSQL_LOCAL and POSTGRESQL_LOCAL options to RUN_DEPEND on servers.
REQUIRE mysql, postgresql or clam in rc script only if WITH_LOCAL_* is defined.
PR: ports/90265
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Diffstat (limited to 'mail/dspam-devel/pkg-message')
-rw-r--r-- | mail/dspam-devel/pkg-message | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/mail/dspam-devel/pkg-message b/mail/dspam-devel/pkg-message index 857c7c4..0ceb924 100644 --- a/mail/dspam-devel/pkg-message +++ b/mail/dspam-devel/pkg-message @@ -1,4 +1,5 @@ - +%%FreeBSD%%$FreeBSD$ +%%Tecnik%%$Tecnik: ports/mail/dspam-devel/pkg-message,v 1.3 2005/12/11 20:59:38 itetcu Exp $ ------------------------------------------------------------------------------- Reporting problems, asking questions: - FreeBSD specific port-related problems/questions/paches: maintainer @@ -6,7 +7,13 @@ - dspam specific questions: dspam/dspam-dev mailling list (maintainer cc'ed) - dspam specific patches: dspam/dspam-dev mailling list (maintainer cc'ed if) Please be sure to include in your email/pr relevant information such as: - uname -a, dspam --version, /var/db/ports/dspam-devel/options, MTA setup. + uname -a, dspam --version, %%_VAR_DIR%%/db/ports/%%PORTNAME%%/options, MTA setup. + +Asking about updates or telling me there is one: not only I am active on the +mailing lists but I also track dspam csv so I already know; either there is a +problem with the new version or I didn't have enough time to patch the port +and _test_ the new version; please report your succes/failure if you run the +new version or the cvs version. %%CGI%% The CGI files had been installed in %%CGI%% %%CGI_PATH%% @@ -32,7 +39,7 @@ %%DAEMON%% To enable the dspam deamon put dspam_enable="YES" in your %%DAEMON%% /etc/rc.conf - You'll find additionl setup instructions under + You'll find additional setup instructions under %%DOCSDIR%% and %%EXAMPLESDIR%% |