diff options
author | itojun <itojun@pkgsrc.org> | 2001-04-13 01:42:32 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-04-13 01:42:32 +0000 |
commit | 2e9c5e548c956e638c17929f09c9aa21d0fa8970 (patch) | |
tree | 66f52e29f7a7c6e11d2dc2e327d6e56ce49a5398 /mail/majordomo/Makefile | |
parent | 13a6b7f77a20587fd16a220ea833b56ad9208152 (diff) | |
download | pkgsrc-2e9c5e548c956e638c17929f09c9aa21d0fa8970.tar.gz |
upgrade to 1.94.5.
Changes from 1.94.4 to 1.94.5
A straightforward patch release, 99% from the collected
1.94.4 patches:
o digest_rm_fronter and digest_rm_footer now work.
o unsubcribe_policy now has +confirm feature
o More hostile address checking
o archive2.pl makes archives world readable.
o bounce had an innocuous y2k bug, and wanted a 'bounces' list password even
when called as unsub
o better description of the moderator function.
o Fixes 'restrict_post = #!$list' substitution and blank lines
in config files
o Better error reporting when majordomo.cf is wrong.
o Detects some attachments sent as commands
o Approve commands can span lines now.
o resend has better messages for taboo_headers problems
o fixed: header corruption when Subject: is blank and subject tags are used.
Diffstat (limited to 'mail/majordomo/Makefile')
-rw-r--r-- | mail/majordomo/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index e2904cca5ed..0b7b22ca887 100644 --- a/mail/majordomo/Makefile +++ b/mail/majordomo/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2001/03/27 11:53:17 agc Exp $ +# $NetBSD: Makefile,v 1.13 2001/04/13 01:42:32 itojun Exp $ -DISTNAME= majordomo-1.94.4 -PKGNAME= ${DISTNAME}nb1 +DISTNAME= majordomo-1.94.5 CATEGORIES= mail -MASTER_SITES= ftp://ftp.sgi.com/other/majordomo/1.94.4/ \ - ftp://ftp-europe.sgi.com/other/majordomo/1.94.4/ +MASTER_SITES= ftp://ftp.sgi.com/other/majordomo/1.94.5/ \ + ftp://ftp-europe.sgi.com/other/majordomo/1.94.5/ EXTRACT_SUFX= .tgz MAINTAINER= packages@biology.nmsu.edu |