diff options
author | taca <taca> | 2013-12-29 23:26:04 +0000 |
---|---|---|
committer | taca <taca> | 2013-12-29 23:26:04 +0000 |
commit | 112b149e34e5e287acc9619a6c76035bec9863a7 (patch) | |
tree | 7249151d8590313602a6c6c5086278567a1c2299 /textproc | |
parent | ee0f41da0f34dc496bef84bca9af4ee75303c9fa (diff) | |
download | pkgsrc-112b149e34e5e287acc9619a6c76035bec9863a7.tar.gz |
Update ruby-nokogiri to 1.5.11, fixing security problem of CVE-2013-6461.
This problem is in JRuby only, but JRuby exists in pkgsrc-wip.
=== 1.5.11 / 2013-12-14
* Bugfixes
* (JRuby) Fix out of memory bug when certain invalid documents are parsed.
* (JRuby) Fix regression of billion-laughs vulnerability. #586
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-nokogiri/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-nokogiri/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile index 041df1837bd..9c4a589b7c7 100644 --- a/textproc/ruby-nokogiri/Makefile +++ b/textproc/ruby-nokogiri/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2013/09/15 16:20:51 taca Exp $ +# $NetBSD: Makefile,v 1.17 2013/12/29 23:26:04 taca Exp $ -DISTNAME= nokogiri-1.5.10 +DISTNAME= nokogiri-1.5.11 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/textproc/ruby-nokogiri/distinfo b/textproc/ruby-nokogiri/distinfo index b68d6d40394..453b83d3e0f 100644 --- a/textproc/ruby-nokogiri/distinfo +++ b/textproc/ruby-nokogiri/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2013/09/15 16:20:51 taca Exp $ +$NetBSD: distinfo,v 1.12 2013/12/29 23:26:04 taca Exp $ -SHA1 (nokogiri-1.5.10.gem) = 16cd1167063220b8fc42670d548503ff56e4986b -RMD160 (nokogiri-1.5.10.gem) = e55f58016ea6c43b2cf0c9a621f4fbaefd537161 -Size (nokogiri-1.5.10.gem) = 223232 bytes +SHA1 (nokogiri-1.5.11.gem) = 890c9e70da7c012a236c7e56675dbf191012a612 +RMD160 (nokogiri-1.5.11.gem) = e9b732f01ee2a7d05f723590d0bca99c2d570a29 +Size (nokogiri-1.5.11.gem) = 222208 bytes |