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/
fix i18n support on some desklets which installing there language-files as gdeklets.mo
PR: ports/60920
Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer)
Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=130509
The standard distribution of Apache does not provide adequate means for user
tracking, and this module provides them. What it actually does:
+ if the user has provided the cookie header with the correct cookie-name,
the module writes this cookie in notes with the name uid_got (accordingly,
then it may be written to the log);
+ if the user has arrived without the required cookie, the module issues the
SetCookie header for him/her and writes the cookie thus issued in notes
with the name uid_set (and this may also be written to the log);
+ if built-in P3P support is included, the P3P header is also issued as the
Set-Cookie header is issued.
WWW: http://www.lexa.ru/programs/mod-uid-eng.html
Fix build if MAKE_KERBEROS4 defined [2]
Make cosmetic changes for pkg-descr, add WWW tag [3]
Spotted by: Chris <chris-gnats34@randomcamel.net> [2]
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> [1],
Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [2],
osa [3]
PRs: 59882, 60925
Also
o Use one REINPLACE in post-patch target
o Respect CFLAGS
Submitted by: maintainer [1]
Approved by: Roland Jesse aka roland.jesse at gmx.net (maintainer)
PR: 60918
keyring. This should fix the problem, that gpg chown's the default keyring
to root when installing the port via sudo.
PR: 60916
Reported by: kosmos <abowhill@blarg.net