diff options
author | martti <martti@pkgsrc.org> | 2001-10-15 17:25:09 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-10-15 17:25:09 +0000 |
commit | cc077f6a973e291eac6822e270536392e203271f (patch) | |
tree | 57d03ea6742b50b6cc8e415c8b02e0b472c74a7b /www/cvsweb/Makefile | |
parent | 485b9b34d5d1863099c4e8d7d09131284e71c495 (diff) | |
download | pkgsrc-cc077f6a973e291eac6822e270536392e203271f.tar.gz |
Updated cvsweb to version 1.112. Changes since 1.93:
- Fixed all prototypes
- Add prototypes to work with newer perl version
- By default, thwart access to files named 'passwd' and '.cvspass'
(configurable in cvsweb.conf). This avoids security problems with
naive configuration
- diff "Attic" redirect bugfix
- Preset the global variable the stores the per file cvs info to avoid
accumulating cruft under modperl
- Avoid warning about uninitialized value if displaying a particular
branch only
- Allow for 0.X versions
- Fix the PRINTF tie method, this messed up the annotate display
- Implement gzip compressed output by using the Compress::Zlib module
- View Adobe Acrobat .pdf files embedded in the cvs markup view
Diffstat (limited to 'www/cvsweb/Makefile')
-rw-r--r-- | www/cvsweb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cvsweb/Makefile b/www/cvsweb/Makefile index ed4a1f1cf40..237e1c62c18 100644 --- a/www/cvsweb/Makefile +++ b/www/cvsweb/Makefile @@ -1,8 +1,8 @@ # -# $NetBSD: Makefile,v 1.3 2001/07/13 07:09:25 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/10/15 17:25:09 martti Exp $ # -DISTNAME= cvsweb-1.93 +DISTNAME= cvsweb-1.112 CATEGORIES= net MASTER_SITES= http://stud.fh-heilbronn.de/~zeller/download/ |