diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-11-12 13:59:28 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-11-12 13:59:28 +0000 |
commit | aaa6de591a73c53466c31a7fa7cdd75e047903a9 (patch) | |
tree | 21bcb024a2086141ff6b2f9bf00870a98bc16e2b /www/lynx | |
parent | 8a4cff6573c0f910fd04b85828e1bf33b7a1d121 (diff) | |
download | pkgsrc-aaa6de591a73c53466c31a7fa7cdd75e047903a9.tar.gz |
Make a note about the lynxcgi security issue in <lynx2.8.6dev.15
Diffstat (limited to 'www/lynx')
-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 |