Updated cvsweb to 2.0.5
* Fix diffs between tags * Fix duplicate accesskeys and id's in the "front" page * Fix typo in JavaScript download window parameter * Include query string in JavaScript download links in order to unbreak downloads from non-default CVS roots * Don't display @ForbiddenFiles in directory listings; also make sure their logs are not accessible via direct URLs * Fix dir sort order breakage when there are rogue files in the repository dir and the sort order is not by file name * Add -f; avoid reading ~/.cvsrc
This commit is contained in:
parent
d73ff580c2
commit
5f17a3dce3
4 changed files with 17 additions and 29 deletions
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# $NetBSD: Makefile,v 1.11 2002/06/27 03:22:22 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2002/07/24 11:38:47 martti Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cvsweb-2.0.3
|
||||
DISTNAME= cvsweb-2.0.5
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/knu/
|
||||
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/scop/
|
||||
|
||||
MAINTAINER= lukem@netbsd.org
|
||||
HOMEPAGE= http://www.freebsd.org/cgi/cvsweb.cgi/projects/cvsweb/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.6 2002/06/27 04:24:54 lukem Exp $
|
||||
$NetBSD: distinfo,v 1.7 2002/07/24 11:38:47 martti Exp $
|
||||
|
||||
SHA1 (cvsweb-2.0.3.tar.gz) = 9418f039c32fdd7b86fd44f08dd39ff8d2b73a1e
|
||||
Size (cvsweb-2.0.3.tar.gz) = 50552 bytes
|
||||
SHA1 (patch-aa) = 11d2c6419de56f6cbf8378d970f30254ea378c80
|
||||
SHA1 (patch-ab) = cbaef851c794648198ac556962e8cea7878de073
|
||||
SHA1 (cvsweb-2.0.5.tar.gz) = 6fb2049eb8f9a79788b9f84523399d761dbc6205
|
||||
Size (cvsweb-2.0.5.tar.gz) = 51948 bytes
|
||||
SHA1 (patch-aa) = be834a845486db0f104ec0ae990a5452e4f03811
|
||||
SHA1 (patch-ab) = 8bb35592e5ba45783d2c1026d5036539fb808f24
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
$NetBSD: patch-aa,v 1.4 2002/06/27 03:22:25 lukem Exp $
|
||||
$NetBSD: patch-aa,v 1.5 2002/07/24 11:38:47 martti Exp $
|
||||
|
||||
--- cvsweb.cgi.orig Wed May 22 18:10:18 2002
|
||||
+++ cvsweb.cgi
|
||||
--- cvsweb.cgi.orig Tue Jul 23 15:58:32 2002
|
||||
+++ cvsweb.cgi Wed Jul 24 11:01:53 2002
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/perl -wT
|
||||
+#!/usr/bin/perl -w
|
||||
#
|
||||
# cvsweb - a CGI interface to CVS trees.
|
||||
#
|
||||
@@ -3606,6 +3606,7 @@
|
||||
@@ -3631,6 +3631,7 @@
|
||||
}
|
||||
|
||||
sub html_footer() {
|
||||
|
|
|
@ -1,21 +1,9 @@
|
|||
$NetBSD: patch-ab,v 1.2 2002/06/27 04:24:56 lukem Exp $
|
||||
$NetBSD: patch-ab,v 1.3 2002/07/24 11:38:47 martti Exp $
|
||||
|
||||
--- cvsweb.conf.orig Wed May 22 16:19:12 2002
|
||||
+++ cvsweb.conf
|
||||
@@ -181,8 +181,9 @@
|
||||
</p>
|
||||
<p>
|
||||
If you would like to use this CGI script on your own web server and
|
||||
-CVS tree, download the latest version <a
|
||||
-href="http://www.idaemons.org/~knu/cvsweb/">here</a>, and also check
|
||||
+CVS tree, check out the latest version
|
||||
+<a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/cvsweb/">here</a>,
|
||||
+and also check
|
||||
out Zeller's <a
|
||||
href="http://linux.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi" >CVSweb
|
||||
distribution site</a>. Bill's original script can be found <a
|
||||
@@ -508,6 +509,7 @@
|
||||
@cvs_options = qw(-l);
|
||||
--- cvsweb.conf.orig Wed Jul 10 17:30:56 2002
|
||||
+++ cvsweb.conf Wed Jul 24 11:02:29 2002
|
||||
@@ -495,6 +495,7 @@
|
||||
@cvs_options = qw(-lf);
|
||||
|
||||
push @cvs_options, '-R' if ($uname eq 'FreeBSD' || $uname eq 'OpenBSD');
|
||||
+push @cvs_options, '-u' if ($uname eq 'NetBSD');
|
||||
|
|
Loading…
Reference in a new issue