pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-commonmarker
Module Name: pkgsrc
Committed By: taca
Date: Sat Aug 5 12:14:55 UTC 2023
Modified Files:
pkgsrc/textproc/ruby-commonmarker: DESCR Makefile distinfo
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)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ruby-commonmarker/DESCR
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/ruby-commonmarker/Makefile \
pkgsrc/textproc/ruby-commonmarker/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/ruby-commonmarker/DESCR
diff -u pkgsrc/textproc/ruby-commonmarker/DESCR:1.1 pkgsrc/textproc/ruby-commonmarker/DESCR:1.2
--- pkgsrc/textproc/ruby-commonmarker/DESCR:1.1 Mon Aug 29 12:54:56 2022
+++ pkgsrc/textproc/ruby-commonmarker/DESCR Sat Aug 5 12:14:54 2023
@@ -1,2 +1,7 @@
-A fast, safe, extensible parser for CommonMark. This wraps the
-official libcmark library.
+CommonMarker
+
+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.
Index: pkgsrc/textproc/ruby-commonmarker/Makefile
diff -u pkgsrc/textproc/ruby-commonmarker/Makefile:1.5 pkgsrc/textproc/ruby-commonmarker/Makefile:1.6
--- pkgsrc/textproc/ruby-commonmarker/Makefile:1.5 Sun Apr 30 13:31:32 2023
+++ pkgsrc/textproc/ruby-commonmarker/Makefile Sat Aug 5 12:14:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/04/30 13:31:32 taca Exp $
+# $NetBSD: Makefile,v 1.6 2023/08/05 12:14:54 taca Exp $
-DISTNAME= commonmarker-0.23.9
+DISTNAME= commonmarker-0.23.10
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +10,5 @@ LICENSE= mit
RUBYGEM_OPTIONS+= --format-executable
-.include "../../textproc/cmark/buildlink3.mk"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/ruby-commonmarker/distinfo
diff -u pkgsrc/textproc/ruby-commonmarker/distinfo:1.5 pkgsrc/textproc/ruby-commonmarker/distinfo:1.6
--- pkgsrc/textproc/ruby-commonmarker/distinfo:1.5 Sun Apr 30 13:31:32 2023
+++ pkgsrc/textproc/ruby-commonmarker/distinfo Sat Aug 5 12:14:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/04/30 13:31:32 taca Exp $
+$NetBSD: distinfo,v 1.6 2023/08/05 12:14:54 taca Exp $
-BLAKE2s (commonmarker-0.23.9.gem) = 4d3c77d592994ed215887bce8e803c6f6bfe72e50895dbc69b896c4c4e633846
-SHA512 (commonmarker-0.23.9.gem) = 7d90e0790faed14287d130d2b0abbe306b94e9b3fdc87c7aafcebc699c8309d493da716f76d6df9c5c1c8c94fd69e79af01fa8cbbd84de3ce7a1ca8815ef4005
-Size (commonmarker-0.23.9.gem) = 152064 bytes
+BLAKE2s (commonmarker-0.23.10.gem) = cc1430323b1bc6af5367eff42ef1d3a1ae85c403a16334a394684c5f4f55ae68
+SHA512 (commonmarker-0.23.10.gem) = 0464972eacde73684e167425a7f24d88ca6529d8c449dfe63f703144796a243f3c80f22634f7c7939ddbc79f59af189e7878dc9faa734e8c1628f19c94266fef
+Size (commonmarker-0.23.10.gem) = 152576 bytes
Home |
Main Index |
Thread Index |
Old Index