diff options
author | gdt <gdt@pkgsrc.org> | 2010-03-10 15:27:01 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2010-03-10 15:27:01 +0000 |
commit | a83f338c864bb385f14b19e385768ff54092aba3 (patch) | |
tree | 6781b7d4cf2e945da4ce2236a996205c9f772817 /www/trac/Makefile | |
parent | c97bd345f5222302129def95f21d21c6ddb06233 (diff) | |
download | pkgsrc-a83f338c864bb385f14b19e385768ff54092aba3.tar.gz |
Update to 0.11.7 (security/bugfix release). Changes since 0.11.6:
Security fixes:
* Fixed a ticket validation issue that would allow unauthorized
users to modify the status and resolution of a ticket (#8884)
Performance improvements:
* Trac wiki had some trouble handling very long unicode words
(#9025)
* Full text search was very slow if lots of custom fields were
used (#8935)
Bug fixes:
* Fixed a race condition that could lead to the destruction of the
trac.ini file (#8623)
* Fixed creation of new milestone which could have been a rename
if performed after a name clash has been detected (#8816)
* Fixed display of value 0 in report cells (#7512)
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r-- | www/trac/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index c8991cb24d1..557f0bb4a54 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2010/02/10 19:17:47 joerg Exp $ +# $NetBSD: Makefile,v 1.48 2010/03/10 15:27:01 gdt Exp $ # -DISTNAME= Trac-0.11.6 +DISTNAME= Trac-0.11.7 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://ftp.edgewall.org/pub/trac/ \ ftp://ftp.edgewall.org/pub/trac/ |