aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2007-09-04 21:18:39 +0800
committergarga <garga@FreeBSD.org>2007-09-04 21:18:39 +0800
commit1c98fdf95f6f45169f55707885f5814250edb2a8 (patch)
tree5e9994387df5cc3d48d728ec56f81c93c4325c6c /UPDATING
parent1d4fac65ca67870b725c4b07aaa93c4f1cc07e3a (diff)
downloadfreebsd-ports-gnome-1c98fdf95f6f45169f55707885f5814250edb2a8.tar.gz
freebsd-ports-gnome-1c98fdf95f6f45169f55707885f5814250edb2a8.tar.zst
freebsd-ports-gnome-1c98fdf95f6f45169f55707885f5814250edb2a8.zip
- Upgrade qmail-scanner to 2.01
- Repocopy qmail-scanner to mail/qmail-scanner1 to preserver 1.x version I made a big confusion here, i forgot i have transfered maintainership of qmail-scanner to jmelo@, and I took the PR and did all the job. I explained to jmelo@ and he approved all these changes. PR: ports/115877 Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> Approved by: jmelo (maintainer) Repocopied by: marcus
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING28
1 files changed, 28 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 98c1ce3e5e1f..7cc4cbcaf910 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,34 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20070904:
+ AFFECTS: users of mail/qmail-scanner
+ AUTHOR: lippe@freebsdbrasil.com.br
+
+ qmail-scanner was updated to 2.x, and 1.x version was repocopied to
+ mail/qmail-scanner1. There are some differences between these 2 versions:
+
+ quarantine-attachments.txt has been renamed to quarantine-events.txt, it is
+ used to quarantine more than just attachments, and the format of that file
+ has been changed.
+
+ Quarantine directory is now separated into THREE subdirs: "spam", "viruses"
+ and "policy". This is so sites can arrange different auto-delete jobs to
+ control the size of these areas if they so wish.
+
+ Some features that were hard-wired into the main body of Q-S have been moved
+ into quarantine-events.txt where they should have been all along. This makes
+ it possible to change settings without reconfiguring the main body of qmail-
+ scanner-queue.pl. You will need to rewrite any rules you had in place within
+ the old quarantine-attachments.txt into the new format quarantine-events.txt
+
+ Changed setuid to 6755 - ie it's now setuid and setgid. Forcing all files to
+ be group qscand will allow those who wish to do so to keep their AV daemons
+ running as other accounts. They just need to ensure those daemons are members
+ of the qscand group - and as such should be able to read the necessary files.
+ e.g. clamd could run as "clamav", but as long as account "clamav" is a member
+ of group "qscand", clamd is able to read the mail enough to scan it.
+
20070903:
AFFECTS: users of net/whois, net/gwhois
AUTHOR: nivo+kw+ports.bfa274@is-root.com