summaryrefslogtreecommitdiff
path: root/textproc/ruby-nokogiri
diff options
context:
space:
mode:
authortaca <taca>2015-12-13 15:26:42 +0000
committertaca <taca>2015-12-13 15:26:42 +0000
commit8c7f90965cb8155f1843b9e6597ea2fb68e25da5 (patch)
treecfebf7818a4c1ece59e343987decf29ac4d5946d /textproc/ruby-nokogiri
parent6f79260a0a8d9b91453534ed85015dc6c335c42f (diff)
downloadpkgsrc-8c7f90965cb8155f1843b9e6597ea2fb68e25da5.tar.gz
Update ruby-nokogiri to 1.6.7.
=== 1.6.7 / 2015-11-29 ==== Notes This version supports native builds on Windows using the RubyInstaller DevKit. It also supports Ruby 2.2.x on Windows, as well as making several other improvements to the installation process on various platforms. This version also includes the security patches already applied in v1.6.6.3 and v1.6.6.4 to the vendored libxml2 and libxslt source. See #1374 and #1376 for details. ==== Features * Cross-built gems now have a proper ruby version requirement. (#1266) * Ruby 2.2.x is supported on Windows. * Native build is supported on Windows. * [MRI] libxml2 and libxslt `config.guess` files brought up to date. (#1326) (Thanks, @hernan-erasmo!) * [JRuby] fix error in validating files with jruby (#1355, #1361) (Thanks, @twalpole!) * [MRI, OSX] Patch to handle nonstandard location of `iconv.h`. (#1206, #1210, #1218, #1345) (Thanks, @neonichu!) ==== Bug Fixes * [JRuby] reset the namespace cache when replacing the document's innerHtml (#1265) (Thanks, @mkristian!) * [JRuby] Document#parse should support IO objects that respond to #read. (#1124) (Thanks, Jake Byman!) * [MRI] Duplicate-id errors when setting the `id` attribute on HTML documents are now silenced. (#1262) * [JRuby] SAX parser cuts texts in peices when quare brackets exist. (#1261) * [JRuby] Namespaced attributes aren't removed by remove_attribute. (#1299)
Diffstat (limited to 'textproc/ruby-nokogiri')
-rw-r--r--textproc/ruby-nokogiri/Makefile4
-rw-r--r--textproc/ruby-nokogiri/PLIST55
-rw-r--r--textproc/ruby-nokogiri/distinfo10
3 files changed, 36 insertions, 33 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile
index 5c7ccebd0a1..43ec99bec25 100644
--- a/textproc/ruby-nokogiri/Makefile
+++ b/textproc/ruby-nokogiri/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2015/11/23 07:28:01 taca Exp $
+# $NetBSD: Makefile,v 1.29 2015/12/13 15:26:42 taca Exp $
-DISTNAME= nokogiri-1.6.6.4
+DISTNAME= nokogiri-1.6.7
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/textproc/ruby-nokogiri/PLIST b/textproc/ruby-nokogiri/PLIST
index 8c43b6dd18c..d1622d17a22 100644
--- a/textproc/ruby-nokogiri/PLIST
+++ b/textproc/ruby-nokogiri/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2015/11/23 07:28:01 taca Exp $
+@comment $NetBSD: PLIST,v 1.17 2015/12/13 15:26:42 taca Exp $
bin/nokogiri${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
@@ -12,13 +12,14 @@ ${GEM_LIBDIR}/CHANGELOG.ja.rdoc
${GEM_LIBDIR}/CHANGELOG.rdoc
${GEM_LIBDIR}/C_CODING_STYLE.rdoc
${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/Manifest.txt
-${GEM_LIBDIR}/README.ja.rdoc
-${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/ROADMAP.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/STANDARD_RESPONSES.md
${GEM_LIBDIR}/Y_U_NO_GEMSPEC.md
+${GEM_LIBDIR}/appveyor.yml
${GEM_LIBDIR}/bin/nokogiri
${GEM_LIBDIR}/build_all
${GEM_LIBDIR}/dependencies.yml
@@ -155,29 +156,31 @@ ${GEM_LIBDIR}/lib/nokogiri/xml/xpath_context.rb
${GEM_LIBDIR}/lib/nokogiri/xslt.rb
${GEM_LIBDIR}/lib/nokogiri/xslt/stylesheet.rb
${GEM_LIBDIR}/lib/xsd/xmlparser/nokogiri.rb
-${GEM_LIBDIR}/ports/patches/libxml2/0001-Revert-Missing-initialization-for-the-catalog-module.patch
-${GEM_LIBDIR}/ports/patches/libxml2/0002-Fix-missing-entities-after-CVE-2014-3660-fix.patch
-${GEM_LIBDIR}/ports/patches/libxml2/0003-Stop-parsing-on-entities-boundaries-errors.patch
-${GEM_LIBDIR}/ports/patches/libxml2/0004-Cleanup-conditional-section-error-handling.patch
-${GEM_LIBDIR}/ports/patches/libxml2/0005-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch
-${GEM_LIBDIR}/ports/patches/libxml2/0006-Another-variation-of-overflow-in-Conditional-section.patch
-${GEM_LIBDIR}/ports/patches/libxml2/0007-Fix-an-error-in-previous-Conditional-section-patch.patch
-${GEM_LIBDIR}/ports/patches/libxml2/0008-CVE-2015-8035-Fix-XZ-compression-support-loop.patch
-${GEM_LIBDIR}/ports/patches/libxml2/0010-Fix-parsering-short-unclosed-comment-uninitialized-access.patch
-${GEM_LIBDIR}/ports/patches/libxslt/0001-Adding-doc-update-related-to-1.1.28.patch
-${GEM_LIBDIR}/ports/patches/libxslt/0002-Fix-a-couple-of-places-where-f-printf-parameters-wer.patch
-${GEM_LIBDIR}/ports/patches/libxslt/0003-Initialize-pseudo-random-number-generator-with-curre.patch
-${GEM_LIBDIR}/ports/patches/libxslt/0004-EXSLT-function-str-replace-is-broken-as-is.patch
-${GEM_LIBDIR}/ports/patches/libxslt/0006-Fix-str-padding-to-work-with-UTF-8-strings.patch
-${GEM_LIBDIR}/ports/patches/libxslt/0007-Separate-function-for-predicate-matching-in-patterns.patch
-${GEM_LIBDIR}/ports/patches/libxslt/0008-Fix-direct-pattern-matching.patch
-${GEM_LIBDIR}/ports/patches/libxslt/0009-Fix-certain-patterns-with-predicates.patch
-${GEM_LIBDIR}/ports/patches/libxslt/0010-Fix-handling-of-UTF-8-strings-in-EXSLT-crypto-module.patch
-${GEM_LIBDIR}/ports/patches/libxslt/0013-Memory-leak-in-xsltCompileIdKeyPattern-error-path.patch
-${GEM_LIBDIR}/ports/patches/libxslt/0014-Fix-for-bug-436589.patch
-${GEM_LIBDIR}/ports/patches/libxslt/0015-Fix-mkdir-for-mingw.patch
-${GEM_LIBDIR}/ports/patches/libxslt/0016-Fix-for-type-confusion-in-preprocessing-attributes.patch
-${GEM_LIBDIR}/ports/patches/sort-patches-by-date
+${GEM_LIBDIR}/patches/libxml2/0001-Revert-Missing-initialization-for-the-catalog-module.patch
+${GEM_LIBDIR}/patches/libxml2/0002-Fix-missing-entities-after-CVE-2014-3660-fix.patch
+${GEM_LIBDIR}/patches/libxml2/0003-Stop-parsing-on-entities-boundaries-errors.patch
+${GEM_LIBDIR}/patches/libxml2/0004-Cleanup-conditional-section-error-handling.patch
+${GEM_LIBDIR}/patches/libxml2/0005-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch
+${GEM_LIBDIR}/patches/libxml2/0006-Another-variation-of-overflow-in-Conditional-section.patch
+${GEM_LIBDIR}/patches/libxml2/0007-Fix-an-error-in-previous-Conditional-section-patch.patch
+${GEM_LIBDIR}/patches/libxml2/0008-CVE-2015-8035-Fix-XZ-compression-support-loop.patch
+${GEM_LIBDIR}/patches/libxml2/0009-Updated-config.guess.patch
+${GEM_LIBDIR}/patches/libxml2/0010-Fix-parsering-short-unclosed-comment-uninitialized-access.patch
+${GEM_LIBDIR}/patches/libxslt/0001-Adding-doc-update-related-to-1.1.28.patch
+${GEM_LIBDIR}/patches/libxslt/0002-Fix-a-couple-of-places-where-f-printf-parameters-wer.patch
+${GEM_LIBDIR}/patches/libxslt/0003-Initialize-pseudo-random-number-generator-with-curre.patch
+${GEM_LIBDIR}/patches/libxslt/0004-EXSLT-function-str-replace-is-broken-as-is.patch
+${GEM_LIBDIR}/patches/libxslt/0006-Fix-str-padding-to-work-with-UTF-8-strings.patch
+${GEM_LIBDIR}/patches/libxslt/0007-Separate-function-for-predicate-matching-in-patterns.patch
+${GEM_LIBDIR}/patches/libxslt/0008-Fix-direct-pattern-matching.patch
+${GEM_LIBDIR}/patches/libxslt/0009-Fix-certain-patterns-with-predicates.patch
+${GEM_LIBDIR}/patches/libxslt/0010-Fix-handling-of-UTF-8-strings-in-EXSLT-crypto-module.patch
+${GEM_LIBDIR}/patches/libxslt/0013-Memory-leak-in-xsltCompileIdKeyPattern-error-path.patch
+${GEM_LIBDIR}/patches/libxslt/0014-Fix-for-bug-436589.patch
+${GEM_LIBDIR}/patches/libxslt/0015-Fix-mkdir-for-mingw.patch
+${GEM_LIBDIR}/patches/libxslt/0016-Fix-for-type-confusion-in-preprocessing-attributes.patch
+${GEM_LIBDIR}/patches/libxslt/0017-Updated-config.guess.patch
+${GEM_LIBDIR}/patches/sort-patches-by-date
${GEM_LIBDIR}/suppressions/README.txt
${GEM_LIBDIR}/suppressions/nokogiri_ree-1.8.7.358.supp
${GEM_LIBDIR}/suppressions/nokogiri_ruby-1.8.7.370.supp
diff --git a/textproc/ruby-nokogiri/distinfo b/textproc/ruby-nokogiri/distinfo
index 4bc859b0dfe..63726d49a6b 100644
--- a/textproc/ruby-nokogiri/distinfo
+++ b/textproc/ruby-nokogiri/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2015/11/23 07:28:01 taca Exp $
+$NetBSD: distinfo,v 1.19 2015/12/13 15:26:42 taca Exp $
-SHA1 (nokogiri-1.6.6.4.gem) = 5c40b25ed1f7f469584a6a3ce992f1e6273e4b54
-RMD160 (nokogiri-1.6.6.4.gem) = ae54c57d4075cbdd9de5f6d6cdbc85b2010d1999
-SHA512 (nokogiri-1.6.6.4.gem) = 7c8ffb751a48b0843410fd0fc1cc3899133c51353ad20e7e0c47b06bb89381b04a4f739004f7dbe211cb34eef61ef35bf588a117bcedf571985bd48045f88a9b
-Size (nokogiri-1.6.6.4.gem) = 9254912 bytes
+SHA1 (nokogiri-1.6.7.gem) = 24ff324c9a8ca10e30e50f18198310b26676a25f
+RMD160 (nokogiri-1.6.7.gem) = 5583d136e176ef46f9915c34466f23bb2523fe9a
+SHA512 (nokogiri-1.6.7.gem) = 387dd7d653310464cb1fc9b6718ce82355704fa98c8d02c89be1f1105198f01de9772d436806caa7ea96a0d48b351b3caff594e044cdee65206ea61a9f9528e7
+Size (nokogiri-1.6.7.gem) = 9269248 bytes