diff options
author | knu <knu@FreeBSD.org> | 2002-05-22 14:57:12 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-05-22 14:57:12 +0800 |
commit | e31c9b5f262119f1a4697fc636116b0980e311a9 (patch) | |
tree | 11244888a96e48b3646e521104d8156aaee79fda /devel/cvsweb3 | |
parent | 7bb514cd3fdb345a08655aee79657ba7c1e2d567 (diff) | |
download | freebsd-ports-gnome-e31c9b5f262119f1a4697fc636116b0980e311a9.tar.gz freebsd-ports-gnome-e31c9b5f262119f1a4697fc636116b0980e311a9.tar.zst freebsd-ports-gnome-e31c9b5f262119f1a4697fc636116b0980e311a9.zip |
Update to FreeBSD-cvsweb 2.0.2 and unmark FORBIDDEN.
2002-05-22 Akinori MUSHA <knu@iDaemons.org>
* cvsweb.cgi: Read configuration files with `do' instead of
`require' to unbreak mod_perl support.
[Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
* cvsweb.cgi: Cosmetic fixes. Use and/or rather than &&/|| to
connect sentences.
* cvsweb.cgi: Exit with -1 if exec() fails.
* cvsweb.cgi: Do not print a redundant `Diff' for rev.1.1.
[Submitted by: Ville Skytt,Ad(B <ville.skytta@iki.fi>]
* cvsweb.cgi: Prevent cross-site scripting.
[Submitted by: Motoyuki Konno <motoyuki@bsdclub.org> (modified)]
* cvsweb.cgi: Skip a possible `locked by' clause and extract a
revision number out of a log entry properly.
[Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
* cvsweb.cgi: Apply some HTML cleanups and use CSS instead of
ancient HTML 3/4 tags and attributes.
[Submitted by: Ville Skytt,Ad(B <ville.skytta@iki.fi>]
* cvsweb.cgi: Pass `use' features to import to make it more memory
efficient.
[Submitted by: Ville Skytt,Ad(B <ville.skytta@iki.fi>]
* cvsweb.cgi: Add new configuration variables: $allow_log_extra,
$allow_dir_extra, and $allow_source_extra.
[Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
* cvsweb.cgi: Release as FreeBSD-cvsweb 2.0.2.
2002-05-11 Akinori MUSHA <knu@iDaemons.org>
* cvsweb.cgi: There are no spaces at EOL in modern rlog output.
[Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
2002-05-08 Motoyuki Konno <motoyuki@FreeBSD.org>
* cvsweb.cgi: Fix a cross-site scripting vulnerablity.
2002-05-07 Akinori MUSHA <knu@iDaemons.org>
* cvsweb.conf-netbsd, cvsweb.conf-openbsd: NetBSD and OpenBSD
don't use $CVSHeader$ but $Id$.
[Submitted by: motoyuki@FreeBSD.org]
* cvsweb.cgi: Work around a bug of cvs -p; expand symlinks in a
cvsroot.
[Submitted by: motoyuki@FreeBSD.org]
* cvsweb.cgi: Fix parsing in 'tags' state.
[Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r-- | devel/cvsweb3/Makefile | 4 | ||||
-rw-r--r-- | devel/cvsweb3/distinfo | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index 8c43adfa926e..c04035da595d 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cvsweb -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= devel www MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ @@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= knu MAINTAINER= knu@FreeBSD.org -FORBIDDEN= "due to cross-site scripting vulnerabilities" - NO_BUILD= yes USE_PERL5= yes diff --git a/devel/cvsweb3/distinfo b/devel/cvsweb3/distinfo index f308648980b4..b6a1a0feafa2 100644 --- a/devel/cvsweb3/distinfo +++ b/devel/cvsweb3/distinfo @@ -1 +1 @@ -MD5 (cvsweb-2.0.1.tar.gz) = e229f09d9f380a13fac8db3295d7aeb2 +MD5 (cvsweb-2.0.2.tar.gz) = 6362981d02eb9312698d0416275dd2a5 |