diff options
author | salo <salo> | 2006-04-26 16:08:20 +0000 |
---|---|---|
committer | salo <salo> | 2006-04-26 16:08:20 +0000 |
commit | 7c2e9fc1f9fdc13a698f1b83e3e82abe1b2e4bd4 (patch) | |
tree | 6156ec8239c100a42aa5aba7855d46453f1ba7a5 /www/trac | |
parent | 1735fad7fe4ccc041029401f375d1ced9e77957a (diff) | |
download | pkgsrc-7c2e9fc1f9fdc13a698f1b83e3e82abe1b2e4bd4.tar.gz |
Update to version 0.9.5
From Akio OBATA via PR pkg/33367.
Changes:
Trac 0.9.5 (Apr 18, 2006)
http://svn.edgewall.com/repos/trac/tags/trac-0.9.5
- Fixed wiki macro XSS vulnerability found by Mr. Kazuhiro Nishiyama
at InterAct. http://jvn.jp/jp/JVN%2384091359/index.html
- Smaller memory usage when accessing subversion history.
- Fixed issue with incorrectly generated urls when installed behind
a web proxy (#2531).
- Fixed bugs: #2531, #2777, #3020.
Trac 0.9.4 (Feb 15, 2006)
http://svn.edgewall.com/repos/trac/tags/trac-0.9.4
- Deletion of reports has been fixed.
- Various encoding issues with the timeline RSS feed have been fixed.
- Fixed a memory leak when syncing with the repository.
- Milestones in the roadmap are now ordered more intelligently.
- Fixed bugs: #1064, #1150, #2006, #2253, #2324, #2330, #2408, #2430,
#2431, #2459, #2544, #2459, #2481, #2485, #2536, #2544, #2553,
#2580, #2583, #2606, #2613, #2621, #2664, #2666, #2680, #2706,
#2707, #2735
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 4188d2af700..a555fe5d396 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2006/02/05 23:11:29 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/04/26 16:08:20 salo Exp $ # -DISTNAME= trac-0.9.3 -PKGREVISION= 2 +DISTNAME= trac-0.9.5 CATEGORIES= devel www MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \ ftp://ftp.edgewall.com/pub/trac/ diff --git a/www/trac/distinfo b/www/trac/distinfo index 75cf2d64cea..74408f96c11 100644 --- a/www/trac/distinfo +++ b/www/trac/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2006/01/12 22:42:58 wiz Exp $ +$NetBSD: distinfo,v 1.14 2006/04/26 16:08:20 salo Exp $ -SHA1 (trac-0.9.3.tar.gz) = 20b18e6a6180869baafa982eede5b1f8889822aa -RMD160 (trac-0.9.3.tar.gz) = 122cc18b4d20dbf7d6bcb09e28d8f179f66d885d -Size (trac-0.9.3.tar.gz) = 337714 bytes +SHA1 (trac-0.9.5.tar.gz) = c96b9c8a123699330c33ad6985713edde5a997ff +RMD160 (trac-0.9.5.tar.gz) = b63931da6341783af8e221d3dad962462dc5f286 +Size (trac-0.9.5.tar.gz) = 339170 bytes SHA1 (patch-aa) = 5d8c1c3e5416e73d6cc24a5a45d4ec7afdc4a095 |