pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-nokogiri ruby-nokogiri: update to 1.13.8.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bb18c00da9c2
branches: trunk
changeset: 383363:bb18c00da9c2
user: tsutsui <tsutsui%pkgsrc.org@localhost>
date: Thu Aug 18 15:13:07 2022 +0000
description:
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!)
diffstat:
textproc/ruby-nokogiri/Makefile | 4 ++--
textproc/ruby-nokogiri/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 55ec46699a57 -r bb18c00da9c2 textproc/ruby-nokogiri/Makefile
--- a/textproc/ruby-nokogiri/Makefile Thu Aug 18 13:59:21 2022 +0000
+++ b/textproc/ruby-nokogiri/Makefile Thu Aug 18 15:13:07 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2022/05/14 14:33:31 tsutsui Exp $
+# $NetBSD: Makefile,v 1.72 2022/08/18 15:13:07 tsutsui Exp $
-DISTNAME= nokogiri-1.13.6
+DISTNAME= nokogiri-1.13.8
CATEGORIES= textproc
MAINTAINER= tsutsui%NetBSD.org@localhost
diff -r 55ec46699a57 -r bb18c00da9c2 textproc/ruby-nokogiri/distinfo
--- a/textproc/ruby-nokogiri/distinfo Thu Aug 18 13:59:21 2022 +0000
+++ b/textproc/ruby-nokogiri/distinfo Thu Aug 18 15:13:07 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2022/05/14 14:33:31 tsutsui Exp $
+$NetBSD: distinfo,v 1.52 2022/08/18 15:13:07 tsutsui Exp $
-BLAKE2s (nokogiri-1.13.6.gem) = faf40e01edf43045aa1f90041b1c3d82b8e08a1bfd60574dd3c963947417f7c9
-SHA512 (nokogiri-1.13.6.gem) = 1928b41b1e8f5e99792b8427b8228343d53deca56d472055b2afdf29d247637acc3403c5183be0f80e64b55ba20747a152ce5eebdaf90a4c431ca54010ce4b3f
-Size (nokogiri-1.13.6.gem) = 5379072 bytes
+BLAKE2s (nokogiri-1.13.8.gem) = 0393cd4d2ca0b97bfd6403727a9d48327c1f0573cbdc0e814605824470f0c311
+SHA512 (nokogiri-1.13.8.gem) = 5fd9a62e76e7b59342245ae41b15b46a408eabd289afa0ef6238b3d01af5c44c737c1ffd7f17791d7501dd240aa1c53e6d49c2e97580fc226de90f5a60b62e33
+Size (nokogiri-1.13.8.gem) = 5379584 bytes
Home |
Main Index |
Thread Index |
Old Index