Skip to content

Commit

Permalink
ruby-nokogiri: update to 1.8.5.
Browse files Browse the repository at this point in the history
Upstream changes (from CHANGELOG.md):

# 1.8.5 / 2018-10-04

## Security Notes

[MRI] Pulled in upstream patches from libxml2 that address CVE-2018-14404
and CVE-2018-14567. Full details are available in [#1785]
(sparklemotion/nokogiri#1785).
Note that these patches are not yet (as of 2018-10-04) in an upstream
release of libxml2.


## Bug fixes

* [MRI] Fix regression in installation when building against system
  libraries, where some systems would not be able to find libxml2 or
  libxslt when present. (Regression introduced in v1.8.3.) [#1722]
* [JRuby] Fix node reparenting when the destination doc is empty. [#1773]
  • Loading branch information
tsutsui committed Nov 1, 2018
1 parent 4eb57dd commit 28f6c76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-nokogiri/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.42 2018/07/06 19:12:31 tsutsui Exp $
# $NetBSD: Makefile,v 1.43 2018/11/01 15:00:31 tsutsui Exp $

DISTNAME= nokogiri-1.8.4
DISTNAME= nokogiri-1.8.5
CATEGORIES= textproc

MAINTAINER= tsutsui@NetBSD.org
Expand Down
4 changes: 3 additions & 1 deletion textproc/ruby-nokogiri/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.26 2018/06/22 14:20:27 tsutsui Exp $
@comment $NetBSD: PLIST,v 1.27 2018/11/01 15:00:31 tsutsui Exp $
bin/nokogiri${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
Expand Down Expand Up @@ -161,6 +161,8 @@ ${GEM_LIBDIR}/lib/nokogiri/xslt.rb
${GEM_LIBDIR}/lib/nokogiri/xslt/stylesheet.rb
${GEM_LIBDIR}/lib/xsd/xmlparser/nokogiri.rb
${GEM_LIBDIR}/patches/libxml2/0001-Revert-Do-not-URI-escape-in-server-side-includes.patch
${GEM_LIBDIR}/patches/libxml2/0002-Fix-nullptr-deref-with-XPath-logic-ops.patch
${GEM_LIBDIR}/patches/libxml2/0003-Fix-infinite-loop-in-LZMA-decompression.patch
${GEM_LIBDIR}/patches/sort-patches-by-date
${GEM_LIBDIR}/suppressions/README.txt
${GEM_LIBDIR}/suppressions/nokogiri_ruby-2.supp
Expand Down
10 changes: 5 additions & 5 deletions textproc/ruby-nokogiri/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.29 2018/07/06 19:12:31 tsutsui Exp $
$NetBSD: distinfo,v 1.30 2018/11/01 15:00:31 tsutsui Exp $

SHA1 (nokogiri-1.8.4.gem) = 2375a4e4519baaee09815dbe9fc19c31832b8d28
RMD160 (nokogiri-1.8.4.gem) = ae7cb59b60678405c72c16a072eecc504d0cc6e8
SHA512 (nokogiri-1.8.4.gem) = 35ef9a4f8129abb0b5336356114be23a436f6cab0d4f3bb12f00415d64f0a2eaa7b9d746930a7198b9238ce13a1365b0de03fef54353fc071e23fec0f0cbe85d
Size (nokogiri-1.8.4.gem) = 9277440 bytes
SHA1 (nokogiri-1.8.5.gem) = ae3d107915198f129f6fecbccbc0f909978a6391
RMD160 (nokogiri-1.8.5.gem) = 3ee1af906b154fbc31134ff5240524baabe52e23
SHA512 (nokogiri-1.8.5.gem) = 4f74bc70a778a7b0655b47d25c437c496941c44b0c83cdcd4f721453b17d35a3a145831b250a8d8077f6a78a0659d5f2f685f472f0b29a8f078bcbd3ab3ba817
Size (nokogiri-1.8.5.gem) = 9279488 bytes

0 comments on commit 28f6c76

Please sign in to comment.