| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 16:11:16
1.1.20
|
ohauer  |
- update to Version 1.1.20 (released 24-Apr-2013)
* fix tab-to-space handling regression in markup view
* fix regression in root lookup handling (issue #526) |
23 Apr 2013 15:05:24
1.1.19
|
ohauer  |
- update to version 1.1.19
Version 1.1.19 (released 22-Apr-2013)
* improve root lookup performance (issue #523)
* new 'max_filesize_kbytes' config option and handling (issue #524)
* tarball generation improvements:
- preserve Subversion symlinks in generated tarballs (issue #487)
- reduce memory usage of tarball generation logic
- fix double compression of generated tarballs (issue #525)
* file content handling improvements:
- expanded support for encoding detection and transcoding (issue #11)
- fix tab-to-space conversion bugs in markup, annotate, and diff views
- fix handling of trailing whitespace in diff view
* add support for timestamp display in ISO8601 format (issue #46) |
01 Mar 2013 06:14:51
1.1.18
|
ohauer  |
- update to version 1.1.18
Changes:
Version 1.1.18 (released 28-Feb-2013)
* fix exception raised by BDB-backed SVN repositories (issue #519)
* hide revision-less files when rcsparse is in use
* include branchpoints in branch views using rcsparse (issue #347)
* miscellaneous cvsdb improvements:
- add --port option to make-database (issue #521)
- explicitly name columns in queries (issue #522)
- update MySQL syntax to avoid discontinued "TYPE=" terms |
25 Oct 2012 15:35:00
1.1.17
|
ohauer  |
- update viewvc to version 1.1.17
Version 1.1.17 (released 25-Oct-2012)
* fix exception caused by uninitialized variable usage (issue #516)
Version 1.1.16 (released 24-Oct-2012)
* security fix: escape "extra" diff info to avoid XSS attack (issue #515)
* add 'binary_mime_types' configuration option and handling (issue #510)
* fix 'select for diffs' persistence across log pages (issue #512)
* remove lock status and filesize check on directories in remote SVN views
* fix bogus 'Annotation of' page title for non-annotated view (issue #514)
Feature safe: yes |
18 Aug 2012 14:29:11
1.1.15
|
ohauer  |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
24 Jun 2012 15:32:34
1.1.15
|
ohauer  |
Version 1.1.15 (released 22-Jun-2012)
* security fix: complete authz support for remote SVN views (issue #353)
* security fix: log msg leak in SVN revision view with unreadable copy source
* fix several instances of incorrect information in remote SVN views
* increase performance of some revision metadata lookups in remote SVN views
* fix RSS feed regression introduced in 1.1.14 |
17 Jun 2012 18:18:37
1.1.14
|
ohauer  |
- update to viewvc to version 1.1.14
- adopt OPTIONS_NG
Note:
patch for issue #504 was already included in viewvc-1.1.13
most interesting new feature is the fix for issue #429
Version 1.1.14 (released 12-Jun-2012)
* fix annotation of svn files with non-URI-safe paths (issue #504)
* handle file:/// Subversion rootpaths as local roots (issue #446)
* fix bug caused by trying to case-normalize anon usernames (issue #505)
* speed up log handling by reusing tokenization results (issue #506)
* add support for custom review log markup rules (issue #429) |
07 Feb 2012 19:38:56
1.1.13
|
ohauer  |
- update to Version 1.1.14
- pet portlint
- always install the rc script
CHANGES:
Version 1.1.13 (released 23-Jan-2012)
* fix svndbadmin failure on deleted paths under Subversion 1.7 (issue #499)
* fix annotation of files in svn roots with non-URI-safe paths
* fix stray annotation warning in markup display of images
* more gracefully handle attempts to display binary content (issue #501)
Additional patch (pre 1.1.14):
* fix annotation of svn files with non-URI-safe paths (issue #504) |
14 Jan 2012 08:57:23
1.1.12
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
05 Nov 2011 13:00:30
1.1.12
|
ohauer  |
Version 1.1.12 (released 03-Nov-2011)
* fix path display in patch and certain diff views (issue #485)
* fix broken cvsdb glob searching (issue 486)
* allow svn revision specifiers to have leading r's (issue #441, #448)
* allow environmental override of configuration location (issue #494)
* fix exception HTML-escaping non-string data under WSGI (issue #454)
* add links to root logs from roots view (issue #470)
* use Pygments lexer-guessing functionality (issue #495) |
20 Aug 2011 17:27:52
1.1.11_1
|
ohauer  |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
23 May 2011 04:45:27
1.1.11
|
ohauer  |
- update to version 1.1.11
Version 1.1.11 (released 17-May-2011)
* security fix: remove user-reachable override of cvsdb row limit
* fix broken standalone.py -c and -d options handling
* add --help option to standalone.py
* fix stack trace when asked to checkout a directory (issue #478)
* improve memory usage and speed of revision log markup (issue #477)
* fix broken annotation view in CVS keyword-bearing files (issue #479)
* warn users when query results are incomplete (issue #443)
* avoid parsing errors on RCS newphrases in the admin section (issue #483)
* make rlog parsing code more robust in certain error cases (issue #444) |
22 Mar 2011 00:10:24
1.1.10  |
ohauer  |
- update to version 1.1.10
Take maintainership, OK from glarkin via email. |
18 Mar 2011 23:40:37
1.1.9  |
glarkin  |
- Updated to 1.1.9
- Fixed Apache OPTION message
- Updated verbiage in pkg-message regarding installation of standalone
server rc script
PR: 155106
Submitted by: ohauer |
07 Jan 2011 23:03:35
1.1.8_1  |
glarkin  |
- Fixed a dependency-related typo introduced in the previous commit [1]
- Added BSD license
- Added more checks for valid option combinations
- Bumped PORTREVISION
PR: ports/153761
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> [1] |
27 Dec 2010 15:52:11
1.1.8  |
pgollucci  |
- new version of py-MySQLdb installs only the .egg 'zipped' so mysql.so
is no longer present to test for.
Approved by: itectu (portmgr, via irc) |
03 Dec 2010 20:58:15
1.1.8  |
ohauer  |
- update viewvc to version 1.1.8
Changes:
* fix slowness triggered by allow_compress=1 configuration (issue #467)
* allow use of 'fcrypt' for Windows standalone.py authn support (issue #471)
* yield more useful error on directory markup/annotate request (issue #472)
Approved by: glarkin (via mail) |
28 Sep 2010 05:05:53
1.1.7  |
pgollucci  |
- There is no 3 in the module so name |
28 Sep 2010 05:00:48
1.1.7  |
pgollucci  |
- Fix a typo in the PR I submitted that glarkin committed. |
16 Sep 2010 22:13:39
1.1.7  |
ohauer  |
- update to viewvc-1.1.7
Version 1.1.7 (released 09-Sep-2010)
* display Subversion revision properties in the revision view (issue #453)
* fix exception in 'standalone.py -r REPOS' when run without a config file
* fix standalone.py server root deployments (--script-alias='')
* add rudimentary Basic authentication support to standalone.py (issue #49)
* fix obscure "unexpected NULL parent pool" Subversion bindings error
* enable path info / link display in remote Subversion root revision view
* fix vhost name case handling inconsistency (issue #466)
* use svn:mime-type property charset param as encoding hint
* markup Subversion revision references in log messages (issue #313)
* add rudimentary support for FastCGI-based deployments (issue #464)
* fix query script WSGI deployment
* add configuration to fix query script cross-linking to ViewVC
Approved by: glarkin (mentor) |
08 Sep 2010 18:39:03
1.1.6_1  |
glarkin  |
- Added an option to include mod_wsgi as a RUN_DEPENDS, since ViewVC
supports it (now preferred vs. mod_python)
- Deprecated the mod_python option as that module is phased out upstream
- Bumped PORTREVISION
PR: ports/150258
Submitted by: pgollucci |
27 Jul 2010 15:08:09
1.1.6  |
glarkin  |
- Removed duplicate -c flag from daemon command in standalone server
startup script.
Submitted by: Andrzej Tobola (ato at iem dot pw dot edu dot pl) (via email) |
07 Jul 2010 18:03:21
1.1.6  |
glarkin  |
- Updated to 1.1.6
- Modified rc.d script for standalone mode so it daemonizes properly
- Changed a MASTER_SITES entry
PR: ports/148185
Submitted by: olli hauer <ohauer at gmx dot de>
Feature safe: yes |
18 May 2010 04:08:06
1.1.5_3  |
pgollucci  |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
11 May 2010 00:10:26
1.1.5_2  |
glarkin  |
- Added patch to fix bug http://viewvc.tigris.org/issues/show_bug.cgi?id=454
PR: ports/146379
Submitted by: olli hauer <ohauer@gmx.de> |
05 May 2010 21:52:39
1.1.5_1  |
pgollucci  |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
29 Apr 2010 20:08:00
1.1.5  |
glarkin  |
- Take over maintainership |
29 Apr 2010 19:37:25
1.1.5  |
pgollucci  |
- Release some more |
27 Apr 2010 03:26:25
1.1.5  |
pgollucci  |
- Update to 1.1.5 |
27 Mar 2010 00:15:24
1.1.3_1  |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
10 Jan 2010 00:01:05
1.1.3_1  |
pgollucci  |
- Apply fix for ViewVC issue 445
<http://viewvc.tigris.org/issues/show_bug.cgi?id=445>
http://viewvc.tigris.org/source/browse/viewvc/branches/1.1.x/lib/config.py?view=patch&r1=2316&r2=2317&pathrev=2317
PR: ports/142460
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> |
24 Dec 2009 19:12:01
1.1.3  |
pgollucci  |
Update viewvc to version 1.1.3
Version 1.1.3 (released 22-Dec-2009)
* security fix: add root listing support of per-root authz config
* security fix: query.py requires 'forbidden' authorizer (or none) in config
* fix URL-ification of truncated log messages (issue #3)
* fix regexp input validation (issue #426, #427, #440)
* add support for configurable tab-to-spaces conversion
* fix not-a-sequence error in diff view
* allow viewvc-install to work when templates-contrib is absent
* minor template improvements/corrections
* expose revision metadata in diff view (issue #431)
* markup file/directory item property URLs and email addresses (issue #434)
* make ViewVC cross copies in Subversion history by default
* fix bug that caused standalone.py failure under Python 1.5.2 (issue #442)
* fix support for per-vhost overrides of authorizer parameters (issue #411)
* fix root name identification in query.py interface
PR: ports/141957
Submitted by: olli hauer <ohauer@gmx.de> |
19 Sep 2009 18:02:12
1.1.2  |
miwi  |
- Update to 1.1.2
PR: 138074
Submitted by: olli hauer <ohauer@gmx.de>
Approved by: maintainer timeout
Feature safe: yes |
08 Jun 2009 07:39:19
1.1.1  |
pgollucci  |
- Update to 1.1.1
- Utilize bsd.port.options.mk
Changes:
http://viewvc.tigris.org/source/browse/*checkout*/viewvc/tags/1.1.1/CHANGES
PR: ports/135315
Submitted by: olli hauer <ohauer@gmx.de> |
01 Jun 2009 01:30:26
1.1.0  |
pgollucci  |
- update viewvc to version 1.1.0 (released 13-May-2009)
- remove MAKE_JOBS_SAFE from Makefile, since this port is NO_BUILD
- make viewvc rc script work again
viewvc.conf and templates are not compatible to 1.0.x version, even the
database scripts has changed.
For details see:
http://viewvc.tigris.org/source/browse/*checkout*/viewvc/trunk/docs/upgrading-howto.html
Changes:
http://viewvc.tigris.org/source/browse/*checkout*/viewvc/tags/1.1.0/CHANGES
PR: ports/135056
Submitted by: olli hauer <ohauer@gmx.de> |
17 May 2009 10:08:12
1.0.7_1  |
pgollucci  |
missed one APACHE2 |
17 May 2009 02:30:16
1.0.7_1  |
pgollucci  |
- Change OPTION
o APACHE2 -> APACHE (WITH_APACHE2) is deprecated
APACHE_PORT's value will be used
- Bump PORTREVISION
- Add UPDATING note |
16 May 2009 06:27:56
1.0.7  |
pgollucci  |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
24 Dec 2008 08:30:09
1.0.7  |
pgollucci  |
Fix typo in pkg-message.in
PR: ports/129801
Submitted by: Romain Tartiere <romain@blogreen.org>
Approved by: gabor (mentor) |
18 Nov 2008 00:04:08
1.0.7  |
wxs  |
Update to 1.0.7
PR: ports/127970
Submitted by: romain@blogreen.org
Approved by: maintainer timeout |
22 Aug 2008 16:47:20
1.0.5_4  |
pgollucci  |
http://viewvc.tigris.org/issues/show_bug.cgi?id=369
Deal with viewvc issues #369 -- mod_python import cycle
by incorporating vendor svn commit r1993 from branches/1.0.x
Requested by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (via e-mail)
Approved by: gabor (mentor) |
20 Aug 2008 12:23:56
1.0.5_3  |
pgollucci  |
Fix typo in previous commit breaking the dependency on mod_python3:
Needs an absolute path
PR: ports/126672
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: gabor (mentor, implicit) |
19 Aug 2008 21:59:24
1.0.5_3  |
pgollucci  |
- Add OPTIONS
o LIGHTTPD
- Add rc.d script for standalone server
- Much better pkg-message content
- Bump PORTREVISION
PR: ports/122469
Submitted by: olli hauer <ohauer@gmx.de>
Reworked by: pgollucci
Approved by: gabor (mentor) |
23 Jul 2008 02:43:55
1.0.5_2  |
pgollucci  |
Update my ports to my freebsd address
Approved by: araujo (mentor) |
30 Jun 2008 12:36:56
1.0.5_2  |
lev  |
Bump PORTREVISION due to subversion upgrade. |
30 Jun 2008 10:00:07
1.0.5_1  |
lev  |
(1) Upgrade subversion to version 1.5.0.
(2) Make binding ports to be real ports, which installs only bindings and
depend on subversion.
(3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
(4) Re-base subversion-freebsd to `devel/subversion'.
(5) Fix all ports, which depends on subversion bindings. |
06 Jun 2008 13:21:59
1.0.5_1  |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
03 Apr 2008 02:39:36
1.0.5  |
araujo  |
- Update to 1.05. [2]
- Pass maintainership to submitter. [1]
- Add knob MODPYTHON3. [1]
PR: ports/121160 [1], ports/121883 [2]
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> |
11 Apr 2007 10:37:05
1.0.4  |
lwhsu  |
- Update to 1.0.4.
- Remove unnecessary FETCH_DEPENDS.
- Add install of viewvc.conf and cvsgraph.conf without overwriting user
modified files and save them on port deinstall.
- Remove patch-viewvc-install file and pkg-message messages.
PR: 111467
Submitted by: Alexander Logvinov <ports AT logvinov.com>
Approved by: Jean-Baptiste Quenot <jbq AT caraldi.com> (maintainer)
clsung (mentor) |
22 Dec 2006 09:28:41
1.0.3  |
miwi  |
- Update to 1.0.3
PR: ports/106378
Submitted by: Martin Matuska <martin@matuska.org>
Approved by: maintainer timeout |
12 Dec 2006 18:49:48
1.0.1_1  |
gabor  |
- Add missing dependency
- Bump PORTREVISION
- Portlint(1)
PR: ports/106599
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
Approved by: erwin (mentor) |
26 Jul 2006 19:01:22
1.0.1  |
mnag  |
- Update to 1.0.1
PR: 100837
Approved by: maintainer
Rework by: maintainer |
04 May 2006 18:30:10
1.0.0  |
mnag  |
* devel/viewvc
- Add new port viewvc and update to 1.0.0
* Makefile
- Add viewvc
PR: 96099
Submitted by: Jean-Baptiste Quenot <jbq___caraldi.com>
Repocopy by: marcus |