| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- update to 1.2.1 (bsc#1167974, CVE-2020-5283): * security fix: escape subdir lastmod file name (#211) [CVE-????-????] * bumped minimum supported Python version to 2.4 * implemented support for property diffs (Tigris #383) * allow user-configurable cvsgraph display (Tigris #336) * allow rNNNN syntax for Subversion revision numbers (Tigris #441) * display revision numbers in CVS tag/branch selector (Tigris #546) * allow roots to have optional context (#58) * use a more secure temporary file generator (#159) * fix problems with make-database and special characters (#141, #182) * fix bogus default ci_when value in cvsdb (#200) * standalone query interface removed (#206) * GUI support (--gui) removed from standalone.py
- vievwc 1.1.26, including one security fix:
* CVE-2017-5938 escape nav_data name to avoid XSS attack
(boo#1024393)
- vievwc 1.1.25: * fix _rev2optrev assertion on long input - license is BSD-2-Clause, package LICENSE text
- Update viewvc.conf for Apache 2.4 syntax.
- viewvc 1.1.24: * fix minor bug in human_readable boolean calculation * allow hr_funout option to apply to unidiff diffs, too * fix infinite loop in rcsparse * fix iso8601 timezone offset handling * add support for renamed roots * fix minor buglet in viewvc-install error message
- Update to version 1.1.23
* fix annotate bug triggered by files with trailing blank lines
(issue #533)
* fix markup display of files with trailing blank lines (issue #533)
* add support for root-relative svnauthz access files (issue #535)
* fix cvsdb MySQL-python argument conversion error (issue #539)
* fix double-escaping of revision links (issue #541)
* fix bug that prevented mod_python 3.4+ deployment (issue #540)
- Drop redundant dependencies
* pkgconfig(python)
* pkgconfig(python-2.7)
* pkgconfig(python2)
- update to 1.1.22: * minor directory sorting logic fix (re: show_subdir_lastmod) * fix display of show_subdir_lastmod details * pay attention to chardet's detection confidence * linkify line numbers in markup/annotate view - some spec file cleaning
- update to 1.1.21: * restore compatibility with Python 2.6.x
- update to 1.1.20: * fix tab-to-space handling regression in markup view * fix regression in root lookup handling (issue #526)
- update to 1.1.19: * 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) * 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
- update to 1.1.17 (bnc#787072): * fix exception caused by uninitialized variable usage (issue #516) * 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)
- update to 1.1.15 (bnc#768680): * security fix: complete authz support for remote SVN views (CVE-2012-3356) * security fix: log msg leak in SVN revision view with unreadable copy source (CVE-2012-3357) * 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 * fix annotation of svn files with non-URI-safe paths * handle file:/// Subversion rootpaths as local roots * fix bug caused by trying to case-normalize anon usernames * speed up log handling by reusing tokenization results * add support for custom review log markup rules * fix svndbadmin failure on deleted paths under Subversion 1.7 * 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 * fix path display in patch and certain diff views * fix broken cvsdb glob searching * allow svn revision specifiers to have leading r's * allow environmental override of configuration location * fix exception HTML-escaping non-string data under WSGI * add links to root logs from roots view * use Pygments lexer-guessing functionality
- add supplements for apache2/subversion-server
- update to 1.1.11 (bnc#694785): * 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)
- update to 1.1.10:
* 1.1.9 shipped with a stack-trace-causing bug in the Subversion revision
info gathering logic
- update to 1.1.9: * vcauth universal access determinations (issue #425) * rework svn revision info cache for performance * make revision log "extra pages" count configurable * fix Subversion 1.4.x revision log compatibility code regression * display sanitized error when authzfile is malformed * handle file:/// Subversion rootpaths as local roots (issue #446) * restore markup of URLs in file contents (issue #455) * optionally display last-committed metadata in roots view (issue #457)
- update to 1.1.8: * fix slowness triggered by allow_compress=1 configuration (issue #467) * yield more useful error on directory markup/annotate request (issue #472)
- update to 1.1.7:
* maintenance release that includes all the bugfixes and enhancements made
thus far to the 1.1.x line
* adds a few features:
+ FastCGI deployment support
+ Basic authentication in the standalone server
+ Subversion revision property display
- update to 1.1.6: * fixes a regression introduced in 1.1.5 * corrects some bits of the RSS feed support * introduces rudimentary support for WSGI-based deployments
- fix buglink patch again (kde#233525)
- update to 1.1.5 (bnc#592932): * security fix: escape user-provided search_re input to avoid XSS attack