Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A427584EFA for ; Sat, 12 Aug 2023 08:43:15 +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 QrvOpgdcoXIt for ; Sat, 12 Aug 2023 08:43:15 +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 1434A84CD8 for ; Sat, 12 Aug 2023 08:43:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 07FBEFBDB; Sat, 12 Aug 2023 08:43:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169182979549800" MIME-Version: 1.0 Date: Sat, 12 Aug 2023 08:43:15 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/textproc/ruby-nokogiri To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20230812084315.07FBEFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169182979549800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat Aug 12 08:43:14 UTC 2023 Modified Files: pkgsrc/textproc/ruby-nokogiri: Makefile distinfo Log Message: ruby-nokogiri: update to 1.15.4. Upstream changes: https://github.com/sparklemotion/nokogiri/releases/tag/v1.15.4 1.15.4 / 2023-08-11 Dependencies * [CRuby] Vendored libxml2 is updated to v2.11.5 from v2.11.4. For details please see https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.5 Fixed * Fixed a typo in a HTML5 parser error message. [#2927] (Thanks, @anishathalye!) * [CRuby] ObjectSpace.memsize_of is now safe to call on Documents with complex DTDs. In previous versions, this debugging method could result in a segfault. [#2923, #2924] To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 pkgsrc/textproc/ruby-nokogiri/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/textproc/ruby-nokogiri/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169182979549800 Content-Disposition: inline Content-Length: 1974 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.81 pkgsrc/textproc/ruby-nokogiri/Makefile:1.82 --- pkgsrc/textproc/ruby-nokogiri/Makefile:1.81 Sun Aug 6 03:07:59 2023 +++ pkgsrc/textproc/ruby-nokogiri/Makefile Sat Aug 12 08:43:14 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2023/08/06 03:07:59 tsutsui Exp $ +# $NetBSD: Makefile,v 1.82 2023/08/12 08:43:14 tsutsui Exp $ -DISTNAME= nokogiri-1.15.3 +DISTNAME= nokogiri-1.15.4 CATEGORIES= textproc MAINTAINER= tsutsui@NetBSD.org @@ -14,7 +14,7 @@ USE_GCC_RUNTIME= yes USE_TOOLS+= pkg-config MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes RUBYGEM_OPTIONS+= --format-executable -OVERRIDE_GEMSPEC+= :files ports/archives/libxml2-2.11.4.tar.gz= \ +OVERRIDE_GEMSPEC+= :files ports/archives/libxml2-2.11.5.tar.gz= \ ports/archives/libxslt-1.1.38.tar.gz= # XXX: work around bug in bootstrap-mk-files, remove when fixed Index: pkgsrc/textproc/ruby-nokogiri/distinfo diff -u pkgsrc/textproc/ruby-nokogiri/distinfo:1.58 pkgsrc/textproc/ruby-nokogiri/distinfo:1.59 --- pkgsrc/textproc/ruby-nokogiri/distinfo:1.58 Sun Aug 6 03:07:59 2023 +++ pkgsrc/textproc/ruby-nokogiri/distinfo Sat Aug 12 08:43:14 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.58 2023/08/06 03:07:59 tsutsui Exp $ +$NetBSD: distinfo,v 1.59 2023/08/12 08:43:14 tsutsui Exp $ -BLAKE2s (nokogiri-1.15.3.gem) = 4ff21c3b67dea5faff4a9942be78cb19f09e16afb6e2349b8d56eb7182eafe14 -SHA512 (nokogiri-1.15.3.gem) = d5159f0ce8eb43e5dd65138cb17519bd15caec36889fde3fcef53e64261172e69d3676c0119c5ab247e19d5f8e8f03c3bbde2285cd8d0974cbf8a4be5e30c58d -Size (nokogiri-1.15.3.gem) = 4609024 bytes +BLAKE2s (nokogiri-1.15.4.gem) = c0af1f56141c20dd93b220862348b859d69a9a24fd6cc4d04bf3f75a81c10614 +SHA512 (nokogiri-1.15.4.gem) = 94587e0f87a44dcbaef3dfd29df0fb7cba9458a36fd4a486432b2718e93afc712fefce2a3618ccef6bb96a6578daca043ecd5c02de8bca3206b801cda1403c4c +Size (nokogiri-1.15.4.gem) = 4610560 bytes --_----------=_169182979549800--