| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 14:49:25
3.30_6
|
dinoex  |
- escape shell names |
14 Jan 2012 08:57:23
3.30_6
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
24 Oct 2011 09:11:38
3.30_6
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
03 Jul 2011 13:53:52
3.30_6
|
ohauer  |
- remove MD5 |
11 Jun 2010 07:29:11
3.30_6
|
dinoex  |
- add sample for clamav |
04 Jun 2010 14:08:27
3.30_5
|
dinoex  |
LICENSE BSD |
15 Jul 2009 16:56:10
3.30_5
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
16 Jan 2009 19:54:13
3.30_5
|
dinoex  |
- use RC_SUBR |
16 Jan 2009 19:53:36
3.30_4
|
dinoex  |
- add LICENSE: |
13 Jan 2007 04:16:24
3.30_4
|
dinoex  |
- use milter framework |
10 May 2006 22:37:39
3.30_4
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
13 Nov 2005 09:26:50
3.30_4
|
dinoex  |
- add SHA checksum |
07 Jul 2005 03:58:51
3.30_4
|
dinoex  |
- fix CONF_AVFAILACTION for all scanners |
28 May 2005 03:38:08
3.30_3
|
dinoex  |
- MASTER_SITE down |
21 Feb 2005 08:59:18
3.30_3
|
dinoex  |
- update MASTER_SITES |
20 Dec 2004 13:01:12
3.30_3
|
dinoex  |
- honor LDFLAGS |
17 Dec 2004 04:38:34
3.30_2
|
dinoex  |
- rename option
SENDMAIL_PORT -> SENDMAIL_MILTER_PORT |
16 Dec 2004 21:07:39
3.30_2
|
dinoex  |
- register depedency for SENDMAIL_WITH_SHARED_MILTER |
17 Nov 2004 06:33:57
3.30_2
|
dinoex  |
- ignore error state from clamdscan. |
17 Nov 2004 06:31:51
3.30_1
|
dinoex  |
- add date of BSD License |
19 Jul 2004 04:45:33
3.30_1
|
dinoex  |
- new option SENDMAIL_PORT |
05 Mar 2004 21:36:12
3.30_1
|
dinoex  |
- add support for clamav/clamdscan |
26 Feb 2004 05:32:59
3.30
|
dinoex  |
- add SIZE |
05 Jan 2004 17:51:18
3.30
|
dinoex  |
Sendmail milter wich uses Mcafee Virus Scan
The milter recives messages from sendmail, and saves them as a file in
a directory. The directory name and the file name are the "$i" (queue
identifier) from Sendmail, making it easier to identify them. Once the
entire message has been received, the milter runs "ripmime" on the file
to extract any attachments. If rupmime returns without an error then it
will run "uvscan" on the diretory to scan all the files in it. If uvscan
returns an error, then the milter will look for viruses output from
uvscan, and reject the message reporting which viruses were found. If
viruses were found then the entire directory is moved to quarantine,
otherwise it is deleted.
The milter also does extention checks. Certain extentions are blocked
completely. In specific, extenions of .scr, .vbs, .pif, and .com are
blocked.
Author gave permission to distribute it with BSD-License.
WWW: http://www.nmt.edu/~wcolburn/antivirus/ |