./textproc/ruby-redcarpet, Markdown that smells nice

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


Branch: pkgsrc-2015Q1, Version: 3.2.3, Package name: ruby200-redcarpet-3.2.3, Maintainer: pkgsrc-users

Redcarpet is Ruby library for Markdown processing that smells like
butterflies and popcorn.

Redcarpet used to be a drop-in replacement for Redcloth. This is no longer the
case since version 2 -- it now has its own API, but retains the old name. Yes,
that does mean that Redcarpet 2 is not backwards-compatible with the 1.X
versions.

Redcarpet is based on the [Sundown](https://www.github.com/vmg/sundown)
library. You might want to find out more about Sundown to see what makes this
Ruby library so awesome.


Required to run:
[lang/ruby200-base]

Master sites:

SHA1: ee9cb5a9384ccd21f0a8f8937a0df7546fcbc007
RMD160: 2b3823246bb26494d551328eee744a9b959abdcd
Filesize: 53 KB

Version history: (Expand)


CVS history: (Expand)


   2015-06-15 21:26:55 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #4723 - requested by taca
textproc/ruby-redcarpet: security fix

Revisions pulled up:
- textproc/ruby-redcarpet/Makefile                              1.5
- textproc/ruby-redcarpet/distinfo                              1.4

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May 14 22:17:40 UTC 2015

   Modified Files:
   	pkgsrc/textproc/ruby-redcarpet: Makefile distinfo

   Log message:
   Update ruby-redcarpet to 3.2.3, including security fix.

   Version 3.2.3

   * Avoid rewinding content of a previous inline when autolinking is enabled.
     Daniel LeCheminant

   * Fix escaping of forward slashes with the Safe render object (add a missing
     semi-colon).