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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89a4706db8cb
branches:  trunk
changeset: 337775:89a4706db8cb
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Aug 11 23:14:47 2019 +0000

description:
ruby-nokogiri: update to 1.10.4.

Upstream changelog:
 https://github.com/sparklemotion/nokogiri/blob/v1.10.4/CHANGELOG.md

# 1.10.4 / 2019-08-07

### Security

#### Address CVE-2019-5477 (#1915)

A command injection vulnerability in Nokogiri v1.10.3 and earlier allows
commands to be executed in a subprocess by Ruby's `Kernel.open` method.
Processes are vulnerable only if the undocumented method
`Nokogiri::CSS::Tokenizer#load_file` is being passed untrusted user input.

This vulnerability appears in code generated by the Rexical gem
versions v1.0.6 and earlier. Rexical is used by Nokogiri to generate
lexical scanner code for parsing CSS queries. The underlying
vulnerability was addressed in Rexical v1.0.7 and Nokogiri upgraded
to this version of Rexical in Nokogiri v1.10.4.

This CVE's public notice is
https://github.com/sparklemotion/nokogiri/issues/1915

diffstat:

 textproc/ruby-nokogiri/Makefile |   4 ++--
 textproc/ruby-nokogiri/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r cf4e341b8bf5 -r 89a4706db8cb textproc/ruby-nokogiri/Makefile
--- a/textproc/ruby-nokogiri/Makefile   Sun Aug 11 22:16:30 2019 +0000
+++ b/textproc/ruby-nokogiri/Makefile   Sun Aug 11 23:14:47 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2019/06/22 04:11:59 tsutsui Exp $
+# $NetBSD: Makefile,v 1.47 2019/08/11 23:14:47 tsutsui Exp $
 
-DISTNAME=      nokogiri-1.10.3
+DISTNAME=      nokogiri-1.10.4
 CATEGORIES=    textproc
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
diff -r cf4e341b8bf5 -r 89a4706db8cb textproc/ruby-nokogiri/distinfo
--- a/textproc/ruby-nokogiri/distinfo   Sun Aug 11 22:16:30 2019 +0000
+++ b/textproc/ruby-nokogiri/distinfo   Sun Aug 11 23:14:47 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2019/06/22 04:11:59 tsutsui Exp $
+$NetBSD: distinfo,v 1.34 2019/08/11 23:14:47 tsutsui Exp $
 
-SHA1 (nokogiri-1.10.3.gem) = 28e34a5d5cfcf6ddc75ddf689c3fda4c6708d8ad
-RMD160 (nokogiri-1.10.3.gem) = f109d98f3605e541805d5f4b5fd7d1f104c463a5
-SHA512 (nokogiri-1.10.3.gem) = a73b613964cfa712c574cc8b8366f461ba51647a001ccb1845853c5846de450f1631311d1ea6c776d74c0f06a146869cc283d670cb99de229945c8743be6cbc8
-Size (nokogiri-1.10.3.gem) = 8983040 bytes
+SHA1 (nokogiri-1.10.4.gem) = 528336a1ebac4758a01c643c0ad0031a33febe2c
+RMD160 (nokogiri-1.10.4.gem) = bbe35df76428c10446ebc16f7d1e2bd65ff6c0b8
+SHA512 (nokogiri-1.10.4.gem) = 4d852546d430d7de3da79d0b4006f71e9a909779a824530ced5df79a76dfd79ddc0415caa9f9bde582399abb816ea279de0fea6cdd40eafa0652347fb86aa220
+Size (nokogiri-1.10.4.gem) = 8983040 bytes



Home | Main Index | Thread Index | Old Index