pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ja-trac Update ja-trac to 0.11.2.1pl1, a.k.a Trac-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b775417d8a2
branches:  trunk
changeset: 551067:1b775417d8a2
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Dec 06 10:52:23 2008 +0000

description:
Update ja-trac to 0.11.2.1pl1, a.k.a Trac-0.11.2.1.ja1.

Trac-0.11.2.1.ja1 (Nov 30, 2008)
 * Merge Trac-0.11.2 and Trac-0.11.2.1
 * Change encodings on Option's doc from unicode to UTF-8 for `pydoc`.
   - trac/wiki/macros.py
   - trac/attachment.py
   - trac/db/api.py
   - trac/env.py
   - trac/mimeview/api.py
   - trac/mimeview/enscript.py
   - trac/mimeview/php.py
   - trac/mimeview/pygments.py
   - trac/mimeview/silvercity.py
   - trac/notification.py
   - trac/perm.py
   - trac/search/web_ui.py
   - trac/ticket/api.py
   - trac/ticket/notification.py
   - trac/ticket/query.py
   - trac/ticket/report.py
   - trac/ticket/roadmap.py
   - trac/ticket/web_ui.py
   - trac/timeline/web_ui.py
   - trac/versioncontrol/api.py
   - trac/versioncontrol/svn_authz.py
   - trac/versioncontrol/svn_fs.py
   - trac/versioncontrol/web_ui/browser.py
   - trac/versioncontrol/web_ui/changeset.py
   - trac/versioncontrol/web_ui/log.py
   - trac/web/auth.py
   - trac/web/chrome.py
   - trac/web/main.py
   - trac/wiki/api.py

Trac 0.11.2.1 (November 17, 2008)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.2.1

 Trac 0.11.2.1 fixes a Python 2.3 incompatibility introduced in Trac 0.11.2.
 Python 2.4+ users already running Trac 0.11.2 do not need to upgrade.

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:

 www/ja-trac/Makefile |  4 ++--
 www/ja-trac/PLIST    |  3 ++-
 www/ja-trac/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r af3f25ed6d23 -r 1b775417d8a2 www/ja-trac/Makefile
--- a/www/ja-trac/Makefile      Sat Dec 06 09:29:51 2008 +0000
+++ b/www/ja-trac/Makefile      Sat Dec 06 10:52:23 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2008/11/11 01:30:50 obache Exp $
+# $NetBSD: Makefile,v 1.21 2008/12/06 10:52:23 obache Exp $
 #
 
-DISTNAME=      Trac-0.11.1.ja2
+DISTNAME=      Trac-0.11.2.1.ja1
 PKGNAME=       ja-${DISTNAME:tl:S/.ja/pl/}
 CATEGORIES=    www devel
 MASTER_SITES=  http://www.i-act.co.jp/project/products/downloads/
diff -r af3f25ed6d23 -r 1b775417d8a2 www/ja-trac/PLIST
--- a/www/ja-trac/PLIST Sat Dec 06 09:29:51 2008 +0000
+++ b/www/ja-trac/PLIST Sat Dec 06 10:52:23 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2008/09/22 04:18:49 obache Exp $
+@comment $NetBSD: PLIST,v 1.9 2008/12/06 10:52:23 obache Exp $
 bin/trac-admin
 bin/tracd
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -509,6 +509,7 @@
 ${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 -r af3f25ed6d23 -r 1b775417d8a2 www/ja-trac/distinfo
--- a/www/ja-trac/distinfo      Sat Dec 06 09:29:51 2008 +0000
+++ b/www/ja-trac/distinfo      Sat Dec 06 10:52:23 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2008/11/11 01:30:50 obache Exp $
+$NetBSD: distinfo,v 1.15 2008/12/06 10:52:23 obache Exp $
 
-SHA1 (Trac-0.11.1.ja2.zip) = 4938630130a76094065f170b0aeb777664953720
-RMD160 (Trac-0.11.1.ja2.zip) = d59a0a9d4c25a545d80337d87f1384f8079a323b
-Size (Trac-0.11.1.ja2.zip) = 963958 bytes
+SHA1 (Trac-0.11.2.1.ja1.zip) = d5e3dc626efca9578c7dfcd3d9278267d4ca653e
+RMD160 (Trac-0.11.2.1.ja1.zip) = f3b94ca3aebc857c9d1062686c5bd6027334facd
+Size (Trac-0.11.2.1.ja1.zip) = 997439 bytes



Home | Main Index | Thread Index | Old Index