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 | |
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')
-rw-r--r-- | www/trac/Makefile | 5 | ||||
-rw-r--r-- | www/trac/distinfo | 8 |
2 files changed, 6 insertions, 7 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/ diff --git a/www/trac/distinfo b/www/trac/distinfo index 90a9641c1d8..3e3b35e07d0 100644 --- a/www/trac/distinfo +++ b/www/trac/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2010/01/03 20:49:41 gdt Exp $ +$NetBSD: distinfo,v 1.27 2010/03/10 15:27:01 gdt Exp $ -SHA1 (Trac-0.11.6.tar.gz) = 9bb360cd86dcb16ec139a8ef10dd1b346adcaa18 -RMD160 (Trac-0.11.6.tar.gz) = ff384a4774da3631b1763efa76943450406710ef -Size (Trac-0.11.6.tar.gz) = 749517 bytes +SHA1 (Trac-0.11.7.tar.gz) = 0a1b756ca580ecaac7e76531e80890728b976122 +RMD160 (Trac-0.11.7.tar.gz) = d55cc6095f00df4736b677163405b31cdd285341 +Size (Trac-0.11.7.tar.gz) = 757073 bytes |