diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-06-16 22:17:03 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-06-16 22:17:03 +0000 |
commit | 7fc9dd75820004cfc36be567c12182b3d112dd83 (patch) | |
tree | 7f4248a9a3dc35fd8ab034ae1e33b4535c688394 /mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw | |
parent | - Work around installing in jail (diff) |
- Update to 3.2.1
- Security fix.
PR: ports/113719
Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer)
Approved by: sat (mentor)
Security: CVE-2007-2873
Notes
Notes:
svn path=/head/; revision=193698
Diffstat (limited to 'mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw b/mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw index aa27ed66a606..9b8bdaa0b4e4 100644 --- a/mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw +++ b/mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw @@ -1,20 +1,21 @@ --- sa-compile.raw.orig Tue May 1 09:54:33 2007 +++ sa-compile.raw Thu May 3 13:35:23 2007 -@@ -636,7 +636,7 @@ +@@ -643,7 +643,7 @@ -p prefs, --prefspath=file, --prefs-file=file Set user preferences file --siteconfigpath=path Path for site configs - (default: /etc/mail/spamassassin) + (default: @@LOCAL_RULES_DIR@@) + --updatedir=path Directory to place updates +- (default: /var/lib/spamassassin/compiled/<version>) ++ (default: @@LOCAL_STATE_DIR@@/compiled/<version>) --cf='config line' Additional line of configuration - -D, --debug [area=n,...] Print debugging messages - -V, --version Print version -@@ -683,12 +683,12 @@ +@@ -692,12 +692,12 @@ =item B<-C> I<path>, B<--configpath>=I<path>, B<--config-file>=I<path> Use the specified path for locating the distributed configuration files. -Ignore the default directories (usually C</usr/share/spamassassin> or similar). -+Ignore the default directories (usually <@@DEF_RULES_DIR@@> or similar). ++Ignore the default directories (usually C<@@DEF_RULES_DIR@@> or similar). =item B<--siteconfigpath>=I<path> @@ -22,5 +23,5 @@ -the default directories (usually C</etc/mail/spamassassin> or similar). +the default directories (usually C<@@LOCAL_RULES_DIR@@> or similar). - =item B<--cf='config line'> + =item B<--updatedir> |