./www/trac, Subversion repository browser, wiki, and issue tracking system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q3, Version: 0.11.2, Package name: trac-0.11.2, Maintainer: gdt

Trac is an enhanced wiki and issue tracking system for software
development projects.

Trac provides:

* An integrated system for managing software projects
* An enhanced wiki
* A flexible web-based issue tracker
* An interface to the Subversion revision control system


Required to run:
[databases/py-sqlite2] [devel/py-subversion] [devel/py-setuptools] [lang/python24] [www/py-genshi]


Package options: sqlite

Master sites: (Expand)

SHA1: 96a5c3e7d35e799a640aa7a3360de776c6f85074
RMD160: 33cc6c098517d09d912a5e72eda1f96d3d627f3e
Filesize: 698.61 KB

Version history: (Expand)


CVS history: (Expand)


   2008-11-13 16:12:22 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #2585 - requested by gdt
trac: security update

Revisions pulled up:
- www/trac/Makefile	1.41
- www/trac/PLIST	1.16
- www/trac/distinfo	1.22
---
Module Name:	pkgsrc
Committed By:	gdt
Date:		Tue Nov 11 18:24:09 UTC 2008

Modified Files:
	pkgsrc/www/trac: Makefile PLIST distinfo

Log message:
Update to 0.11.2.  Take maintainership.

Trac 0.11.2 (November 8, 2008)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.2

 Trac 0.11.2 contains two security fixes and a couple of bug fixes.
 The following list contains only a few highlights:

Bug fixes:

 * Fixes potential DOS vulnerability with certain wiki markup. Reported by
   Matt Murphy.
 * Improved HTML sanitizer filter to detect possible phishing attempts.
   Reported by Simon Willison.
 * MySQL db backend improvement (reconnect after idle timeout #4465)
 * TicketQuery speed improvements (#6436)
 * Fixes for RSS feeds (timeline entries no longer truncated #7316, no longer
   download some feeds under Firefox #3899)
 * Search now works for custom fields (#2530)
 * Same order for ticket fields for new and existing tickets (#7018)
 * Enforce fine-grained permission for "quickjump" search results (#7655)
 * E-mail obfuscation was not done in a few remaining places (#7688, #6532)
 * Uninstall of plugins from WebAdmin was not working - feature disabled
   for now
 * More robust pagination of results for reports and custom queries (#7424,
   #7544)
 * Support for newer version of pygments (#7622)
 * Documentation updated (#7603, #7205, #7318)

Minor improvements:

 * Better support for Wiki page hierarchy (show path #2780, link to
   parent #2150)
 * Custom query allow to search in description and other text fields (#4824)