pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-kramdown ruby-kramdown: update to 2.3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a49983a144a
branches:  trunk
changeset: 448937:2a49983a144a
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Thu Mar 18 10:20:24 2021 +0000

description:
ruby-kramdown: update to 2.3.1.

This release brings various bug fixes, one of which fixes a security issue
that can potentially lead to remote code execution.

2 minor changes:

- Added rel="footnote" to footnote links
- Default options are now cached to avoid unnecessary computations

6 bug fixes:

- Fixed abbreviations handling so that they won't be replaced in raw HTML tags
- Restricted Rouge formatters to Rouge::Formatters namespace
- Fixed conversion of empty raw html td/th tags to kramdown
- Fixed LaTeX entity conversion
- Fixed missing block attributes from IAL on standalone images
- Fixed inconsistency in how empty code spans are handle

4 other changes:

- Test on Ruby 2.7 and Ruby 3.0
- Fix rouge test failures due to new syntax
- Clarified requirements for rouge option formatter
- Removed warning in setup.rb

diffstat:

 textproc/ruby-kramdown/Makefile |   4 ++--
 textproc/ruby-kramdown/PLIST    |   6 +++++-
 textproc/ruby-kramdown/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r baf0460ec397 -r 2a49983a144a textproc/ruby-kramdown/Makefile
--- a/textproc/ruby-kramdown/Makefile   Thu Mar 18 10:03:36 2021 +0000
+++ b/textproc/ruby-kramdown/Makefile   Thu Mar 18 10:20:24 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2020/08/14 04:48:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2021/03/18 10:20:24 fcambus Exp $
 
-DISTNAME=      kramdown-2.3.0
+DISTNAME=      kramdown-2.3.1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r baf0460ec397 -r 2a49983a144a textproc/ruby-kramdown/PLIST
--- a/textproc/ruby-kramdown/PLIST      Thu Mar 18 10:03:36 2021 +0000
+++ b/textproc/ruby-kramdown/PLIST      Thu Mar 18 10:20:24 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2020/05/05 06:01:51 taca Exp $
+@comment $NetBSD: PLIST,v 1.20 2021/03/18 10:20:24 fcambus Exp $
 bin/kramdown${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/AUTHORS
@@ -292,6 +292,8 @@
 ${GEM_LIBDIR}/test/testcases/block/09_html/simple.text
 ${GEM_LIBDIR}/test/testcases/block/09_html/standalone_image_in_div.htmlinput
 ${GEM_LIBDIR}/test/testcases/block/09_html/standalone_image_in_div.text
+${GEM_LIBDIR}/test/testcases/block/09_html/table.kramdown
+${GEM_LIBDIR}/test/testcases/block/09_html/table.text
 ${GEM_LIBDIR}/test/testcases/block/09_html/textarea.html
 ${GEM_LIBDIR}/test/testcases/block/09_html/textarea.text
 ${GEM_LIBDIR}/test/testcases/block/09_html/xml.html
@@ -506,6 +508,8 @@
 ${GEM_LIBDIR}/test/testcases/span/abbreviations/abbrev.text
 ${GEM_LIBDIR}/test/testcases/span/abbreviations/abbrev_defs.html
 ${GEM_LIBDIR}/test/testcases/span/abbreviations/abbrev_defs.text
+${GEM_LIBDIR}/test/testcases/span/abbreviations/abbrev_in_html.html
+${GEM_LIBDIR}/test/testcases/span/abbreviations/abbrev_in_html.text
 ${GEM_LIBDIR}/test/testcases/span/abbreviations/in_footnote.html
 ${GEM_LIBDIR}/test/testcases/span/abbreviations/in_footnote.text
 ${GEM_LIBDIR}/test/testcases/span/autolinks/url_links.html
diff -r baf0460ec397 -r 2a49983a144a textproc/ruby-kramdown/distinfo
--- a/textproc/ruby-kramdown/distinfo   Thu Mar 18 10:03:36 2021 +0000
+++ b/textproc/ruby-kramdown/distinfo   Thu Mar 18 10:20:24 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2020/08/14 04:48:28 ryoon Exp $
+$NetBSD: distinfo,v 1.23 2021/03/18 10:20:24 fcambus Exp $
 
-SHA1 (kramdown-2.3.0.gem) = 63c913ac0a8deb0b1de683684e2971ba03ee69e1
-RMD160 (kramdown-2.3.0.gem) = fb9625c56280f6048253ea954887a9c6053def18
-SHA512 (kramdown-2.3.0.gem) = a3ed8360de9208d5ce658d198763737826db943d23dda7ca9cfd507a4656c39f2b19ece78af87981b1177fe01690d6647c854092b230cf3a8a7d2823dc83d276
-Size (kramdown-2.3.0.gem) = 121344 bytes
+SHA1 (kramdown-2.3.1.gem) = 5be8b0f17e0db42297c0434e526676e0a258ef52
+RMD160 (kramdown-2.3.1.gem) = ab4099c7123e9dd32f9c0620278f0d8cb224bf17
+SHA512 (kramdown-2.3.1.gem) = d1955065e3c5d7a60e595b647d5e453cf07a08fe25d40c67cf6f32d30f704a2c653a52959f8c71b3290e6da74836a085fa6bf8201c878303ad572dee8cc64496
+Size (kramdown-2.3.1.gem) = 122368 bytes



Home | Main Index | Thread Index | Old Index