diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2022-01-16 10:12:07 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2022-01-16 10:12:07 +0000 |
commit | a59853cc80dcd5d1b93cc437cf9bcdc78993d9c1 (patch) | |
tree | 4a75e1a6cd8e62c7c353295985a446e171408328 | |
parent | 274af1d63cdff82008e193542a1dd127c559bb04 (diff) | |
download | pkgsrc-a59853cc80dcd5d1b93cc437cf9bcdc78993d9c1.tar.gz |
ruby-nokogiri: update to 1.13.1.
Upstream changes:
https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.1
1.13.1 / 2022-01-13
Fixed
* Fix Nokogiri::XSLT.quote_params regression in v1.13.0 that raised an
exception when non-string stylesheet parameters were passed. Non-string
parameters (e.g., integers and symbols) are now explicitly supported and
both keys and values will be stringified with #to_s. [#2418]
* Fix HTML5 CSS selector query regression in v1.13.0 that raised an
Nokogiri::XML::XPath::SyntaxError when parsing XPath attributes mixed into
the CSS query. Although this mash-up of XPath and CSS syntax previously
worked unintentionally, it is now an officially supported feature and is
documented as such. [#2419]
-rw-r--r-- | textproc/ruby-nokogiri/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-nokogiri/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile index 85abe551df9..06cf3c44d9e 100644 --- a/textproc/ruby-nokogiri/Makefile +++ b/textproc/ruby-nokogiri/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2022/01/09 19:19:23 tsutsui Exp $ +# $NetBSD: Makefile,v 1.68 2022/01/16 10:12:07 tsutsui Exp $ -DISTNAME= nokogiri-1.13.0 +DISTNAME= nokogiri-1.13.1 CATEGORIES= textproc MAINTAINER= tsutsui@NetBSD.org diff --git a/textproc/ruby-nokogiri/distinfo b/textproc/ruby-nokogiri/distinfo index 7e085fead2f..0e2683c5024 100644 --- a/textproc/ruby-nokogiri/distinfo +++ b/textproc/ruby-nokogiri/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.47 2022/01/09 19:19:23 tsutsui Exp $ +$NetBSD: distinfo,v 1.48 2022/01/16 10:12:07 tsutsui Exp $ -BLAKE2s (nokogiri-1.13.0.gem) = 2c5f6545ab0b6e98bca53cd5ce526844103f4f1fada22f3096e21af54dc318af -SHA512 (nokogiri-1.13.0.gem) = 9541a8dc9c8568bd2a81a268cc6fadeacbc9be84093389050cc5d7fc3498a7c9c42cf9d0992a2bae4997ae3b05d04e1547bb9ce8911bdb97a5b5e35ee3c31d1a -Size (nokogiri-1.13.0.gem) = 9597952 bytes +BLAKE2s (nokogiri-1.13.1.gem) = 245df3a8eee17ffff29768a4e507c2f9e40dbaf4f49e969cb7b3a6dd3f0918a2 +SHA512 (nokogiri-1.13.1.gem) = 0ed89f53cdb6097c435856ddfa55eeef972a1e33d4e6db2fb8fc66f48827e2f863155b9468fc7cd1c17a7d1a5e2ce8adb91299e4425123034e823b74190cff26 +Size (nokogiri-1.13.1.gem) = 9598976 bytes |