diff options
author | pat <pat@FreeBSD.org> | 2002-08-08 01:13:08 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-08-08 01:13:08 +0800 |
commit | 410940bb6efa5fa54286c2835de42447a2b50e41 (patch) | |
tree | 6b5fc4a13347eee9ffee8697c6db58459180628c /security | |
parent | a5ad9bc4d9bd66118414e48d04413bbee455123b (diff) | |
download | freebsd-ports-gnome-410940bb6efa5fa54286c2835de42447a2b50e41.tar.gz freebsd-ports-gnome-410940bb6efa5fa54286c2835de42447a2b50e41.tar.zst freebsd-ports-gnome-410940bb6efa5fa54286c2835de42447a2b50e41.zip |
Update to 20020531
PR: ports/41315
Submitted by: Gheorghe Ardelean <ardelean@physics.uvt.ro>
Approved by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/amavisd/Makefile | 3 | ||||
-rw-r--r-- | security/amavisd/distinfo | 2 | ||||
-rw-r--r-- | security/amavisd/files/patch-README.sendmail | 26 |
3 files changed, 28 insertions, 3 deletions
diff --git a/security/amavisd/Makefile b/security/amavisd/Makefile index 45ba204c0dbb..49c586e30d16 100644 --- a/security/amavisd/Makefile +++ b/security/amavisd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= amavisd -PORTVERSION= 20020300 -PORTREVISION= 3 +PORTVERSION= 20020531 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amavis diff --git a/security/amavisd/distinfo b/security/amavisd/distinfo index ea9a4eba177d..d200c5a6335c 100644 --- a/security/amavisd/distinfo +++ b/security/amavisd/distinfo @@ -1 +1 @@ -MD5 (amavisd-snapshot-20020300.tar.gz) = f8823fa5b3a11e7c7067e65660e274f9 +MD5 (amavisd-snapshot-20020531.tar.gz) = 0d97a1c227c9934b19c0ff283ccb3561 diff --git a/security/amavisd/files/patch-README.sendmail b/security/amavisd/files/patch-README.sendmail new file mode 100644 index 000000000000..8f95add72d9a --- /dev/null +++ b/security/amavisd/files/patch-README.sendmail @@ -0,0 +1,26 @@ +--- README.sendmail.orig Sun Aug 4 18:38:01 2002 ++++ README.sendmail Sun Aug 4 18:39:50 2002 +@@ -18,7 +18,7 @@ + + Mlocal, P=/usr/sbin/amavis, F=lsDFMAw5:/|@qrn9, S=10/30, R=20/40, + T=DNS/RFC822/X-Unix, +- A=amavis $f $u -- /bin/mail.local -d $u ++ A=amavis $f $u -- /usr/libexec/mail.local -d $u + + Note that m (delivery to multiple recipients) has been removed from the + F equate! Amavis receives sender ($f) and recipient ($u) from the command +@@ -33,11 +33,9 @@ + you should add the following just before the MAILER definitions: + + dnl +-dnl Change Mlocal to use AMaViS-Perl +-define(`LOCAL_MAILER_PATH', `/usr/sbin/amavis')dnl +-define(`LOCAL_MAILER_ARGS', CONCAT(`amavis $f $u -- ', +-define(`LOCAL_MAILER_ARGS', CONCAT(`amavis $f $u -- /usr/bin/', +-LOCAL_MAILER_ARGS))dnl ++dnl Change Mlocal to use AMaViS ++define(`LOCAL_MAILER_PATH', `/usr/local/sbin/amavis')dnl ++define(`LOCAL_MAILER_ARGS', CONCAT(`amavis $f $u -- /usr/libexec/', LOCAL_MAILER_ARGS, ` -d $u'))dnl + dnl please set the path to your procmail accordingly! + dnl the following works only with sendmail 8.10.x or above + MODIFY_MAILER_FLAGS(`LOCAL', -m')dnl |