diff options
author | obache <obache> | 2010-03-24 04:55:20 +0000 |
---|---|---|
committer | obache <obache> | 2010-03-24 04:55:20 +0000 |
commit | 0b41409cd91064c44779c4807bb6ee7d802f19fd (patch) | |
tree | c463e74d064a36b3e258fdaef1191e8178b08d3f | |
parent | 386ee1859eccb96df92752bef0f39ea26c77745b (diff) | |
download | pkgsrc-0b41409cd91064c44779c4807bb6ee7d802f19fd.tar.gz |
Update ja-trac to 0.11.7pl1, aka Trac-0.11.7.ja1.
Trac-0.11.7.ja1 (Mar 11, 2010)
* Merge Trac-0.11.7
* Fix typos
- trac/wiki/default-pages/InterTrac
Trac 0.11.7 (March 10, 2010)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.7
Trac 0.11.7 is nearly identical to 0.11.7rc1 except for a few more fixes:
- avoid an infinite loop when using an AtomicFile in a read-only
directory (#9081)
- don't report client disconnects during writes as internal errors (#9103)
- don't reuse a closed cursor, which could happen in one specific case
for the pysqlite backend (#9104)
Trac 0.11.7rc1 (February 23, 2010)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.7rc1
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) [[comment(intentionally kept vague, we don't want to advertize a DOS, do we?)]]
- 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)
-rw-r--r-- | www/ja-trac/Makefile | 5 | ||||
-rw-r--r-- | www/ja-trac/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/ja-trac/Makefile b/www/ja-trac/Makefile index e657ac8864b..5f6e2982326 100644 --- a/www/ja-trac/Makefile +++ b/www/ja-trac/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2010/02/10 19:17:47 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2010/03/24 04:55:20 obache Exp $ # -DISTNAME= Trac-0.11.6.ja1 +DISTNAME= Trac-0.11.7.ja1 PKGNAME= ja-${DISTNAME:tl:S/.ja/pl/} -PKGREVISION= 1 CATEGORIES= www devel MASTER_SITES= http://www.i-act.co.jp/project/products/downloads/ EXTRACT_SUFX= .zip diff --git a/www/ja-trac/distinfo b/www/ja-trac/distinfo index 1f40dbd1b0e..c75ea938f04 100644 --- a/www/ja-trac/distinfo +++ b/www/ja-trac/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2010/01/26 02:01:36 obache Exp $ +$NetBSD: distinfo,v 1.21 2010/03/24 04:55:20 obache Exp $ -SHA1 (Trac-0.11.6.ja1.zip) = 11079c7493406c91fea31ef3facda7ae7e3281d9 -RMD160 (Trac-0.11.6.ja1.zip) = 7e0dd8864e375b676ad7badccda8dd0019a459ba -Size (Trac-0.11.6.ja1.zip) = 1050176 bytes +SHA1 (Trac-0.11.7.ja1.zip) = a48cdb0dd300fd8b8b3eb60ef89681124321f92d +RMD160 (Trac-0.11.7.ja1.zip) = d335d46987a15fd0bd37dcfb8fc8c9abca84e949 +Size (Trac-0.11.7.ja1.zip) = 1048539 bytes |