diff options
author | darcy <darcy> | 2012-12-27 12:56:36 +0000 |
---|---|---|
committer | darcy <darcy> | 2012-12-27 12:56:36 +0000 |
commit | b40caea42e21da1111207dad31dce0becab5631b (patch) | |
tree | 3c1e3e0ffd6110152a0a46e9693fa98aee3f2a46 /www/viewvc | |
parent | 4332ca85230974cb9fe6157a8e7dff46e3517d7c (diff) | |
download | pkgsrc-b40caea42e21da1111207dad31dce0becab5631b.tar.gz |
Update to 1.1.17.
Clears TODO item.
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)
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
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)
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)
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)
Diffstat (limited to 'www/viewvc')
-rw-r--r-- | www/viewvc/Makefile | 5 | ||||
-rw-r--r-- | www/viewvc/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/viewvc/Makefile b/www/viewvc/Makefile index 4e1052d2ab3..461ba9ca349 100644 --- a/www/viewvc/Makefile +++ b/www/viewvc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2012/10/28 06:31:07 asau Exp $ +# $NetBSD: Makefile,v 1.18 2012/12/27 12:56:36 darcy Exp $ # -DISTNAME= viewvc-1.1.11 -PKGREVISION= 1 +DISTNAME= viewvc-1.1.17 CATEGORIES= devel www MASTER_SITES= # http://viewvc.tigris.org/files/documents/3330/49022/ diff --git a/www/viewvc/distinfo b/www/viewvc/distinfo index 113db694d0b..ca429a9e70f 100644 --- a/www/viewvc/distinfo +++ b/www/viewvc/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2011/11/01 21:08:55 scottr Exp $ +$NetBSD: distinfo,v 1.11 2012/12/27 12:56:36 darcy Exp $ -SHA1 (viewvc-1.1.11.tar.gz) = 222765d9b4d922ec2066ddd8dcad1238ebdad687 -RMD160 (viewvc-1.1.11.tar.gz) = ae2dd6a23d926d947ed09e9ad6ebe3a62e059243 -Size (viewvc-1.1.11.tar.gz) = 603863 bytes +SHA1 (viewvc-1.1.17.tar.gz) = 1467f45167e4df6fd339a936c2fe5a56d0a39c03 +RMD160 (viewvc-1.1.17.tar.gz) = 89c4ed265475039f7f3f31be34ee81ed50c3945e +Size (viewvc-1.1.17.tar.gz) = 611890 bytes SHA1 (patch-aa) = ff0a6e52ea66c838ba3ab7b1d055c27bf561a376 SHA1 (patch-ab) = f5abf6bd824d121338882423c34e3464c8ba5fd4 |