pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-nokogumbo



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Jun  1 15:31:18 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ruby-nokogumbo/Makefile \
    pkgsrc/textproc/ruby-nokogumbo/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-nokogumbo/Makefile
diff -u pkgsrc/textproc/ruby-nokogumbo/Makefile:1.1 pkgsrc/textproc/ruby-nokogumbo/Makefile:1.2
--- pkgsrc/textproc/ruby-nokogumbo/Makefile:1.1 Tue Apr 14 16:04:41 2020
+++ pkgsrc/textproc/ruby-nokogumbo/Makefile     Tue Jun  1 15:31:18 2021
@@ -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/
 
Index: pkgsrc/textproc/ruby-nokogumbo/distinfo
diff -u pkgsrc/textproc/ruby-nokogumbo/distinfo:1.1 pkgsrc/textproc/ruby-nokogumbo/distinfo:1.2
--- pkgsrc/textproc/ruby-nokogumbo/distinfo:1.1 Tue Apr 14 16:04:41 2020
+++ pkgsrc/textproc/ruby-nokogumbo/distinfo     Tue Jun  1 15:31:18 2021
@@ -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