diff options
author | gdt <gdt@pkgsrc.org> | 2008-11-11 18:24:09 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-11-11 18:24:09 +0000 |
commit | 5de8f22305e509640f97b34189cb8f1e1a4aa3ae (patch) | |
tree | 3d9c6d6102a1ac1735516f4a39da93a78f8d8992 /www/trac | |
parent | bbfeeed37c5a390151fc22dc67f31ffca898724d (diff) | |
download | pkgsrc-5de8f22305e509640f97b34189cb8f1e1a4aa3ae.tar.gz |
Update to 0.11.2. Take maintainership.
Trac 0.11.2 (November 8, 2008)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.2
Trac 0.11.2 contains two security fixes and a couple of bug fixes.
The following list contains only a few highlights:
Bug fixes:
* Fixes potential DOS vulnerability with certain wiki markup. Reported by
Matt Murphy.
* Improved HTML sanitizer filter to detect possible phishing attempts.
Reported by Simon Willison.
* MySQL db backend improvement (reconnect after idle timeout #4465)
* TicketQuery speed improvements (#6436)
* Fixes for RSS feeds (timeline entries no longer truncated #7316, no longer
download some feeds under Firefox #3899)
* Search now works for custom fields (#2530)
* Same order for ticket fields for new and existing tickets (#7018)
* Enforce fine-grained permission for "quickjump" search results (#7655)
* E-mail obfuscation was not done in a few remaining places (#7688, #6532)
* Uninstall of plugins from WebAdmin was not working - feature disabled
for now
* More robust pagination of results for reports and custom queries (#7424,
#7544)
* Support for newer version of pygments (#7622)
* Documentation updated (#7603, #7205, #7318)
Minor improvements:
* Better support for Wiki page hierarchy (show path #2780, link to
parent #2150)
* Custom query allow to search in description and other text fields (#4824)
Diffstat (limited to 'www/trac')
-rw-r--r-- | www/trac/Makefile | 7 | ||||
-rw-r--r-- | www/trac/PLIST | 3 | ||||
-rw-r--r-- | www/trac/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index aabd4d1b55f..c1195f78b78 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.40 2008/09/22 04:40:56 obache Exp $ +# $NetBSD: Makefile,v 1.41 2008/11/11 18:24:09 gdt Exp $ # -DISTNAME= Trac-0.11.1 -PKGREVISION= 3 +DISTNAME= Trac-0.11.2 PKGNAME= ${DISTNAME:tl} CATEGORIES= devel www MASTER_SITES= http://ftp.edgewall.org/pub/trac/ \ ftp://ftp.edgewall.org/pub/trac/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://trac.edgewall.org/ COMMENT= Subversion repository browser, wiki, and issue tracking system diff --git a/www/trac/PLIST b/www/trac/PLIST index 08a79bcfada..08be19a687d 100644 --- a/www/trac/PLIST +++ b/www/trac/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2008/09/22 04:40:56 obache Exp $ +@comment $NetBSD: PLIST,v 1.16 2008/11/11 18:24:09 gdt Exp $ bin/trac-admin bin/tracd libexec/trac/trac.cgi @@ -510,6 +510,7 @@ ${PYSITELIB}/trac/wiki/default-pages/TracInterfaceCustomization ${PYSITELIB}/trac/wiki/default-pages/TracLinks ${PYSITELIB}/trac/wiki/default-pages/TracLogging ${PYSITELIB}/trac/wiki/default-pages/TracModPython +${PYSITELIB}/trac/wiki/default-pages/TracModWSGI ${PYSITELIB}/trac/wiki/default-pages/TracNavigation ${PYSITELIB}/trac/wiki/default-pages/TracNotification ${PYSITELIB}/trac/wiki/default-pages/TracPermissions diff --git a/www/trac/distinfo b/www/trac/distinfo index 66e5a562e50..c8f3faec11e 100644 --- a/www/trac/distinfo +++ b/www/trac/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2008/09/12 10:18:11 abs Exp $ +$NetBSD: distinfo,v 1.22 2008/11/11 18:24:09 gdt Exp $ -SHA1 (Trac-0.11.1.tar.gz) = 92be092d45bb03bc01d39983966d7a89a1b47e29 -RMD160 (Trac-0.11.1.tar.gz) = 9d6e595df064e3dfe08299da44ae18c8a51b961f -Size (Trac-0.11.1.tar.gz) = 687225 bytes +SHA1 (Trac-0.11.2.tar.gz) = 96a5c3e7d35e799a640aa7a3360de776c6f85074 +RMD160 (Trac-0.11.2.tar.gz) = 33cc6c098517d09d912a5e72eda1f96d3d627f3e +Size (Trac-0.11.2.tar.gz) = 715377 bytes |