Update to knu-cvsweb 1.110.1.78.
- MFZ 1.109. Preset the global variable the stores the per file cvs info to avoid accumulating cruft under modperl. - Get rid of a potential "uninitialized variable usage" warning. - MFZ 1.110. But the bug had already been fixed in knu-cvsweb. - Support "zip" as an additional archiver.
This commit is contained in:
parent
4c0df9219c
commit
8f35fbddc4
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2001/06/05 19:29:57 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2001/07/09 16:55:01 naddy Exp $
|
||||
# $FreeBSD: ports/devel/cvsweb/Makefile,v 1.28 2000/09/23 20:48:45 knu Exp $
|
||||
|
||||
COMMENT= "WWW CGI script to browse CVS repository trees"
|
||||
|
||||
DISTNAME= cvsweb-1.106.1.74
|
||||
DISTNAME= cvsweb-1.110.1.78
|
||||
CATEGORIES= devel www
|
||||
NEED_VERSION= 1.402
|
||||
HOMEPAGE= http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (cvsweb-1.106.1.74.tar.gz) = 7e409b4071a2042b4b4f9f176281cff3
|
||||
RMD160 (cvsweb-1.106.1.74.tar.gz) = 0350e5b55ea722411abbdd6af889fc51ed84e8b4
|
||||
SHA1 (cvsweb-1.106.1.74.tar.gz) = f92a5cb47e7c44ddb5ca92d4b5c3b6537806bc61
|
||||
MD5 (cvsweb-1.110.1.78.tar.gz) = 2e6f84078711531dedae4a94a38f1e72
|
||||
RMD160 (cvsweb-1.110.1.78.tar.gz) = ccb11f67b6ec3cd5ca155717612d7c9f77008863
|
||||
SHA1 (cvsweb-1.110.1.78.tar.gz) = df84aee61d7287fefbe91657c5c6c4e718ba24fa
|
||||
|
@ -1,15 +1,6 @@
|
||||
$OpenBSD: patch-cvsweb_conf,v 1.6 2001/03/24 22:39:04 naddy Exp $
|
||||
--- cvsweb.conf.orig Sun Jan 14 10:04:04 2001
|
||||
+++ cvsweb.conf Sat Mar 24 23:14:31 2001
|
||||
@@ -15,7 +15,7 @@
|
||||
# uname, cvs, rlog, rcsdiff
|
||||
# gzip (if you enable $allow_compress)
|
||||
# tar,rm (if you enable $allow_tar)
|
||||
-$command_path = '/bin:/usr/bin:/usr/local/bin';
|
||||
+$command_path = '/bin:/usr/bin';
|
||||
|
||||
# Search the above directories for each command
|
||||
for (qw(uname cvs rlog rcsdiff gzip tar rm)) {
|
||||
$OpenBSD: patch-cvsweb_conf,v 1.7 2001/07/09 16:55:04 naddy Exp $
|
||||
--- cvsweb.conf.orig Fri Jul 6 11:44:28 2001
|
||||
+++ cvsweb.conf Mon Jul 9 18:26:56 2001
|
||||
@@ -209,7 +209,7 @@ EOT
|
||||
# These default icons are coming with apache.
|
||||
# If these icons are too large, check out the miniicons in the
|
||||
|
Loading…
x
Reference in New Issue
Block a user