diff options
author | adrianp <adrianp> | 2005-11-12 13:59:28 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-11-12 13:59:28 +0000 |
commit | 7bbadf42ab634f73d99b4d762075de5b84a5cbf7 (patch) | |
tree | 21bcb024a2086141ff6b2f9bf00870a98bc16e2b /www | |
parent | aa96286b914cd44a92ac75c0f0f572bcc4aa537d (diff) | |
download | pkgsrc-7bbadf42ab634f73d99b4d762075de5b84a5cbf7.tar.gz |
Make a note about the lynxcgi security issue in <lynx2.8.6dev.15
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index ad76c0b1201..bda619f5805 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,10 @@ -# $NetBSD: Makefile,v 1.83 2005/10/18 15:59:20 fredb Exp $ +# $NetBSD: Makefile,v 1.84 2005/11/12 13:59:28 adrianp Exp $ + +# +# NOTE: Please do not enable the lynxcgi feature unless it is lynx +# version 2.8.6dev.15 or later. There is a known security issue +# with this feature in earlier versions. +# DISTNAME= lynx2.8.5 PKGNAME= lynx-2.8.5.3 |