From 5f17a3dce3afbfe416e1502b533392e0bf75ca0f Mon Sep 17 00:00:00 2001 From: martti Date: Wed, 24 Jul 2002 11:38:47 +0000 Subject: 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 --- www/cvsweb/Makefile | 6 +++--- www/cvsweb/distinfo | 10 +++++----- www/cvsweb/patches/patch-aa | 8 ++++---- www/cvsweb/patches/patch-ab | 22 +++++----------------- 4 files changed, 17 insertions(+), 29 deletions(-) (limited to 'www/cvsweb') diff --git a/www/cvsweb/Makefile b/www/cvsweb/Makefile index be22c82b8f0..7ad762b86a9 100644 --- a/www/cvsweb/Makefile +++ b/www/cvsweb/Makefile @@ -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/ diff --git a/www/cvsweb/distinfo b/www/cvsweb/distinfo index b0359108ccb..1b52921be46 100644 --- a/www/cvsweb/distinfo +++ b/www/cvsweb/distinfo @@ -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 diff --git a/www/cvsweb/patches/patch-aa b/www/cvsweb/patches/patch-aa index 2eba6383352..adc4bc8a931 100644 --- a/www/cvsweb/patches/patch-aa +++ b/www/cvsweb/patches/patch-aa @@ -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() { diff --git a/www/cvsweb/patches/patch-ab b/www/cvsweb/patches/patch-ab index e097ba9d122..887883c3ccd 100644 --- a/www/cvsweb/patches/patch-ab +++ b/www/cvsweb/patches/patch-ab @@ -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 @@ -

-

- If you would like to use this CGI script on your own web server and --CVS tree, download the latest version here, and also check -+CVS tree, check out the latest version -+here, -+and also check - out Zeller's CVSweb - distribution site. Bill's original script can be found