Path to this page:
./
textproc/ruby-commonmarker,
CommonMark parser and renderer written in C, wrapped in Ruby
Branch: CURRENT,
Version: 0.23.10,
Package name: ruby31-commonmarker-0.23.10,
Maintainer: pkgsrc-usersCommonMarker
Ruby wrapper for libcmark-gfm, GitHub's fork of the reference parser for
CommonMark. It passes all of the C tests, and is therefore spec-complete.
It also includes extensions to the CommonMark spec as documented in the
[itHub Flavored Markdown spec, such as support for tables, strikethroughs,
and autolinking.
Required to run:[
textproc/cmark] [
lang/ruby31-base]
Master sites:
Filesize: 149 KB
Version history: (Expand)
- (2023-08-05) Updated to version: ruby31-commonmarker-0.23.10
- (2023-04-30) Updated to version: ruby31-commonmarker-0.23.9
- (2023-02-04) Updated to version: ruby31-commonmarker-0.23.8
- (2023-01-25) Updated to version: ruby31-commonmarker-0.23.7
- (2022-09-22) Updated to version: ruby27-commonmarker-0.23.6
- (2022-08-29) Package added to pkgsrc.se, version ruby27-commonmarker-0.23.5 (created)
CVS history: (Expand)
2023-08-05 14:14:55 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
textproc/ruby-commonmarker: update to 0.23.10
pkgsrc change:
* Update DESCR based on README.md.
* Remove dependency on textproc/cmark since this package contains source
code of textproc/cmark-gfm.
0.23.10 (2023-07-31)
* Update GFM release to 0.29.0.gfm.12 and 0.29.0.gfm.13, thereby fixing a
polynomial time complexity security vulnerability.
* Of note to users of this library, GFM releases 0.29.0.gfm.12 and
0.29.0.gfm.13 also:
o Normalized marker row vs. delimiter row nomenclature (#273)
o Exposed CMARK_NODE_FOOTNOTE_DEFINITION literal value (#336)
|
2023-04-30 15:31:32 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
textproc/ruby-commonmarker: update to 0.23.9
0.23.9 (2023-04-11)
What's Changed
* Update to 0.29.0.gfm.11 by @anticomputer in #236
|
2023-01-25 15:18:20 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
textproc/ruby-commonmarker: update to 0.23.7
0.23.7 (2023-01-24)
What's Changed
* C API stable test by @gjtorikian in #201
* Update to 29.0.gfm.7 by @anticomputer in #224
|
2022-09-22 15:46:06 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
textproc/ruby-commonmarker: update to 0.23.6
Security fix.
0.23.6 (2022-09-21)
This release includes two updates from the upstream cmark-gfm library,
namely:
* DoS vulnerability in autolink extension per GHSA-cgh3-p57x-9q7q
* Added xmpp: and mailto: support to the autolink extension
|
2022-08-29 14:54:56 by Takahiro Kambe | Files touched by this commit (5) |
Log message:
textproc/ruby-commonmarker: add package 0.23.5
It is required for forthcoming redmine50 package.
A fast, safe, extensible parser for CommonMark. This wraps the
official libcmark library.
|