[Lunar-commits] <moonbase> mailman: version bumped to 2.1.11.
Florin Braescu
florin at lunar-linux.org
Sat Jul 5 08:20:59 CEST 2008
commit d72e1ce6594e0891a7a4c8042fe6338b5a245cb2
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Jul 5 09:20:59 2008 +0300
mailman: version bumped to 2.1.11.
New Features
- Added a new cron/cull_bad_shunt script to cull and optionally
archive old entries from the bad and shunt queues. This is controlled
by new Defaults.py/mm_cfg.py settings BAD_SHUNT_STALE_AFTER (default
7 days) and BAD_SHUNT_ARCHIVE_DIRECTORY (default None) which determine
how long to keep bad and shunt queue entries and optionally, where to
archive removed entries.
- Prepended list name to bounce log unrecognized bounce messages.
- Added a new Defaults.py|mm_cfg.py setting ACCEPTABLE_LISTNAME_CHARACTERS
with default value '[-+_.=a-z0-9]'. This Python regular expression
character class specifies the characters allowed in list names. The
motivation for this is the fact that previously, a list named, e.g.,
xxx&yyy could be created and MTA aliases generated that would cause
The MTA to execute yyy as a command. There is a possible security issue
here, but it is not believed to be exploitable in any meaningful way.
Bug fixes and other patches
---
mail/mailman/DEPENDS | 1 +
mail/mailman/DETAILS | 10 +++++-----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/mail/mailman/DEPENDS b/mail/mailman/DEPENDS
index 4577456..816becf 100644
--- a/mail/mailman/DEPENDS
+++ b/mail/mailman/DEPENDS
@@ -1,4 +1,5 @@
depends Python
+
optional_depends apache2 "" "" " (a web server is required)"
optional_depends apache "" "" " (a web server is required)"
optional_depends apache-mod_ssl "" "" " (a web server is required)"
diff --git a/mail/mailman/DETAILS b/mail/mailman/DETAILS
index 2b82fa8..4b2ff95 100644
--- a/mail/mailman/DETAILS
+++ b/mail/mailman/DETAILS
@@ -1,11 +1,11 @@
MODULE=mailman
- VERSION=2.1.10
+ VERSION=2.1.11
SOURCE=$MODULE-$VERSION.tgz
- SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:3031122824093422ebe2c9428edbfac3a55e8080
- WEB_SITE=http://mailman.sourceforge.net/
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:068f1927f4d8dd0896b5064bdf6d102798491b72
+ WEB_SITE=http://mailman.sourceforge.net
ENTERED=20020303
- UPDATED=20080531
+ UPDATED=20080705
MAINTAINER=csm at moongroup.com
SHORT="Software to help manage electronic mail discussion lists"
PSAFE=no
More information about the Lunar-commits
mailing list