Update to knu-cvsweb 1.112.1.82.
2001-08-01 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs -nasc -ce * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd, cvsweb.conf-ruby: perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs -nasc -ce * cvsweb.cgi, cvsweb.conf: MFZ 1.111, but introduce @ForbiddenFiles instead of @DissallowRead to forbid user to cvs checkout/diff/annotate specified files. * cvsweb.cgi: MFZ 1.112: A couple of trivial fixes. 2001-07-26 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Chdir to TMPDIR so it works even when the cgi-bin directory is unreadable. [Submitted by: Dmitry Morozovsky <marck@rinet.ru>] * cvsweb.cgi: Let the module/path box appear and work properly when there is only one repository. [Submitted by: Dmitry Morozovsky <marck@rinet.ru>]
This commit is contained in:
parent
b11b8dfe15
commit
d7437a7136
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45694
@ -19,8 +19,8 @@ NO_BUILD= yes
|
||||
USE_PERL5= yes
|
||||
|
||||
# This version of cvsweb is Zeller's version + knu's enhancements.
|
||||
REV_ZELLER= 1.110
|
||||
REV_KNU= 1.78
|
||||
REV_ZELLER= 1.112
|
||||
REV_KNU= 1.82
|
||||
|
||||
# Specify where your repository belongs.
|
||||
# (You can reconfigure it after installation anyway)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cvsweb-1.110.1.78.tar.gz) = 2e6f84078711531dedae4a94a38f1e72
|
||||
MD5 (cvsweb-1.112.1.82.tar.gz) = 848b43261c4a6e3be4db7ed656c5b3cc
|
||||
|
@ -19,8 +19,8 @@ NO_BUILD= yes
|
||||
USE_PERL5= yes
|
||||
|
||||
# This version of cvsweb is Zeller's version + knu's enhancements.
|
||||
REV_ZELLER= 1.110
|
||||
REV_KNU= 1.78
|
||||
REV_ZELLER= 1.112
|
||||
REV_KNU= 1.82
|
||||
|
||||
# Specify where your repository belongs.
|
||||
# (You can reconfigure it after installation anyway)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cvsweb-1.110.1.78.tar.gz) = 2e6f84078711531dedae4a94a38f1e72
|
||||
MD5 (cvsweb-1.112.1.82.tar.gz) = 848b43261c4a6e3be4db7ed656c5b3cc
|
||||
|
Loading…
Reference in New Issue
Block a user