diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-29 08:07:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-29 08:07:31 +0000 |
commit | 322f05043af79b6e1217c7c3d63355e1f8be262f (patch) | |
tree | a00edd4f2d37b3540ba7ae8cd55ce18638f12347 /mail/pine4-ssl | |
parent | Mark FORBIDDEN: known buffer overflows exploitable by remote email. (diff) |
Mark all of the pine3/4 ports FORBIDDEN due to remotely exploitable
buffer overflows. Sorry guys, but having an insecure mailer just isn't
worth it.
Notes
Notes:
svn path=/head/; revision=33242
Diffstat (limited to 'mail/pine4-ssl')
-rw-r--r-- | mail/pine4-ssl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/pine4-ssl/Makefile b/mail/pine4-ssl/Makefile index ce65eb1debca..c5d0a9eb25f9 100644 --- a/mail/pine4-ssl/Makefile +++ b/mail/pine4-ssl/Makefile @@ -18,6 +18,8 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ DISTNAME= pine4+ssl-1.4 DISTFILES= pine4.21${EXTRACT_SUFX} +FORBIDDEN= "Remotely exploitable buffer overflows." + PATCH_SITES= http://www.kfu.com/~nsayer/encryption/software/ PATCHFILES= ${DISTNAME}${EXTRACT_SUFX} |