./www/py-moin, MoinMoin, a Python clone of WikiWiki

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q2, Version: 1.7.1, Package name: py24-moin-1.7.1, Maintainer: joerg

A WikiWikiWeb is a collaborative hypertext environment, with an
emphasis on easy access to and modification of information. MoinMoin
is a Python WikiClone that allows you to easily set up your own wiki,
only requiring a Python installation.


Required to run:
[lang/python24] [textproc/py-expat]

Master sites:

SHA1: 5a9a83cdbc8546b95e8bb2da65e1da3595328f7c
RMD160: 04e5393e9a2f88e635ec7ed94045062103b645fc
Filesize: 5340.063 KB

Version history: (Expand)


CVS history: (Expand)


   2008-07-24 12:01:28 by Tyler R. Retzlaff | Files touched by this commit (3) | Package updated
Log message:
pullup ticket #2458 requested by joerg
py-moin: update package cross-site scripting fix

revisions pulled up:
pkgsrc/www/py-moin/Makefile	1.9, 1.10
pkgsrc/www/py-moin/PLIST	1.4
pkgsrc/www/py-moin/distinfo	1.4

   Module Name:	pkgsrc
   Committed By:	tnn
   Date:		Tue Jul 22 20:17:24 UTC 2008

   Modified Files:
   	pkgsrc/www/py-moin: Makefile

   Log message:
   Mention MoinMoin in the COMMENT to make the package easier to find, given
   the non-obvious PKGNAME.

   ------------------------------------------------------------------------

   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Thu Jul 24 08:38:04 UTC 2008

   Modified Files:
   	pkgsrc/www/py-moin: Makefile PLIST distinfo

   Log message:
   Update MoinMoin to 1.7.1:
   - Fix a Cross Site Scripting attack
   - changes in caching API

   Changes in 1.7.0:
   - new event/notification/authentication/session framework
   - OpenID support
   - improvements for LDAP auth, attachment performance, logging etc