pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-nokogumbo textproc/ruby-nokogumbo: updat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b2442e36161
branches: trunk
changeset: 453683:3b2442e36161
user: taca <taca%pkgsrc.org@localhost>
date: Tue Jun 01 15:31:18 2021 +0000
description:
textproc/ruby-nokogumbo: update to 2.0.5
2.0.5 (2021-03-19)
Fixed
* Support Mageia distros when libxml2/libxslt system libraries are
install. #165 (Thank you, @pterjan!)
Added
* Forward-looking support for a version of Nokogiri that will provide HTML5
parsing. #171
Improved
* Update extconf.rb to use Nokogiri v1.11's CPPFLAGS for more reliable
installation. #163
2.0.4 (2020-11-27)
Fixed
* Fixed a bug where Nokogiri::HTML5.fragment(nil) would raise an error. Now
it returns an empty DocumentFragment like it did in v2.0.2.
* Fixed assertion failure when a tag immediately followed the UTF-8 BOM.
2.0.3 (2020-11-21)
Added
* Limit enforced on number of attributes per element, defaulting to 400 and
configurable with the :max_attributes argument.
Fixed
* Ignore UTF-8 byte order mark at the beginning of the input.
* Fix content sniffing for Unicode strings.
* Fixed crash where Ruby objects constructed in C can be garbage collected.
diffstat:
textproc/ruby-nokogumbo/Makefile | 4 ++--
textproc/ruby-nokogumbo/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r c941d6048c09 -r 3b2442e36161 textproc/ruby-nokogumbo/Makefile
--- a/textproc/ruby-nokogumbo/Makefile Tue Jun 01 15:26:16 2021 +0000
+++ b/textproc/ruby-nokogumbo/Makefile Tue Jun 01 15:31:18 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/04/14 16:04:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/06/01 15:31:18 taca Exp $
-DISTNAME= nokogumbo-2.0.2
+DISTNAME= nokogumbo-2.0.5
CATEGORIES= textproc
MASTER_SITES= https://rubygems.org/downloads/
diff -r c941d6048c09 -r 3b2442e36161 textproc/ruby-nokogumbo/distinfo
--- a/textproc/ruby-nokogumbo/distinfo Tue Jun 01 15:26:16 2021 +0000
+++ b/textproc/ruby-nokogumbo/distinfo Tue Jun 01 15:31:18 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/04/14 16:04:41 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2021/06/01 15:31:18 taca Exp $
-SHA1 (nokogumbo-2.0.2.gem) = 78abdb656c913a7e0f792767d13457b0d9404e64
-RMD160 (nokogumbo-2.0.2.gem) = 770a6e38c9f61fb5b60b0b1b4e513ecb0d745445
-SHA512 (nokogumbo-2.0.2.gem) = 3d43b38d2a90834d0806f0e316abf007ebb9eccef4f3dc30e5a56e4e6c706afee2ec0b50206fd14866b612dc4406dd581e1933e1e85159cf5596cad281238226
-Size (nokogumbo-2.0.2.gem) = 220672 bytes
+SHA1 (nokogumbo-2.0.5.gem) = 18ac12c4c3c3739682485a40bf4219b1abcfbd4c
+RMD160 (nokogumbo-2.0.5.gem) = da49db0d26fbc2e42ae44bdbb9aa68ffbb43ed02
+SHA512 (nokogumbo-2.0.5.gem) = 67a25b2bc0bec819feb7f0cc6bae587a8104d2973ba19d516e07b60da75ae8a34be8c3c121e26a6ddc7c07aede711469b73eba311fa2377c6a22a77ae1687fff
+Size (nokogumbo-2.0.5.gem) = 221696 bytes
Home |
Main Index |
Thread Index |
Old Index