From 0474ff256d9126fc507ec81d156ff96b57857e85 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sun, 18 Feb 2018 05:45:37 +0000 Subject: 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] --- textproc/ruby-nokogiri/Makefile | 4 ++-- textproc/ruby-nokogiri/PLIST | 5 ++++- textproc/ruby-nokogiri/distinfo | 10 +++++----- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'textproc') diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile index a837118df5f..dbd5db0d605 100644 --- a/textproc/ruby-nokogiri/Makefile +++ b/textproc/ruby-nokogiri/Makefile @@ -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 diff --git a/textproc/ruby-nokogiri/PLIST b/textproc/ruby-nokogiri/PLIST index 7e414c7d01b..3600a27ba68 100644 --- a/textproc/ruby-nokogiri/PLIST +++ b/textproc/ruby-nokogiri/PLIST @@ -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/dtd.rb ${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/files/xinclude.xml ${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_save_options.rb ${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 --git a/textproc/ruby-nokogiri/distinfo b/textproc/ruby-nokogiri/distinfo index fc5d129cf91..0fcd30c3ace 100644 --- a/textproc/ruby-nokogiri/distinfo +++ b/textproc/ruby-nokogiri/distinfo @@ -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 -- cgit v1.2.3