Path to this page:
./
textproc/cmark-gfm,
GitHub fork of cmark
Branch: CURRENT,
Version: 0.29.0.gfm.13,
Package name: cmark-gfm-0.29.0.gfm.13,
Maintainer: pkgsrc-userscmark-gfm is an extended version of the C reference implementation of
CommonMark, a rationalized version of Markdown syntax with a spec.
This package adds GitHub Flavored Markdown extensions to the upstream
implementation (https://github.com/jgm/cmark), as defined in the spec
(https://github.github.com/gfm/).
Master sites:
Version history: (Expand)
- (2023-08-05) Updated to version: cmark-gfm-0.29.0.gfm.13
- (2023-02-04) Updated to version: cmark-gfm-0.29.0.gfm.9
- (2020-01-15) Package added to pkgsrc.se, version cmark-gfm-0.29.0.gfm.0 (created)
CVS history: (Expand)
2023-08-05 11:46:11 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
textproc/cmark-gfm: update to 0.29.0.gfm.13
0.29.0.gfm.10 (2023-03-31)
Changes since last release (0.29.0.gfm.9...0.29.0.gfm.10):
* Fixed polynomial time complexity issue per
* GHSA-r8vr-c48j-fcc5
* Fixed polynomial time complexity issues per
* GHSA-66g8-4hjf-77xh
Note: these changes remove redundant bold tag nesting which may result in
existing rendering tests failing, e.g. rendering ____bold____ to html will
no longer yield \
<p><strong><strong>bold</strong></strong></p> \
;.
0.29.0.gfm.11 (2023-04-06)
Changes since last release (0.29.0.gfm.10...0.29.0.gfm.11):
NOTE: this is a re-release of 0.11 due to missing a version/Changelog PR
* Improved fixes for polynomial time complexity issues per
GHSA-66g8-4hjf-77xh (#323, #324)
* Added fuzzing target for bracketed patterns (#318)
* Fixed bug in list numbering introduced in 763587e (#322) which caused list
numbers to increment by 2
* Fixed strict prototype clang warning (#310)
* Fixed regression test (#312)
* Added additional output formats to quadratic fuzzer (#327)
* Fixed buffer overflow in fuzzing harness (#326)
Note: these changes may lead to minor changes in expected output on
plaintext rendering of list items. Notably, blank lines may no longer
delineate the start of a list when rendering to plaintext due to changes in
how the tight list status is calculated.
0.29.0.gfm.12 (2023-07-13)
Changes since last release (0.29.0.gfm.11...0.29.0.gfm.12):
* Fixed polynomial time complexity issues per GHSA-w4qg-3vf7-m9x5
* Added CodeQL project integration (#337)
* Addressed const qualifier discard compiler warnings (#330, #331)
0.29.0.gfm.13 (2023-07-22)
Changes since last release (0.29.0.gfm.12...0.29.0.gfm.13):
* Normalized marker row vs. delimiter row nomenclature (#273)
* Exposed CMARK_NODE_FOOTNOTE_DEFINITION literal value (#336)
* Fixed format specifier for printing a size_t (#340)
|
2022-07-25 13:12:30 by Thomas Klausner | Files touched by this commit (102) |
Log message:
*: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2020-01-15 07:29:59 by Masatake Daimon | Files touched by this commit (6) |
Log message:
Import cmark-gfm-0.29.0.gfm.0
cmark-gfm is an extended version of the C reference implementation of
CommonMark, a rationalized version of Markdown syntax with a spec.
This package adds GitHub Flavored Markdown extensions to the upstream
implementation (https://github.com/jgm/cmark), as defined in the spec
(https://github.github.com/gfm/).
|