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.10.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c0a2e756eff
branches:  trunk
changeset: 424369:7c0a2e756eff
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Tue Mar 10 14:19:35 2020 +0000

description:
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!)

diffstat:

 textproc/ruby-nokogiri/Makefile |   4 ++--
 textproc/ruby-nokogiri/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r ee810a49310a -r 7c0a2e756eff textproc/ruby-nokogiri/Makefile
--- a/textproc/ruby-nokogiri/Makefile   Tue Mar 10 14:13:45 2020 +0000
+++ b/textproc/ruby-nokogiri/Makefile   Tue Mar 10 14:19:35 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2020/02/16 04:11:05 tsutsui Exp $
+# $NetBSD: Makefile,v 1.51 2020/03/10 14:19:35 tsutsui Exp $
 
-DISTNAME=      nokogiri-1.10.8
+DISTNAME=      nokogiri-1.10.9
 CATEGORIES=    textproc
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
diff -r ee810a49310a -r 7c0a2e756eff textproc/ruby-nokogiri/distinfo
--- a/textproc/ruby-nokogiri/distinfo   Tue Mar 10 14:13:45 2020 +0000
+++ b/textproc/ruby-nokogiri/distinfo   Tue Mar 10 14:19:35 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2020/02/16 04:11:05 tsutsui Exp $
+$NetBSD: distinfo,v 1.37 2020/03/10 14:19:35 tsutsui Exp $
 
-SHA1 (nokogiri-1.10.8.gem) = 9a82c96de0e647d575b3fa29af8dc537a033b9b4
-RMD160 (nokogiri-1.10.8.gem) = 58eb2dbbd9d63f38d2102cea4777bcde6a0ec5b9
-SHA512 (nokogiri-1.10.8.gem) = 1747265d66cb8fce683dcb5bdadda5ee546ea5a5ace9bfb92f07b6c948d5573573e9c4404e92a67c7e446d979bb8fd4bcd726f5f3428282126da2242946c7bc9
-Size (nokogiri-1.10.8.gem) = 9251328 bytes
+SHA1 (nokogiri-1.10.9.gem) = 916da49de950beff304dac6069c92a3950888f1a
+RMD160 (nokogiri-1.10.9.gem) = 0f01bad1805df6dcf6ba7eeccdbc271a5efc7eba
+SHA512 (nokogiri-1.10.9.gem) = 2833efb389399001c75a63bfd71afa85edd6ced07bde8b8be899f0c39016c813a4d04ff358e467d594e609db51d151ecab4561aaa20f293c58608ba3d2f7206b
+Size (nokogiri-1.10.9.gem) = 9251328 bytes



Home | Main Index | Thread Index | Old Index