Received: by mail.netbsd.org (Postfix, from userid 605) id 94C3284DD2; Tue, 10 Mar 2020 14:19:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E4EF84DCF for ; Tue, 10 Mar 2020 14:19:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nA1FP9lBvpHs for ; Tue, 10 Mar 2020 14:19:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9505384DCC for ; Tue, 10 Mar 2020 14:19:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8896CFB27; Tue, 10 Mar 2020 14:19:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1583849975102910" MIME-Version: 1.0 Date: Tue, 10 Mar 2020 14:19:35 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/textproc/ruby-nokogiri To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20200310141935.8896CFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1583849975102910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Tue Mar 10 14:19:35 UTC 2020 Modified Files: pkgsrc/textproc/ruby-nokogiri: Makefile distinfo Log Message: 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!) To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/textproc/ruby-nokogiri/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/textproc/ruby-nokogiri/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1583849975102910 Content-Disposition: inline Content-Length: 1673 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ruby-nokogiri/Makefile diff -u pkgsrc/textproc/ruby-nokogiri/Makefile:1.50 pkgsrc/textproc/ruby-nokogiri/Makefile:1.51 --- pkgsrc/textproc/ruby-nokogiri/Makefile:1.50 Sun Feb 16 04:11:05 2020 +++ pkgsrc/textproc/ruby-nokogiri/Makefile Tue Mar 10 14:19:35 2020 @@ -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 Index: pkgsrc/textproc/ruby-nokogiri/distinfo diff -u pkgsrc/textproc/ruby-nokogiri/distinfo:1.36 pkgsrc/textproc/ruby-nokogiri/distinfo:1.37 --- pkgsrc/textproc/ruby-nokogiri/distinfo:1.36 Sun Feb 16 04:11:05 2020 +++ pkgsrc/textproc/ruby-nokogiri/distinfo Tue Mar 10 14:19:35 2020 @@ -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 --_----------=_1583849975102910--