pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ruby-nokogiri



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Jan 16 10:12:07 UTC 2022

Modified Files:
        pkgsrc/textproc/ruby-nokogiri: Makefile distinfo

Log Message:
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]


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/textproc/ruby-nokogiri/Makefile
cvs rdiff -u -r1.47 -r1.48 pkgsrc/textproc/ruby-nokogiri/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-nokogiri/Makefile
diff -u pkgsrc/textproc/ruby-nokogiri/Makefile:1.67 pkgsrc/textproc/ruby-nokogiri/Makefile:1.68
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.67 Sun Jan  9 19:19:23 2022
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Sun Jan 16 10:12:07 2022
@@ -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@localhost

Index: pkgsrc/textproc/ruby-nokogiri/distinfo
diff -u pkgsrc/textproc/ruby-nokogiri/distinfo:1.47 pkgsrc/textproc/ruby-nokogiri/distinfo:1.48
--- pkgsrc/textproc/ruby-nokogiri/distinfo:1.47 Sun Jan  9 19:19:23 2022
+++ pkgsrc/textproc/ruby-nokogiri/distinfo      Sun Jan 16 10:12:07 2022
@@ -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



Home | Main Index | Thread Index | Old Index