summaryrefslogtreecommitdiff
path: root/devel/cvsweb/files/patch-cvsweb.cgi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Turn off perl's -T flag for the moment, for CVSweb 2.0.6's code doesAkinori MUSHA2004-02-241-8/+3
| | | | | | | | | | | not pass Perl 5.8's stricter taint checks. The flag will be turned on again when the port is updated to the next release. PR: ports/62650, ports/62743 Submitted by: naddy, Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=101981
* Update to FreeBSD-CVSweb 2.0.5.Ville Skyttä2002-07-231-4/+15
| | | | | | | Approved by: knu (mentor) Notes: svn path=/head/; revision=63436
* Forgot to update patches.Akinori MUSHA2001-08-011-7/+7
| | | | Notes: svn path=/head/; revision=45695
* Update to knu-cvsweb 1.104.1.61.Akinori MUSHA2001-01-111-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-01-11 11:00 knu * cvsweb.cgi, cvsweb.conf: Oops. 2001-01-11 10:52 knu * cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd: Run "tar cf - ... | gzip -c" rather than "tar zcf - ..." to avoid tar(1)'s automatic padding of nulls to align with the block size, which is just garbage for a receiver. Noted by: Katsuyuki Komatsu <komatsu@sarion.co.jp> Have $uname variable to hold the OS implementation name. Move %CMD's initialization part to the beginning of cvsweb.conf so it can use $uname and configure properly for the OS. Wrap FreeBSD or OpenBSD specific features in conditional blocks using $uname. Fix some open() calls in good manners. Notes: svn path=/head/; revision=37089
* Update to knu-cvsweb 1.104.1.56.Akinori MUSHA2001-01-021-4/+4
| | | | | | | | | | | | | 2001-01-03 08:34 knu * README.knu, cvsweb.cgi, cvsweb.conf: List CVS repository entries in the specified order, not alphabetical. Now /usr/local/etc/cvsweb/ is the default directory for configuration files. Notes: svn path=/head/; revision=36613
* Update to knu-cvsweb 1.104.1.55.Akinori MUSHA2001-01-021-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=36598
* Update to knu-cvsweb 1.104.1.54.Akinori MUSHA2001-01-011-0/+8
- Install cvsweb.conf* files under ${PREFIX}/etc/cvsweb/. 2001-01-02 08:15 knu * cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd, cvsweb.conf-ruby: Add $prkeyword variable to allow user to use (e.g.) `Bug' instead of `PR' as the bug report identifier. Add cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move rather FreeBSD specific configuration values to cvsweb.conf-freebsd. Add a %funcline_regexp entry for Ruby. (*.rb) 2001-01-02 06:24 knu * cvsweb.conf: Add `pending' to the list of PR categories. 2001-01-02 05:57 knu * cvsweb.cgi: Reduce 'Use of uninitialized value' warnings. Noticed by: Wolfram Schneider <wosch@schneider.org> Notes: svn path=/head/; revision=36589