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.10.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/080473f57829
branches:  trunk
changeset: 411588:080473f57829
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Feb 16 04:11:05 2020 +0000

description:
ruby-nokogiri: update to 1.10.8.

Upstream changelog (from CHANGELOG.md):

## 1.10.8 / 2020-02-10

### Security

[MRI] Pulled in upstream patch from libxml that addresses CVE-2020-7595.
Full details are available in [#1992](https://github.com/sparklemotion/nokogiri/issues/1992).
Note that this patch is not yet (as of 2020-02-10) in an upstream release of libxml.

diffstat:

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

diffs (42 lines):

diff -r e36eac003cc9 -r 080473f57829 textproc/ruby-nokogiri/Makefile
--- a/textproc/ruby-nokogiri/Makefile   Sun Feb 16 04:06:32 2020 +0000
+++ b/textproc/ruby-nokogiri/Makefile   Sun Feb 16 04:11:05 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2020/01/26 17:32:18 rillig Exp $
+# $NetBSD: Makefile,v 1.50 2020/02/16 04:11:05 tsutsui Exp $
 
-DISTNAME=      nokogiri-1.10.7
+DISTNAME=      nokogiri-1.10.8
 CATEGORIES=    textproc
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
diff -r e36eac003cc9 -r 080473f57829 textproc/ruby-nokogiri/PLIST
--- a/textproc/ruby-nokogiri/PLIST      Sun Feb 16 04:06:32 2020 +0000
+++ b/textproc/ruby-nokogiri/PLIST      Sun Feb 16 04:11:05 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2019/12/11 14:52:21 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.31 2020/02/16 04:11:05 tsutsui Exp $
 bin/nokogiri${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
@@ -146,4 +146,5 @@
 ${GEM_LIBDIR}/patches/libxml2/0002-Remove-script-macro-support.patch
 ${GEM_LIBDIR}/patches/libxml2/0003-Update-entities-to-remove-handling-of-ssi.patch
 ${GEM_LIBDIR}/patches/libxml2/0004-libxml2.la-is-in-top_builddir.patch
+${GEM_LIBDIR}/patches/libxml2/0005-Fix-infinite-loop-in-xmlStringLenDecodeEntities.patch
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r e36eac003cc9 -r 080473f57829 textproc/ruby-nokogiri/distinfo
--- a/textproc/ruby-nokogiri/distinfo   Sun Feb 16 04:06:32 2020 +0000
+++ b/textproc/ruby-nokogiri/distinfo   Sun Feb 16 04:11:05 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2019/12/11 14:52:21 tsutsui Exp $
+$NetBSD: distinfo,v 1.36 2020/02/16 04:11:05 tsutsui Exp $
 
-SHA1 (nokogiri-1.10.7.gem) = 01ede590578e40e08b5f38499f5739ede9d7efe2
-RMD160 (nokogiri-1.10.7.gem) = b069930a4a1f4edff74136090bcc918036dd8494
-SHA512 (nokogiri-1.10.7.gem) = 2290626ebb70e47b467d04844722db8137937387dff029e2c214f49c6ee0fbf160d8534023823591f279d768c57152197ba4141a3e33c1216b53d48a4aef62b5
-Size (nokogiri-1.10.7.gem) = 9250816 bytes
+SHA1 (nokogiri-1.10.8.gem) = 9a82c96de0e647d575b3fa29af8dc537a033b9b4
+RMD160 (nokogiri-1.10.8.gem) = 58eb2dbbd9d63f38d2102cea4777bcde6a0ec5b9
+SHA512 (nokogiri-1.10.8.gem) = 1747265d66cb8fce683dcb5bdadda5ee546ea5a5ace9bfb92f07b6c948d5573573e9c4404e92a67c7e446d979bb8fd4bcd726f5f3428282126da2242946c7bc9
+Size (nokogiri-1.10.8.gem) = 9251328 bytes



Home | Main Index | Thread Index | Old Index