pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-nokogiri ruby-nokogiri: update to 1.8.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2356ca1771f
branches:  trunk
changeset: 375632:b2356ca1771f
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Feb 18 05:45:37 2018 +0000

description:
ruby-nokogiri: update to 1.8.2.

Upstream changelog (from CHANGELOG.md):

# 1.8.2 / 2018-01-29

## Security Notes

[MRI] The update of vendored libxml2 from 2.9.5 to 2.9.7 addresses at least one published vulnerability, CVE-2017-15412. [#1714 has complete details]


## Dependencies

* [MRI] libxml2 is updated from 2.9.5 to 2.9.7
* [MRI] libxslt is updated from 1.1.30 to 1.1.32


## Features

* [MRI] OpenBSD installation should be a bit easier now. [#1685] (Thanks, @jeremyevans!)
* [MRI] Cross-built Windows gems now support Ruby 2.5


## Bug fixes

* Node#serialize once again returns UTF-8-encoded strings. [#1659]
* [JRuby] made SAX parsing of characters consistent with C implementation [#1676] (Thanks, @andrew-aladev!)
* [MRI] Predefined entities, when inspected, no longer cause a segfault. [#1238]

diffstat:

 textproc/ruby-nokogiri/Makefile |   4 ++--
 textproc/ruby-nokogiri/PLIST    |   5 ++++-
 textproc/ruby-nokogiri/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (60 lines):

diff -r c309f5be448c -r b2356ca1771f textproc/ruby-nokogiri/Makefile
--- a/textproc/ruby-nokogiri/Makefile   Sun Feb 18 05:45:05 2018 +0000
+++ b/textproc/ruby-nokogiri/Makefile   Sun Feb 18 05:45:37 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2017/12/09 22:39:28 tsutsui Exp $
+# $NetBSD: Makefile,v 1.39 2018/02/18 05:45:37 tsutsui Exp $
 
-DISTNAME=      nokogiri-1.8.1
+DISTNAME=      nokogiri-1.8.2
 CATEGORIES=    textproc
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
diff -r c309f5be448c -r b2356ca1771f textproc/ruby-nokogiri/PLIST
--- a/textproc/ruby-nokogiri/PLIST      Sun Feb 18 05:45:05 2018 +0000
+++ b/textproc/ruby-nokogiri/PLIST      Sun Feb 18 05:45:37 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2017/10/20 15:56:58 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.25 2018/02/18 05:45:37 tsutsui Exp $
 bin/nokogiri${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
@@ -131,6 +131,7 @@
 ${GEM_LIBDIR}/lib/nokogiri/xml/element_content.rb
 ${GEM_LIBDIR}/lib/nokogiri/xml/element_decl.rb
 ${GEM_LIBDIR}/lib/nokogiri/xml/entity_decl.rb
+${GEM_LIBDIR}/lib/nokogiri/xml/entity_reference.rb
 ${GEM_LIBDIR}/lib/nokogiri/xml/namespace.rb
 ${GEM_LIBDIR}/lib/nokogiri/xml/node.rb
 ${GEM_LIBDIR}/lib/nokogiri/xml/node/save_options.rb
@@ -207,6 +208,7 @@
 ${GEM_LIBDIR}/test/helper.rb
 ${GEM_LIBDIR}/test/html/sax/test_parser.rb
 ${GEM_LIBDIR}/test/html/sax/test_parser_context.rb
+${GEM_LIBDIR}/test/html/sax/test_parser_text.rb
 ${GEM_LIBDIR}/test/html/sax/test_push_parser.rb
 ${GEM_LIBDIR}/test/html/test_builder.rb
 ${GEM_LIBDIR}/test/html/test_document.rb
@@ -234,6 +236,7 @@
 ${GEM_LIBDIR}/test/xml/node/test_subclass.rb
 ${GEM_LIBDIR}/test/xml/sax/test_parser.rb
 ${GEM_LIBDIR}/test/xml/sax/test_parser_context.rb
+${GEM_LIBDIR}/test/xml/sax/test_parser_text.rb
 ${GEM_LIBDIR}/test/xml/sax/test_push_parser.rb
 ${GEM_LIBDIR}/test/xml/test_attr.rb
 ${GEM_LIBDIR}/test/xml/test_attribute_decl.rb
diff -r c309f5be448c -r b2356ca1771f textproc/ruby-nokogiri/distinfo
--- a/textproc/ruby-nokogiri/distinfo   Sun Feb 18 05:45:05 2018 +0000
+++ b/textproc/ruby-nokogiri/distinfo   Sun Feb 18 05:45:37 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2017/10/20 15:56:58 tsutsui Exp $
+$NetBSD: distinfo,v 1.27 2018/02/18 05:45:37 tsutsui Exp $
 
-SHA1 (nokogiri-1.8.1.gem) = 07ae5eeb780e90cdad7bd4ad110f28003a9e91b3
-RMD160 (nokogiri-1.8.1.gem) = 7f2c0d6b540b813ae1b62f881842970f5c02333a
-SHA512 (nokogiri-1.8.1.gem) = b74e423e295265bd34960ffcfabfad5cc6048ca9c524e9dbf3aff652dab1b5b41470d1161f009bccd61b3acd16cad82b466c2e36e2ed65801f87b88b7c047b93
-Size (nokogiri-1.8.1.gem) = 9274368 bytes
+SHA1 (nokogiri-1.8.2.gem) = c76e9d69acbe1b9d729c863585065214a3cc4f5a
+RMD160 (nokogiri-1.8.2.gem) = ad6bd51117f37eca31db00c5e1bf745cfb69f0a2
+SHA512 (nokogiri-1.8.2.gem) = e0ab71853440ca599ff693da809b8776ebc9a8a8a68035ef79b31bdee3b3dccbe4023750972b5fbed6f908e171633edee7d8f7276c35dba20fc4d2c7dbf6cf2f
+Size (nokogiri-1.8.2.gem) = 9271808 bytes



Home | Main Index | Thread Index | Old Index