Path to this page:
./
www/ikiwiki,
Wiki compiler
Branch: pkgsrc-2012Q1,
Version: 3.20120516,
Package name: ikiwiki-3.20120516,
Maintainer: schmonzIkiwiki is a wiki compiler. It converts wiki pages into HTML pages
suitable for publishing on a website. Unlike many wikis, ikiwiki
does not have its own ad hoc means of storing page history, instead
using a revision control system such as Subversion or Git. This
means that in addition to the usual web interface, you can edit
wiki sources in your favorite editor. There are many other features,
including support for blogging, as well as a large array of plugins.
Required to run:[
time/p5-TimeDate] [
time/p5-Time-Duration] [
lang/perl5] [
mail/p5-Mail-Sendmail] [
www/p5-HTML-Tree] [
www/p5-URI] [
www/p5-HTML-Scrubber] [
www/p5-CGI-FormBuilder] [
www/p5-CGI-Session] [
www/p5-HTML-Parser] [
www/p5-HTML-Template] [
devel/p5-File-MimeInfo] [
devel/p5-gettext] [
net/p5-RPC-XML] [
textproc/p5-XML-RSS] [
textproc/p5-Text-Markdown-Discount] [
textproc/p5-XML-Feed] [
textproc/p5-XML-Simple] [
textproc/p5-YAML-LibYAML] [
textproc/p5-XML-Atom]
Required to build:[
lang/python27] [
devel/gmake]
Master sites: (Expand)
SHA1: e4b318b06491e2f2dbe9bdfc33e75615322e06e5
RMD160: 1d3acfb8eaad19764909af01ade4510ae8e296c8
Filesize: 2779.435 KB
Version history: (Expand)
- (2012-05-28) Updated to version: ikiwiki-3.20120516
- (2012-04-10) Package added to pkgsrc.se, version ikiwiki-3.20120203 (created)
CVS history: (Expand)
2012-05-28 11:55:47 by S.P.Zeidler | Files touched by this commit (1) | |
Log message:
Pullup ticket #3809 - requested by schmonz
www/ikiwiki: security update
Revisions pulled up:
- www/ikiwiki/Makefile 1.94
- www/ikiwiki/distinfo 1.78
- www/ikiwiki/PLIST 1.36
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: schmonz
Date: Thu May 17 05:51:05 UTC 2012
Modified Files:
pkgsrc/www/ikiwiki: Makefile distinfo
Log message:
Update to 3.20120516. From the changelog:
* meta: Security fix; add missing sanitization of author and authorurl.
Thanks, Raúl Benencia
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/www/ikiwiki/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/ikiwiki/distinfo
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: schmonz
Date: Fri Apr 20 03:48:25 UTC 2012
Modified Files:
pkgsrc/www/ikiwiki: Makefile PLIST distinfo
Log message:
Update to 3.20120419. From the changelog:
* Remove dead link from plugins/teximg. Closes: #664885
* inline: When the pagenames list includes pages that do not exist, skip
them.
* meta: Export author information in html <meta> tag. Closes: #664779
Thanks, Martin Michlmayr
* notifyemail: New plugin, sends email notifications about new and
changed pages, and allows subscribing to comments.
* Added a "changes" hook. Renamed the "change" hook to \
"rendered", but
the old hook name is called for now for back-compat.
* meta: Support keywords header. Closes: #664780
Thanks, Martin Michlmayr
* passwordauth: Fix url in password recovery email to be absolute.
* httpauth: When it's the only auth method, avoid a pointless and
confusing signin form, and go right to the httpauthurl.
* rename: Allow rename to be started not from the edit page; return to
the renamed page in this case.
* remove: Support removing of pages in the transient underlay. (smcv)
* inline, trail: The pagenames parameter is now a list of absolute
pagenames, not relative wikilink type names. This is necessary to fix
a bug, and makes pagenames more consistent with the pagespec used
in the pages parameter. (smcv)
* link: Fix renaming wikilinks that contain embedded urls.
* graphviz: Handle self-links.
* trail: Improve CSS, also display trail links at bottom of page,
and a bug fix. (smcv)
Add dependency on p5-HTML-Tree, suggested by Matthias Rampke in PR pkg/45688.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/www/ikiwiki/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/ikiwiki/PLIST
cvs rdiff -u -r1.76 -r1.77 pkgsrc/www/ikiwiki/distinfo
|
2012-05-28 11:54:58 by S.P.Zeidler | Files touched by this commit (2) | |
Log message:
Pullup ticket #3809 - requested by schmonz
www/ikiwiki: security update
Revisions pulled up:
- www/ikiwiki/Makefile 1.94
- www/ikiwiki/distinfo 1.78
- www/ikiwiki/PLIST 1.36
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: schmonz
Date: Thu May 17 05:51:05 UTC 2012
Modified Files:
pkgsrc/www/ikiwiki: Makefile distinfo
Log message:
Update to 3.20120516. From the changelog:
* meta: Security fix; add missing sanitization of author and authorurl.
Thanks, Raúl Benencia
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/www/ikiwiki/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/ikiwiki/distinfo
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: schmonz
Date: Fri Apr 20 03:48:25 UTC 2012
Modified Files:
pkgsrc/www/ikiwiki: Makefile PLIST distinfo
Log message:
Update to 3.20120419. From the changelog:
* Remove dead link from plugins/teximg. Closes: #664885
* inline: When the pagenames list includes pages that do not exist, skip
them.
* meta: Export author information in html <meta> tag. Closes: #664779
Thanks, Martin Michlmayr
* notifyemail: New plugin, sends email notifications about new and
changed pages, and allows subscribing to comments.
* Added a "changes" hook. Renamed the "change" hook to \
"rendered", but
the old hook name is called for now for back-compat.
* meta: Support keywords header. Closes: #664780
Thanks, Martin Michlmayr
* passwordauth: Fix url in password recovery email to be absolute.
* httpauth: When it's the only auth method, avoid a pointless and
confusing signin form, and go right to the httpauthurl.
* rename: Allow rename to be started not from the edit page; return to
the renamed page in this case.
* remove: Support removing of pages in the transient underlay. (smcv)
* inline, trail: The pagenames parameter is now a list of absolute
pagenames, not relative wikilink type names. This is necessary to fix
a bug, and makes pagenames more consistent with the pagespec used
in the pages parameter. (smcv)
* link: Fix renaming wikilinks that contain embedded urls.
* graphviz: Handle self-links.
* trail: Improve CSS, also display trail links at bottom of page,
and a bug fix. (smcv)
Add dependency on p5-HTML-Tree, suggested by Matthias Rampke in PR pkg/45688.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/www/ikiwiki/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/ikiwiki/PLIST
cvs rdiff -u -r1.76 -r1.77 pkgsrc/www/ikiwiki/distinfo
|