File: [cvs.NetBSD.org] / pkgsrc / textproc / ruby-nokogiri / distinfo (download)
Revision 1.37, Tue Mar 10 14:19:35 2020 UTC (10 months, 1 week ago) by tsutsui
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1 Changes since 1.36: +5 -5
lines
ruby-nokogiri: update to 1.10.9.
Upstream chages (from CHANGELOG.md):
1.10.9 / 2020-03-01
Fixed
* [MRI] Raise an exception when Nokogiri detects a specific libxml2
edge case involving blank Schema nodes wrapped by Ruby objects
that would cause a segfault. Currently no fix is available upstream,
so we're preventing a dangerous operation and informing users to
code around it if possible. [#1985, #2001]
* [JRuby] Change NodeSet#to_a to return a RubyArray instead of Object,
for compilation under JRuby 9.2.9 and later. [#1968, #1969]
(Thanks, @headius!)
|