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

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


Branch: pkgsrc-2020Q4, Version: 3.5.1, Package name: ruby26-redcarpet-3.5.1, 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.


Master sites:

SHA1: dd66b993277117ade9e9732748da9a1c839c2664
RMD160: 209c80a704890d2731490536fe448ab6dd19c8ad
Filesize: 61 KB

Version history: (Expand)


CVS history: (Expand)


   2021-01-22 19:11:23 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #6403 - requested by taca
textproc/ruby-redcarpet: security fix

Revisions pulled up:
- textproc/ruby-redcarpet/Makefile                              1.12
- textproc/ruby-redcarpet/distinfo                              1.12

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Jan 14 14:57:36 UTC 2021

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

   Log message:
   textproc/ruby-redcarpet: update to 3.5.1

   Version 3.5.1 (Security)

   * Fix a security vulnerability using :quote in combination with the
     :escape_html option.

     Reported by Johan Smits.