pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-nokogiri



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Thu Nov  1 15:00:31 UTC 2018

Modified Files:
        pkgsrc/textproc/ruby-nokogiri: Makefile PLIST distinfo

Log Message:
ruby-nokogiri: update to 1.8.5.

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]
(https://github.com/sparklemotion/nokogiri/issues/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]


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/textproc/ruby-nokogiri/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/ruby-nokogiri/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/ruby-nokogiri/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-nokogiri/Makefile
diff -u pkgsrc/textproc/ruby-nokogiri/Makefile:1.42 pkgsrc/textproc/ruby-nokogiri/Makefile:1.43
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.42 Fri Jul  6 19:12:31 2018
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Thu Nov  1 15:00:31 2018
@@ -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@localhost

Index: pkgsrc/textproc/ruby-nokogiri/PLIST
diff -u pkgsrc/textproc/ruby-nokogiri/PLIST:1.26 pkgsrc/textproc/ruby-nokogiri/PLIST:1.27
--- pkgsrc/textproc/ruby-nokogiri/PLIST:1.26    Fri Jun 22 14:20:27 2018
+++ pkgsrc/textproc/ruby-nokogiri/PLIST Thu Nov  1 15:00:31 2018
@@ -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
@@ -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

Index: pkgsrc/textproc/ruby-nokogiri/distinfo
diff -u pkgsrc/textproc/ruby-nokogiri/distinfo:1.29 pkgsrc/textproc/ruby-nokogiri/distinfo:1.30
--- pkgsrc/textproc/ruby-nokogiri/distinfo:1.29 Fri Jul  6 19:12:31 2018
+++ pkgsrc/textproc/ruby-nokogiri/distinfo      Thu Nov  1 15:00:31 2018
@@ -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



Home | Main Index | Thread Index | Old Index