diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-03-10 10:30:07 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-03-10 10:30:07 +0000 |
commit | 56522a3814ab7d018098f99453739407e728d343 (patch) | |
tree | a244f898b5bc7d6f732853ee45be35fc2b622418 /mail/mailscanner/files | |
parent | 6180d6e74cfa0aaa85e5b6866f659ed63c10cdf5 (diff) |
Notes
Diffstat (limited to 'mail/mailscanner/files')
-rw-r--r-- | mail/mailscanner/files/CHANGES.port | 4 | ||||
-rw-r--r-- | mail/mailscanner/files/patch-lib-clamav-wrapper | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/mail/mailscanner/files/CHANGES.port b/mail/mailscanner/files/CHANGES.port index dfda32315135..71fedaf03d2f 100644 --- a/mail/mailscanner/files/CHANGES.port +++ b/mail/mailscanner/files/CHANGES.port @@ -1,5 +1,9 @@ Version 4.84.5 ============== +- Upgrade to 4.84.5 + +Version 4.83.5 +============== - Upgrade to 4.83.5 - Remove extra config file targets-- config files are handled automatically in pkg-(de)?install scripts now. diff --git a/mail/mailscanner/files/patch-lib-clamav-wrapper b/mail/mailscanner/files/patch-lib-clamav-wrapper index 058f57976b17..0c4b061b889b 100644 --- a/mail/mailscanner/files/patch-lib-clamav-wrapper +++ b/mail/mailscanner/files/patch-lib-clamav-wrapper @@ -1,5 +1,5 @@ ---- ./lib/clamav-wrapper.orig 2009-03-27 09:07:39.000000000 -0400 -+++ ./lib/clamav-wrapper 2009-03-27 09:08:46.000000000 -0400 +--- ./lib/clamav-wrapper.orig 2011-08-20 08:32:02.000000000 -0400 ++++ ./lib/clamav-wrapper 2012-03-09 08:41:47.000000000 -0500 @@ -51,6 +51,9 @@ # You may want to check this script for bash-isms @@ -7,6 +7,6 @@ +PATH=$PATH:/usr/local/bin +export PATH + - TempDir="/tmp/clamav.$$" + #TempDir="/tmp/clamav.$$" + TempDir=$(mktemp) || { echo "$0: Cannot make name for temporary dir" >&2; exit 1; } ClamUser="clamav" - ClamGroup="clamav" |