ruby-nokogiri: update to 1.16.3.

Upstream changes:
 https://github.com/sparklemotion/nokogiri/releases/tag/v1.16.3

Dependencies

 * [CRuby] Vendored libxml2 is updated to v2.12.6 from v2.12.5. (@flavorjones)

Changed

 * [CRuby] XML::Reader sets the @encoding instance variable during reading if
   it is not passed into the initializer. Previously, it would remain nil. The
   behavior of Reader#encoding has not changed. This works around changes to
   how libxml2 reports the encoding used in v2.12.6.
This commit is contained in:
tsutsui 2024-03-16 16:33:40 +00:00
parent 72b2e954b5
commit 392e32954a
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.87 2024/02/16 14:32:28 tsutsui Exp $
# $NetBSD: Makefile,v 1.88 2024/03/16 16:33:40 tsutsui Exp $
DISTNAME= nokogiri-1.16.2
DISTNAME= nokogiri-1.16.3
CATEGORIES= textproc
MAINTAINER= tsutsui@NetBSD.org
@ -15,7 +15,7 @@ USE_TOOLS+= pkg-config
CPPFLAGS+= -I${PREFIX}/include/libxml2
MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes
RUBYGEM_OPTIONS+= --format-executable
OVERRIDE_GEMSPEC+= :files ports/archives/libxml2-2.12.5.tar.gz= \
OVERRIDE_GEMSPEC+= :files ports/archives/libxml2-2.12.6.tar.gz= \
ports/archives/libxslt-1.1.39.tar.gz=
BUILDLINK_TRANSFORM.Darwin+= rm:-Wl,--no-as-needed

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.61 2024/02/16 14:32:28 tsutsui Exp $
$NetBSD: distinfo,v 1.62 2024/03/16 16:33:40 tsutsui Exp $
BLAKE2s (nokogiri-1.16.2.gem) = fe26d039b6925c158bebd369ede1c6c316a304802bccd0cc738922d5a0187510
SHA512 (nokogiri-1.16.2.gem) = 4a973610855ef9ac5cced69cd43cf723273f23dbf14586021ffaa8787b0c54fb3d63f94239636166bdeb8668d6e67d269899ebc1ad0a232d95389aeee8dad642
Size (nokogiri-1.16.2.gem) = 4626944 bytes
BLAKE2s (nokogiri-1.16.3.gem) = ab446125aabf12631522a09f89e0326ab5c945713f17ca0ef4f7637af0b224d5
SHA512 (nokogiri-1.16.3.gem) = 5e3ff268fed58e4e0c771de4661cc5efb68296b9af611440b373c64564343e4917e3b4e031385bfb6e4fcadb64502287b0f040f8554f55e64e13e99595ba7249
Size (nokogiri-1.16.3.gem) = 4626944 bytes