diff options
author | itojun <itojun@pkgsrc.org> | 2002-10-09 14:44:39 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-10-09 14:44:39 +0000 |
commit | e6dc00136abfcc85e7c17057e4ea2ca6ece5225b (patch) | |
tree | 62ab46b0a75210c783446eb6b9d304295a20333b /mail | |
parent | 030b9192638d4447933140b15134372e9d9cdee4 (diff) | |
download | pkgsrc-e6dc00136abfcc85e7c17057e4ea2ca6ece5225b.tar.gz |
disable build of smrsh, as it was found to be vulnerable (and the patch
from sendmail.org does not apply). bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail88/Makefile | 3 | ||||
-rw-r--r-- | mail/sendmail88/PLIST | 3 | ||||
-rw-r--r-- | mail/sendmail88/PLIST.catinstall | 3 | ||||
-rw-r--r-- | mail/sendmail88/PLIST.maninstall | 3 | ||||
-rw-r--r-- | mail/sendmail88/files/Makefile | 4 |
5 files changed, 7 insertions, 9 deletions
diff --git a/mail/sendmail88/Makefile b/mail/sendmail88/Makefile index b4c7b26ac2a..8d3d6498e23 100644 --- a/mail/sendmail88/Makefile +++ b/mail/sendmail88/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:59 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/09 14:44:39 itojun Exp $ DISTNAME= sendmail.8.8.8 PKGNAME= sendmail-8.8.8 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ftp://ftp.cert.dfn.de/pub/tools/net/sendmail/ \ diff --git a/mail/sendmail88/PLIST b/mail/sendmail88/PLIST index df85285a625..e9dc43df742 100644 --- a/mail/sendmail88/PLIST +++ b/mail/sendmail88/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:49 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/10/09 14:44:39 itojun Exp $ etc/mailer.conf.sendmail libexec/sendmail/sendmail -libexec/sendmail/smrsh sbin/mailstats sbin/makemap sbin/praliases diff --git a/mail/sendmail88/PLIST.catinstall b/mail/sendmail88/PLIST.catinstall index 36ba2e0d309..d5fe7cdfb98 100644 --- a/mail/sendmail88/PLIST.catinstall +++ b/mail/sendmail88/PLIST.catinstall @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST.catinstall,v 1.1 2001/11/01 01:03:38 zuntum Exp $ +@comment $NetBSD: PLIST.catinstall,v 1.2 2002/10/09 14:44:39 itojun Exp $ man/cat1/mailq.0 man/cat1/newaliases.0 man/cat5/aliases.0 man/cat8/makemap.0 -man/cat8/smrsh.0 man/cat8/mailstats.0 man/cat8/praliases.0 man/cat8/sendmail.0 diff --git a/mail/sendmail88/PLIST.maninstall b/mail/sendmail88/PLIST.maninstall index cf287a3d198..ae1116080d4 100644 --- a/mail/sendmail88/PLIST.maninstall +++ b/mail/sendmail88/PLIST.maninstall @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST.maninstall,v 1.1 2001/11/01 01:03:38 zuntum Exp $ +@comment $NetBSD: PLIST.maninstall,v 1.2 2002/10/09 14:44:39 itojun Exp $ man/man1/mailq.1 man/man1/newaliases.1 man/man5/aliases.5 man/man8/makemap.8 -man/man8/smrsh.8 man/man8/mailstats.8 man/man8/praliases.8 man/man8/sendmail.8 diff --git a/mail/sendmail88/files/Makefile b/mail/sendmail88/files/Makefile index 5871f84e88f..d760623c4b8 100644 --- a/mail/sendmail88/files/Makefile +++ b/mail/sendmail88/files/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/13 00:14:48 tron Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/09 14:44:39 itojun Exp $ -SUBDIR= src mailstats makemap praliases smrsh cf/cf +SUBDIR= src mailstats makemap praliases cf/cf .include <bsd.subdir.mk> |