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 | 655ad85ad05d2c3c5a61fedc6e8eef27e736b895 (patch) | |
tree | 21bcb024a2086141ff6b2f9bf00870a98bc16e2b /www | |
parent | 3c85cf30cbf68dd8304a18bfd6debebaacdcc7c1 (diff) | |
download | pkgsrc-655ad85ad05d2c3c5a61fedc6e8eef27e736b895.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 |