aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsweb
Commit message (Collapse)AuthorAgeFilesLines
* Revert last commit. It is not possible (yet) to have the dirrmtry usageMark Linimon2006-01-231-2/+1
| | | | | | | | | | | | | in the post-install target. Its usage must preceed generate-plist. This problem needs to be revisited either in a rework of bsd.port.mk or each of these Makefiles. Hat: portmgr Pointy hat: edwin` Notes: svn path=/head/; revision=154215
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Add SHA256Erwin Lansing2005-12-031-0/+1
| | | | | | | | PR: 89828 Submitted by: Jonathan Noack <noackjr@alumni.rice.edu> (maintainer) Notes: svn path=/head/; revision=150316
* - StylePav Lucistnik2005-04-104-14/+20
| | | | | | | | PR: ports/79709 Submitted by: Jonathan Noack <noackjr@alumni.rice.edu> (maintainer) Notes: svn path=/head/; revision=132872
* Hand the maintainership over to Jon Noack. Thanks!Akinori MUSHA2005-03-061-1/+1
| | | | Notes: svn path=/head/; revision=130449
* Remove a -p flag which seems to be an overkillAkinori MUSHA2005-02-111-1/+1
| | | | Notes: svn path=/head/; revision=128566
* Change the maintainer to myself, adding a note that issues that areAkinori MUSHA2005-01-301-1/+3
| | | | | | | | | | not specific to this port/package should go to the freebsd-cvsweb mailing list. Requested by: scop Notes: svn path=/head/; revision=127715
* Remove -l from the default cvs(1) options.Akinori MUSHA2004-08-122-8/+21
| | | | | | | | | | | PR: ports/69854 Submitted by: Marco Trentini <mark@remotelab.org> Suggested by: scop Replace a hardcoded /usr/local with $PREFIX. Notes: svn path=/head/; revision=116029
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Turn off perl's -T flag for the moment, for CVSweb 2.0.6's code doesAkinori MUSHA2004-02-242-8/+4
| | | | | | | | | | | 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
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to FreeBSD-CVSweb 2.0.6.Ville Skyttä2002-09-262-2/+2
| | | | | | | Approved by: knu (mentor) Notes: svn path=/head/; revision=67157
* Update to FreeBSD-CVSweb 2.0.5.Ville Skyttä2002-07-234-13/+49
| | | | | | | Approved by: knu (mentor) Notes: svn path=/head/; revision=63436
* Released FreeBSD-CVSweb 2.0.4.Ville Skyttä2002-07-062-4/+4
| | | | | | | Approved by: knu (mentor) Notes: svn path=/head/; revision=62527
* Update project web page address.Ville Skyttä2002-07-061-2/+2
| | | | | | | Approved by: knu (mentor) Notes: svn path=/head/; revision=62526
* Add trailing slash to example URI.Ville Skyttä2002-07-061-1/+1
| | | | | | | Approved by: knu (mentor) Notes: svn path=/head/; revision=62525
* Pass the maintainership over to freebsd-cvsweb@FreeBSD.org.Akinori MUSHA2002-06-181-1/+1
| | | | Notes: svn path=/head/; revision=61496
* Update to FreeBSD-cvsweb 2.0.3.Akinori MUSHA2002-05-222-2/+2
| | | | | | | | | | | | 2002-05-22 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Previous fixes against cross-site scripting vulnerabilities were insufficient and buggy (error messages were messed up). Revamp fatal() to HTML-quote automatically and fix error message output. Notes: svn path=/head/; revision=59683
* Update to FreeBSD-cvsweb 2.0.2 and unmark FORBIDDEN.Akinori MUSHA2002-05-222-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-05-22 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Read configuration files with `do' instead of `require' to unbreak mod_perl support. [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>] * cvsweb.cgi: Cosmetic fixes. Use and/or rather than &&/|| to connect sentences. * cvsweb.cgi: Exit with -1 if exec() fails. * cvsweb.cgi: Do not print a redundant `Diff' for rev.1.1. [Submitted by: Ville Skytt,Ad(B <ville.skytta@iki.fi>] * cvsweb.cgi: Prevent cross-site scripting. [Submitted by: Motoyuki Konno <motoyuki@bsdclub.org> (modified)] * cvsweb.cgi: Skip a possible `locked by' clause and extract a revision number out of a log entry properly. [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>] * cvsweb.cgi: Apply some HTML cleanups and use CSS instead of ancient HTML 3/4 tags and attributes. [Submitted by: Ville Skytt,Ad(B <ville.skytta@iki.fi>] * cvsweb.cgi: Pass `use' features to import to make it more memory efficient. [Submitted by: Ville Skytt,Ad(B <ville.skytta@iki.fi>] * cvsweb.cgi: Add new configuration variables: $allow_log_extra, $allow_dir_extra, and $allow_source_extra. [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>] * cvsweb.cgi: Release as FreeBSD-cvsweb 2.0.2. 2002-05-11 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: There are no spaces at EOL in modern rlog output. [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>] 2002-05-08 Motoyuki Konno <motoyuki@FreeBSD.org> * cvsweb.cgi: Fix a cross-site scripting vulnerablity. 2002-05-07 Akinori MUSHA <knu@iDaemons.org> * cvsweb.conf-netbsd, cvsweb.conf-openbsd: NetBSD and OpenBSD don't use $CVSHeader$ but $Id$. [Submitted by: motoyuki@FreeBSD.org] * cvsweb.cgi: Work around a bug of cvs -p; expand symlinks in a cvsroot. [Submitted by: motoyuki@FreeBSD.org] * cvsweb.cgi: Fix parsing in 'tags' state. [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>] Notes: svn path=/head/; revision=59676
* Mark as FORBIDDEN; due to cross-site scripting vulnerabilities.Akinori MUSHA2002-05-151-0/+2
| | | | | | | I'll hopefully release the next version this weekend. Notes: svn path=/head/; revision=59183
* Correct document file names.Akinori MUSHA2002-04-102-3/+3
| | | | | | | | Submitted by: naddy Pointy hat to: knu Notes: svn path=/head/; revision=57549
* Update to FreeBSD-cvsweb 2.0.1.Akinori MUSHA2002-04-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 2002-04-11 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi, cvsweb.conf: Perform an HTML cleanup. [Submitted by: Ville Skytt,Ad(B <ville.skytta@iki.fi>] * cvsweb.cgi: Call this version FreeBSD-cvsweb 2.0.1. 2002-04-05 Akinori MUSHA <knu@iDaemons.org> * INSTALL: Somehow description configuration doesn't work if you put trailing /'s in module names, so fix the document for the moment. [Submitted by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>] 2002-02-06 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Use TMPDIR instead of the hardcoded /tmp. * cvsweb.cgi: Never pass 'MAIN' to cvs(1). 'HEAD' is the valid tag. Notes: svn path=/head/; revision=57545
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53952
* Update to FreeBSD-cvsweb 2.0.0.Akinori MUSHA2001-11-073-17/+7
| | | | | | | | | | | | | | | * cvsweb.conf-freebsd: Allow downloading a tarball of a project directory as well as a port directory. * cvsweb.cgi, cvsweb.conf: Introduce optional output filter. [Requested by: Shigeyuki Fukushima <shige@FreeBSD.org>] * cvsweb.cgi: Fix a bug where it produces wrong download links when cvsweb.cgi is placed right under the document root. [Reported by: Arnaud on EFnet] Notes: svn path=/head/; revision=49823
* Forgot to update patches.Akinori MUSHA2001-08-012-18/+18
| | | | Notes: svn path=/head/; revision=45695
* Update to knu-cvsweb 1.112.1.82.Akinori MUSHA2001-08-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>] Notes: svn path=/head/; revision=45694
* Update to knu-cvsweb 1.110.1.78.Akinori MUSHA2001-07-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | 2001-07-06 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi, cvsweb.conf: Support "zip" as an additional archiver. * cvsweb.cgi: MFZ 1.110. But the bug had already been fixed in knu-cvsweb. 2001-06-22 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Get rid of a potential "uninitialized variable usage" warning. [Submitted by: Bill Fenner <fenner@FreeBSD.org>] 2001-06-08 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: MFZ 1.109. Preset the global variable the stores the per file cvs info to avoid accumulating cruft under modperl. Notes: svn path=/head/; revision=44818
* Update to 1.106.1.74.Akinori MUSHA2001-06-052-2/+2
| | | | | | | | | | | | | | | | | | | 2001-06-05 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Change "Previous Directory" to "Parent Directory". * cvsweb.cgi: Properly HTML-quote function names in the colored diff view. [Submitted by: Ian Whalley <ian@whalley.org>] 2001-05-18 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Avoid localizing @_ to make threaded Perl happy. [FreeBSD PR: 26851] [Submitted by: David Wolfskill <dhw@whistle.com>] Notes: svn path=/head/; revision=43521
* Don't bother Perl with $@%'s in CVSROOT, TITLE, etc..Akinori MUSHA2001-05-191-5/+5
| | | | | | | | PR: ports/27234 Submitted by: Gordon Burditt <gordon@hammy.lonestar.org> Notes: svn path=/head/; revision=42763
* Update to knu-cvsweb 1.106.1.72.Akinori MUSHA2001-05-102-2/+2
| | | | | | | | | | 2001-05-10 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Correct a link in the navigation header. [Submitted by: Tanaka Akira <akr@m17n.org>] Notes: svn path=/head/; revision=42500
* Update to knu-cvsweb 1.106.1.71.Akinori MUSHA2001-05-072-2/+2
| | | | | | | | | 2001-05-08 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Fix a typo and get diff -F RE to really work. Notes: svn path=/head/; revision=42377
* Update to knu-cvsweb 1.106.1.70b. No functional changes but onlyAkinori MUSHA2001-04-243-3/+4
| | | | | | | | | | | | | | documentational changes. 2001-04-25 Akinori MUSHA <knu@iDaemons.org> * cvsweb.conf: Introduce the new knu-cvsweb site: http://www.idaemons.org/~knu/cvsweb/ * ChangeLog: Update and reformat. Notes: svn path=/head/; revision=41864
* Update to knu-cvsweb 1.106.1.70.Akinori MUSHA2001-03-272-2/+2
| | | | | | | | | | | | | | | | | | | 2001-03-28 02:20 knu * cvsweb.cgi: Re-fix the bogus fix for the previous colons-in-a-filename problem. Noted by: Yar Tikhiy <yar@freebsd.org> 2001-03-28 01:39 knu * cvsweb.cgi: Conform cvsweb-markup pages to HTML 4.0 Transitional. Submitted by: Will Andrews <will@physics.purdue.edu> Validated by: http://validator.w3.org/ Notes: svn path=/head/; revision=40453
* Update to knu-cvsweb 1.106.1.68.Akinori MUSHA2001-03-222-4/+4
| | | | | | | | | | | | | | | | | | | | 2001-03-23 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Encode colons in file names properly. FreeBSD PR: 25963 Submitted by: Marc van Woerkom <3d@FreeBSD.org> * cvsweb.cgi: MFZ: 1.106. Do closedir() properly. 2001-02-01 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Use a fixed-width font in the colored diff view. Requested by: Julian Elischer <julian@elischer.org> Notes: svn path=/head/; revision=40219
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-101-7/+7
| | | | Notes: svn path=/head/; revision=38175
* Update to knu-cvsweb 1.105.1.65.Akinori MUSHA2001-01-293-9/+4
| | | | | | | | | | 2001-01-29 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Remove an obsolete notice: CVSWEB_CONFIG is disused. One leftover substitution: "cvs" -> $CMD{cvs} Notes: svn path=/head/; revision=37718
* Update a patch to fix a typo rather than a repack/update.Akinori MUSHA2001-01-141-5/+10
| | | | Notes: svn path=/head/; revision=37182
* Update to knu-cvsweb 1.105.1.64.Akinori MUSHA2001-01-142-4/+5
| | | | | | | | | | | | | | | 2001-01-13 Akinori MUSHA <knu@iDaemons.org> * cvsweb.conf: Add some knu-cvsweb info. * cvsweb.cgi: MFZ: 1.105. * README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd, cvsweb.conf-ruby: Change CVS tags: "Id" -> "Idaemons". Notes: svn path=/head/; revision=37181
* Update to knu-cvsweb 1.104.1.63.Akinori MUSHA2001-01-122-2/+2
| | | | | | | | | | | | | | | | 2001-01-12 08:42 knu * cvsweb.cgi, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd: Clean up URI parser. Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO parser. Requested by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Allow downloading a single port/pkgsrc in tarball by default. Notes: svn path=/head/; revision=37121
* Update to knu-cvsweb 1.104.1.62.Akinori MUSHA2001-01-112-2/+2
| | | | | | | | | | | | 2001-01-12 03:17 knu * cvsweb.cgi, cvsweb.conf: D'oh, forgot to chomp the result of `uname`. Submitted by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=37106
* Update to knu-cvsweb 1.104.1.61.Akinori MUSHA2001-01-114-19/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.59.Akinori MUSHA2001-01-052-2/+2
| | | | | | | | | | | | | | | | | | 2001-01-05 09:00 knu * cvsweb.cgi: Delete $ENV{PATH} before everything. (against -T paranoia) It's nothing to worry since cvsweb.cgi always invokes executables by full paths, though. Correct the error messages regarding $command_path. 2001-01-03 17:57 knu * cvsweb.cgi, cvsweb.conf: Don't rely on perl's $ENV{PATH} search. Search commands for itself and specify them by full paths. Notes: svn path=/head/; revision=36800
* Update to knu-cvsweb 1.104.1.57.Akinori MUSHA2001-01-032-2/+2
| | | | | | | | | | | | | | | | 2001-01-03 11:55 knu * README.knu, cvsweb.cgi: Don't forget to add $query to the URL when redirecting. Now module alias redirection and Attic redirection work with all sticky variables preserved. (Previously they didn't work against a non-default cvsroot) Put a text field on each directory view that allows user to jump directly to an arbitrary module, which can be specified either by a full module/file path or by a module alias. Notes: svn path=/head/; revision=36616
* Update to knu-cvsweb 1.104.1.56.Akinori MUSHA2001-01-024-19/+16
| | | | | | | | | | | | | 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-024-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-017-15/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Update to knu-cvsweb 1.104.1.52.Akinori MUSHA2000-12-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-30 08:56 knu * cvsweb.cgi: Oops, I forgot "cvs export" always need a -r/-D. Specify -rHEAD when no tag/branch is defaulted. 2000-12-30 08:35 knu * cvsweb.cgi, cvsweb.conf: Add $preformat_in_markup variable and turn it off by default. This option should be turned off when you have files in the repository that are in a multibyte encoding which uses HTML special characters ([<>&"]) as part of a multi-byte character. (such as iso-2022-jp, ShiftJIS, etc.) Otherwise those files will get screwed up in markup. Fix for those systems which tar(1)'s are not GNU tar(1). - Add @@tar_options variable and make the --ignore-failed-read flag optional. - Use cvs export instead of cvs checkout, so the --exclude 'CVS' flag isn't needed. Noticed by: Christian Weisgerber <naddy@mips.inka.de> Fix for those systems which cvs(1)'s don't support -R option. (Actually, only FreeBSD's and OpenBSD's cvs(1) support it) - Add @@cvs_options and make the -R flag optional. 2000-12-29 22:29 knu * cvsweb.cgi: Add charset to all text/* output, including diffs. Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=36448
* Update to knu-cvsweb 1.104.1.49. Tiny fixes.Akinori MUSHA2000-12-292-2/+2
| | | | | | | | | | | | | | 2000-12-29 18:12 knu * cvsweb.cgi: The use of `do "file"' is obsolete. Use require instead. 2000-12-29 17:47 knu * cvsweb.cgi: Add the prototype declaration for hrefquote(). Notes: svn path=/head/; revision=36434
* Update to knu-cvsweb 1.104.1.47.Akinori MUSHA2000-12-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-29 03:17 knu * README.knu: Mention automatic tarball generation feature. 2000-12-29 03:16 knu * TODO.knu: Directory sorting was fixed at the same time that "show only tags" feature was fixed. 2000-12-29 03:07 knu * cvsweb.cgi: Specify --ignore-failed-read on invoking tar(1). 2000-12-29 02:49 knu * cvsweb.cgi, cvsweb.conf: Add "automatic tarball generation" feature. You can check out a whole directory in gzipped tarball. Obtained from: Debian package: cvsweb_1.93-1 Allow space characters in file names. (not tested yet) Notes: svn path=/head/; revision=36426
* Update to knu-cvsweb 1.104.1.45.Akinori MUSHA2000-12-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | 2000-12-18 13:25 knu * TODO.knu, cvsweb.cgi: Revert MFZ: 1.103 -> 1.104 which introduced a bogus bug. As noone seems to need to use 0.X revisions, I'd just drop it. This should fix the "show only tags" feature. 2000-12-18 12:47 knu * cvsweb.cgi: Silence the warnings. 2000-12-18 11:48 knu * cvsweb.cgi: Add meta tags to prevent WWW robots from crawling over the cvsweb. Submitted by: Wolfram Schneider <wolfram@schneider.org> Notes: svn path=/head/; revision=36049