Date: Tue, 2 Jan 2001 04:39:04 -0800 (PST) From: Akinori MUSHA <knu@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb Makefile distinfo ports/devel/cvsweb/files patch-cvsweb.cgi patch-cvsweb.conf Message-ID: <200101021239.f02Cd4j45074@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
knu 2001/01/02 04:39:04 PST
Modified files:
devel/cvsweb Makefile distinfo
devel/cvsweb/files patch-cvsweb.cgi patch-cvsweb.conf
Log:
Update to knu-cvsweb 1.104.1.55.
2001-01-02 21:23 knu
* cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T.
Change perl command line:
Change perl5 to perl and just declare `require 5.000'.
Remove -s option that was intended for debug use.
Add -T option to perform security checks.
Change search paths for cvsweb.conf:
Don't adopt the value of $ENV{CVSWEB_CONFIG} that was intended
for
debug use.
Search the same directory that cvsweb.cgi is in instead of the
current directory.
Invoking `last' in `do { ... } while (0);' is wrong. Change the
loop to `while (1) { ... last; }'.
Don't do chdir. Instead, use tar(1)'s -C option and cvs(1)
export's -d option.
Explicitly define $ENV{PATH}.
Turn $allow_compress off by default so user can debug cvsweb.cgi
easily.
Revision Changes Path
1.41 +2 -2 ports/devel/cvsweb/Makefile
1.27 +1 -1 ports/devel/cvsweb/distinfo
1.2 +7 -7 ports/devel/cvsweb/files/patch-cvsweb.cgi
1.2 +7 -7 ports/devel/cvsweb/files/patch-cvsweb.conf
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101021239.f02Cd4j45074>
