[Lunar-commits] <moonbase> amavisd-new: version bump to 2.5.4.
Florin Braescu
florin at lunar-linux.org
Fri Mar 14 15:56:21 CET 2008
commit 1d693d87f7b29daa6e3ed12deb9661332f8817ed
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Mar 14 16:56:21 2008 +0200
amavisd-new: version bump to 2.5.4.
Regular expressions were simplified to avoid Perl crashing
on very long degenerated addresses in a header. Parsing of
header field names is stricter to avoid duplicating a Subject
header field under rare circumstances. Policy bank name from
AM.PDP protocol is now untainted to avoid SQL errors.
Handling of status EAGAIN in SMTP client code was improved.
The number of arguments to a file(1) utility now obeys a
POSIX program argument space limit. Sprintf format for
conversion of 64-bit values was fixed. AV entries for F-PROT
fpscan and fpscand were added, and a BitDefender bdscan
entry was updated.
---
mail/amavisd-new/BUILD | 8 ++++----
mail/amavisd-new/DEPENDS | 18 +++++++++---------
mail/amavisd-new/DETAILS | 8 ++++----
3 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/mail/amavisd-new/BUILD b/mail/amavisd-new/BUILD
index f64f249..05c3cbc 100644
--- a/mail/amavisd-new/BUILD
+++ b/mail/amavisd-new/BUILD
@@ -1,15 +1,15 @@
(
- add_priv_user amavis:amavis -d /var/amavis -s /bin/true &&
+ add_priv_user amavis:amavis -d /var/amavis -s /bin/true &&
- prepare_install &&
+ prepare_install &&
- install -m0755 amavisd /usr/sbin/ &&
+ install -m0755 amavisd /usr/sbin/ &&
if ! [ -d /var/amavis ] ; then
mkdir -m750 -p /var/amavis
chown amavis:amavis /var/amavis
- fi &&
+ fi &&
if ! [ -e /etc/amavisd.conf ] ; then
install -m0644 amavisd.conf /etc/
diff --git a/mail/amavisd-new/DEPENDS b/mail/amavisd-new/DEPENDS
index 97ba77b..0b94dc9 100644
--- a/mail/amavisd-new/DEPENDS
+++ b/mail/amavisd-new/DEPENDS
@@ -1,11 +1,11 @@
-depends Unix-Syslog &&
-depends MIME-tools &&
-depends IO-stringy &&
-depends Convert-TNEF &&
-depends Convert-UUlib &&
-depends Compress-Zlib &&
-depends Archive-Tar &&
-depends Archive-Zip &&
-depends Net-Server &&
+depends Unix-Syslog
+depends MIME-tools
+depends IO-stringy
+depends Convert-TNEF
+depends Convert-UUlib
+depends Compress-Zlib
+depends Archive-Tar
+depends Archive-Zip
+depends Net-Server
optional_depends "clamav" "" "" "for virus checking"
diff --git a/mail/amavisd-new/DETAILS b/mail/amavisd-new/DETAILS
index c635250..ffe3c0f 100644
--- a/mail/amavisd-new/DETAILS
+++ b/mail/amavisd-new/DETAILS
@@ -1,12 +1,12 @@
MODULE=amavisd-new
- VERSION=2.4.5
+ VERSION=2.5.4
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL=http://www.ijs.si/software/amavisd/
- SOURCE_VFY=sha1:2a99083b72d08cad7bf6fa6cc2eb8bd55e44f22b
+ SOURCE_URL=http://www.ijs.si/software/amavisd
+ SOURCE_VFY=sha1:c63735594ecbc05850adf81bcd30e193eb873e38
WEB_SITE=http://www.ijs.si/software/amavisd
ENTERED=20030315
- UPDATED=20070201
+ UPDATED=20080314
SHORT="interface between MTA (message transfer agent) and one or more content checkers: virus scanners, and/or SpamAssasin"
cat << EOF
More information about the Lunar-commits
mailing list