Commit Graph

30 Commits

Author SHA1 Message Date
naddy
3ccbc67563 Update to FreeBSD-CVSweb 2.0.6. Notable changes:
- Make annotate work under mod_perl.
- New config variable annotate_options.
2002-10-04 19:21:48 +00:00
naddy
7ad33f9449 Update to 2.0.5: minor fixes. 2002-07-23 18:25:12 +00:00
naddy
4b8203c02f Update to FreeBSD-CVSweb 2.0.4.
New upstream maintainer, miscellaneous minor changes.
2002-07-07 12:31:09 +00:00
naddy
2265ae5f60 Update to FreeBSD cvsweb 2.0.3.
SECURITY:
* Fix cross-site scripting vulnerabilities.

Also:
* Add new configuration variables: $allow_log_extra, $allow_dir_extra,
and $allow_source_extra.
* Unbreak mod_perl support.
* Miscellaneous bug fixes.
2002-05-22 18:53:15 +00:00
espie
3c08c3c943 Kill a few SUBDIR. 2002-05-13 18:50:36 +00:00
pvalchev
1254f69abe End sentence with a period. (some people copied/pasted too much) 2002-04-26 03:35:33 +00:00
naddy
c895c2d59c Update to 2.0.1. Notable changes in this release:
* Never pass "MAIN" to cvs(1).  "HEAD" is the valid tag.
* Use TMPDIR instead of the hardcoded /tmp.
* HTML cleanup.
2002-04-16 22:36:26 +00:00
espie
c7c34c2206 Bump NEED_VERSION 2002-03-21 20:46:23 +00:00
espie
5b37289c23 md5->distinfo 2002-03-21 19:59:18 +00:00
naddy
50dcb0ce12 Update to FreeBSD-cvsweb 2.0.0.
* 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.
* cvsweb.cgi: Fix a bug where it produces wrong download links when
  cvsweb.cgi is placed right under the document root.
2001-11-08 14:28:55 +00:00
naddy
65def4f6a4 * use MASTER_SITE_FREEBSD_LOCAL
* bump NEED_VERSION
2001-11-07 15:12:30 +00:00
naddy
716a9beb18 no regression test framework 2001-10-25 16:14:51 +00:00
naddy
5f95e7c147 Update to knu-cvsweb 1.112.1.82:
* Chdir to TMPDIR so it works even when the cgi-bin directory is unreadable.
* Let the module/path box appear and work properly when there is
only one repository.
* perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs -nasc -ce
* MFZ 1.111, but introduce @ForbiddenFiles instead of @DissallowRead
to forbid user to cvs checkout/diff/annotate specified files.
* MFZ 1.112: A couple of trivial fixes.
2001-08-01 19:59:25 +00:00
naddy
8f35fbddc4 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.
2001-07-09 16:55:01 +00:00
naddy
f39dad037e Update to 1.106.1.74.
- Correct a link in the navigation header.
- Avoid localizing @_ to make threaded Perl happy.
- Change "Previous Directory" to "Parent Directory".
- Properly HTML-quote function names in the colored diff view.
2001-06-05 19:29:57 +00:00
naddy
e6d39ad6c2 Update to knu-cvsweb 1.106.1.71.
- Fix a typo and get diff -F RE to really work.
2001-05-08 21:23:15 +00:00
lebel
0ae87f81fc devel: COMMENT is out, bump NEED_VERSION. 2001-05-06 00:12:42 +00:00
naddy
c9e6485287 Update to knu-cvsweb 1.106.1.70.
- Conform cvsweb-markup pages to HTML 4.0 Transitional.
- Re-fix the bogus fix for the previous colons-in-a-filename problem.
2001-04-04 00:55:24 +00:00
naddy
696e1bc7bb Update to knu-cvsweb 1.106.1.68:
- Clean up URI parser.
- Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO parser.
- Allow downloading a single port/pkgsrc in tarball by default.
- Remove an obsolete notice: CVSWEB_CONFIG is disused.
- One leftover substitution: "cvs" -> $CMD{cvs}.
- Use a fixed-width font in the colored diff view.
- Do closedir() properly.
- Encode colons in file names properly.
2001-03-24 22:39:04 +00:00
naddy
4767e9b75b Update to 1.104.1.62.
- 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.
- Have $uname variable to hold the OS implementation name and wrap
  FreeBSD or OpenBSD specific features in conditional blocks using
  $uname.
- Miscellaneous small fixes.
2001-01-12 00:13:08 +00:00
naddy
999dd2ded6 Fix up FreeBSD repository example file to work with OpenBSD RCS. 2001-01-08 02:17:38 +00:00
naddy
f6d290a9a9 Update to 1.104.1.59.
- Put a text field on each directory view that allows users to jump
  directly to an arbitrary module, which can be specified either
  by a full module/file path or by a module alias.
- Don't rely on perl's $ENV{PATH} search.  Search commands for
  itself and specify them by full paths
- Miscellaneous fixes.
2001-01-06 13:29:24 +00:00
naddy
3fda67d88c Port changes:
- Install icons.
- Additional MASTER_SITES.
Update to 1.104.1.55:
- Move configuration files to cvsweb subdirectory.
- Add cvsweb.conf-{freebsd,netbsd,openbsd,ruby} examples.
- Add $prkeyword variable to specify the bug report identifier.
- Run under perl -T.
- Turn $allow_compress off by default.
- Miscellaneous fixes.
2001-01-03 00:51:40 +00:00
naddy
7aeb453726 Update to 1.104.1.52:
- Add automatic tarball generation feature (default: off).
- Suck in configuration files with "require" instead of "do".
- Add charset to all text/* output.
- Add @tar_options and @cvs_options.
- Add $preformat_in_markup variable (default: off).
- Miscellaneous fixes.
2000-12-30 15:39:13 +00:00
naddy
1293eefa6b Update to knu-cvsweb 1.104.1.45.
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.
2000-12-18 15:06:46 +00:00
naddy
db6838b2f6 Update to knu-cvsweb 1.104.1.42.
- cvsweb.conf: Add a new variable $charset to specify the charset for HTML
  output.
- Miscellaneous clean-ups and optimizations.
2000-12-07 17:04:38 +00:00
naddy
4976431061 Update to Zeller 1.104, knu 1.39. 2000-11-18 13:35:17 +00:00
naddy
3e44784924 - FIX: Make revision links in annotation work.
- Recognize "Links" as text-based browser.
2000-10-12 19:53:30 +00:00
naddy
55e9c677e2 Update to knu-cvsweb 1.103.1.33:
2000-10-07 16:44  knu

        * cvsweb.cgi: Fix &link() not to put a redundant trailing LF.

        Improve manpage linking to support "foo.1" as well as "foo(1)".

  2000-10-07 16:35  knu

        * cvsweb.cgi: Fix screwups in the last commit.

        Parse rlog's output explicitly.  Recognize 77 ='s as a file
        separator, and 28 -'s as revision separator.

        Submitted by:   Makoto MATSUSHITA <matusita@jp.FreeBSD.org>

  2000-10-03 04:07  knu

        * cvsweb.cgi: Cleanup $barequery generation.  Undefine "my"
        variables when they are done.
2000-10-09 17:23:37 +00:00
naddy
e3327b4a0a Import of cvsweb revision 1.103(zeller)-1.30(knu).
The cvsweb WWW CGI script allows remote users to browse a CVS
repository tree via the web.  It can display the revision history
of a file, as well as diffs between revisions, and download the
whole file.
2000-10-01 19:18:53 +00:00