pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-nokogiri
Module Name: pkgsrc
Committed By: tsutsui
Date: Thu Aug 18 15:13:07 UTC 2022
Modified Files:
pkgsrc/textproc/ruby-nokogiri: Makefile distinfo
Log Message:
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!)
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/textproc/ruby-nokogiri/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/textproc/ruby-nokogiri/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-nokogiri/Makefile
diff -u pkgsrc/textproc/ruby-nokogiri/Makefile:1.71 pkgsrc/textproc/ruby-nokogiri/Makefile:1.72
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.71 Sat May 14 14:33:31 2022
+++ pkgsrc/textproc/ruby-nokogiri/Makefile Thu Aug 18 15:13:07 2022
@@ -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
Index: pkgsrc/textproc/ruby-nokogiri/distinfo
diff -u pkgsrc/textproc/ruby-nokogiri/distinfo:1.51 pkgsrc/textproc/ruby-nokogiri/distinfo:1.52
--- pkgsrc/textproc/ruby-nokogiri/distinfo:1.51 Sat May 14 14:33:31 2022
+++ pkgsrc/textproc/ruby-nokogiri/distinfo Thu Aug 18 15:13:07 2022
@@ -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