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:           Sun Feb 16 04:11:05 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/textproc/ruby-nokogiri/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/ruby-nokogiri/PLIST
cvs rdiff -u -r1.35 -r1.36 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.49 pkgsrc/textproc/ruby-nokogiri/Makefile:1.50
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.49 Sun Jan 26 17:32:18 2020
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Sun Feb 16 04:11:05 2020
@@ -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

Index: pkgsrc/textproc/ruby-nokogiri/PLIST
diff -u pkgsrc/textproc/ruby-nokogiri/PLIST:1.30 pkgsrc/textproc/ruby-nokogiri/PLIST:1.31
--- pkgsrc/textproc/ruby-nokogiri/PLIST:1.30    Wed Dec 11 14:52:21 2019
+++ pkgsrc/textproc/ruby-nokogiri/PLIST Sun Feb 16 04:11:05 2020
@@ -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/0001-Rever
 ${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

Index: pkgsrc/textproc/ruby-nokogiri/distinfo
diff -u pkgsrc/textproc/ruby-nokogiri/distinfo:1.35 pkgsrc/textproc/ruby-nokogiri/distinfo:1.36
--- pkgsrc/textproc/ruby-nokogiri/distinfo:1.35 Wed Dec 11 14:52:21 2019
+++ pkgsrc/textproc/ruby-nokogiri/distinfo      Sun Feb 16 04:11:05 2020
@@ -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