--- - branch: MAIN date: Thu Aug 18 15:13:07 UTC 2022 files: - new: '1.72' old: '1.71' path: pkgsrc/textproc/ruby-nokogiri/Makefile pathrev: pkgsrc/textproc/ruby-nokogiri/Makefile@1.72 type: modified - new: '1.52' old: '1.51' path: pkgsrc/textproc/ruby-nokogiri/distinfo pathrev: pkgsrc/textproc/ruby-nokogiri/distinfo@1.52 type: modified id: 20220818T151307Z.f44f73203698b540f215412f48050dd38d1a78b9 log: | ruby-nokogiri: update to 1.13.8. Upstream changes: https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.8 https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.7 1.13.8 / 2022-07-23 Deprecated * XML::Reader#attribute_nodes is deprecated due to incompatibility between libxml2's xmlReader memory semantics and Ruby's garbage collector. Although this method continues to exist for backwards compatibility, it is unsafe to call and may segfault. This method will be removed in a future version of Nokogiri, and callers should use #attribute_hash instead. [#2598] Improvements * XML::Reader#attribute_hash is a new method to safely retrieve the attributes of a node from XML::Reader. [#2598, #2599] Fixed * [CRuby] Calling XML::Reader#attributes is now safe to call. In Nokogiri <= 1.13.7 this method may segfault. [#2598, #2599] 1.13.7 / 2022-07-12 Fixed XML::Node objects, when compacted, update their internal struct's reference to the Ruby object wrapper. Previously, with GC compaction enabled, a segmentation fault was possible after compaction was triggered. [#2578] (Thanks, @eightbitraptor!) module: pkgsrc subject: 'CVS commit: pkgsrc/textproc/ruby-nokogiri' unixtime: '1660835587' user: tsutsui