summaryrefslogtreecommitdiff
path: root/www/trac/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2010-01-03 20:49:41 +0000
committergdt <gdt@pkgsrc.org>2010-01-03 20:49:41 +0000
commit3dabea3c1326532fea03b56138f0298631f839a7 (patch)
tree798060f77530da4f91b8e04bcd474e426b2ea404 /www/trac/Makefile
parentba8afa73f97bceefa0b52017e61e2fa88eeed1d1 (diff)
downloadpkgsrc-3dabea3c1326532fea03b56138f0298631f839a7.tar.gz
Update to 0.11.6, addressing
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4405 From release notes at: http://trac.edgewall.org/browser/tags/trac-0.11.6/RELEASE November 28, 2009 Trac 0.11.6 contains two security fixes and a number of bug fixes, performance improvements and minor enhancements. Changes in 0.11.6 * Fixed the policy checks in report results when using alternate formats. * Added a check for the "raw" role that is missing in docutils < 0.6. * Re-enabled connection pooling with SQLite (#3446). * Added caching of configuration options (#8510). * Fixed the "database is locked" issue with SQLite (#3446, #8468). * Deprecated SQLite 2.x support (#8625). * Fixed hanlding of times in timezones with DST (#8240). * Avoid corruption of trac.ini during write (#8623). * Improved support for revision ranges in the revision log view (#8349) updating during freeze approved by wiz@
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r--www/trac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile
index 15b8570b5bd..8d22afcc640 100644
--- a/www/trac/Makefile
+++ b/www/trac/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2009/07/20 18:13:01 gdt Exp $
+# $NetBSD: Makefile,v 1.46 2010/01/03 20:49:41 gdt Exp $
#
-DISTNAME= Trac-0.11.5
+DISTNAME= Trac-0.11.6
PKGNAME= ${DISTNAME:tl}
CATEGORIES= devel www
MASTER_SITES= http://ftp.edgewall.org/pub/trac/ \