./www/ikiwiki, Flexible static site generator with dynamic features

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


Branch: pkgsrc-2016Q1, Version: 3.20160506, Package name: ikiwiki-3.20160506, Maintainer: schmonz

Ikiwiki is a wiki compiler. It converts wiki pages into HTML pages
suitable for publishing on a website. Ikiwiki stores pages and
history in a revision control system such as Subversion or Git.
There are many other features, including support for blogging and
podcasting, as well as a large array of plugins.

If you're familiar with static site generators, think of ikiwiki
as a particularly flexible SSG with some dynamic features.


Required to run:
[lang/perl5] [devel/p5-gettext] [devel/p5-File-MimeInfo] [mail/p5-Mail-Sendmail] [converters/p5-JSON] [net/p5-RPC-XML] [textproc/p5-XML-Feed] [textproc/p5-XML-RSS] [textproc/p5-XML-Simple] [textproc/p5-YAML-LibYAML] [textproc/p5-Text-Markdown-Discount] [textproc/p5-XML-Atom] [databases/p5-DB_File] [time/p5-Time-Duration] [time/p5-TimeDate] [www/p5-CGI-FormBuilder] [www/p5-URI] [www/p5-CGI] [www/p5-HTML-Parser] [www/p5-HTML-Scrubber] [www/p5-HTML-Tree] [www/p5-CGI-Session] [www/p5-HTML-Template]

Required to build:
[lang/python27]

Package options: cgi

Master sites: (Expand)

SHA1: 1427f7e2cae0afb828b5c6e8121057b9b7309f2b
RMD160: fb9d24b291a4f6c7d8c721d64e89c20c22885b49
Filesize: 3353.793 KB

Version history: (Expand)


CVS history: (Expand)


   2016-05-21 21:02:59 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5020 - requested by sevan
www/ikiwiki: security fix

Revisions pulled up:
- www/ikiwiki/Makefile                                          1.139
- www/ikiwiki/distinfo                                          1.112
- www/ikiwiki/patches/patch-t_cvs.t                             deleted

---
   Module Name:    pkgsrc
   Committed By:   schmonz
   Date:           Sat May  7 05:58:54 UTC 2016

   Modified Files:
           pkgsrc/www/ikiwiki: Makefile distinfo
   Removed Files:
           pkgsrc/www/ikiwiki/patches: patch-t_cvs.t

   Log message:
   Update to 3.20160506. From the changelog:

     [ Simon McVittie ]
     * img: stop ImageMagick trying to be clever if filenames contain a colon,
       avoiding mis-processing
     * HTML-escape error messages, in one case avoiding potential cross-site
       scripting (OVE-20160505-0012)
     * Mitigate ImageMagick vulnerabilities such as CVE-2016-3714:
       - img: force common Web formats to be interpreted according to extension,
         so that "allowed_attachments: '*.jpg'" does what one might expect
       - img: restrict to JPEG, PNG and GIF images by default, again mitigating
         CVE-2016-3714 and similar vulnerabilities
       - img: check that the magic number matches what we would expect from
         the extension before giving common formats to ImageMagick
     * d/control: use https for Homepage
     * d/control: add Vcs-Browser

     [ Joey Hess ]
     * img: Add back support for SVG images, bypassing ImageMagick and
       simply passing the SVG through to the browser, which is supported by all
       commonly used browsers these days.
       SVG scaling by img directives has subtly changed; where before
       size=wxh would preserve aspect ratio, this cannot be done when passing
       them through and so specifying both a width and height can change
       the SVG's aspect ratio.
     * loginselector: When only openid and emailauth are enabled, but
       passwordauth is not, avoid showing a "Other" box which opens an
       empty form.

     [ Amitai Schlair ]
     * mdwn: Process .md like .mdwn, but disallow web creation.

     [ Florian Wagner ]
     * git: Correctly handle filenames starting with a dash in add/rm/mv.

    -- Simon McVittie <smcv%debian.org@localhost>  Fri, 06 May 2016 \ 
07:54:26 +0100