summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-06-13 14:42:40 +0000
committertaca <taca@pkgsrc.org>2012-06-13 14:42:40 +0000
commit4eeda758d9c4cd6eb255030daeb0069dc00bdeaf (patch)
tree6d977be757c784ba70841eaa86653a08f44ed6a2
parent10f7fe33746457b098a64da257acad080fb720d2 (diff)
downloadpkgsrc-4eeda758d9c4cd6eb255030daeb0069dc00bdeaf.tar.gz
Update ruby-nokogiri to 1.5.4.
== 1.5.4 / unreleased * Features * The "nokogiri" script now has more verbose output when passed the `--rng` option. #675 (Thanks, Dan Radez!) * Build support on hardened Debian systems that use `-Werror=format-security`. #680. * Better build support for systems with pkg-config. #584 * Better build support for systems with multiple iconv installations. * Bugfixes * Segmentation fault when creating a comment node for a DocumentFragment. #677, #678. * Treat '.' as xpath in at() and search(). #690 * [MRI, Security] Default parse options for XML documents were changed to not make network connections during document parsing, to avoid XXE vulnerability. #693 To re-enable this behavior, the configuration method `nononet` may be called, like this: Nokogiri::XML::Document.parse(xml) { |config| config.nononet } Insert your own joke about double-negatives here.
-rw-r--r--textproc/ruby-nokogiri/Makefile4
-rw-r--r--textproc/ruby-nokogiri/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile
index d4c6298ad86..08029a7d7b7 100644
--- a/textproc/ruby-nokogiri/Makefile
+++ b/textproc/ruby-nokogiri/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2012/06/02 01:13:00 taca Exp $
+# $NetBSD: Makefile,v 1.10 2012/06/13 14:42:40 taca Exp $
-DISTNAME= nokogiri-1.5.3
+DISTNAME= nokogiri-1.5.4
CATEGORIES= textproc
MAINTAINER= filip@joyent.com
diff --git a/textproc/ruby-nokogiri/distinfo b/textproc/ruby-nokogiri/distinfo
index 66092c264c9..b6a76237445 100644
--- a/textproc/ruby-nokogiri/distinfo
+++ b/textproc/ruby-nokogiri/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2012/06/02 01:13:00 taca Exp $
+$NetBSD: distinfo,v 1.8 2012/06/13 14:42:40 taca Exp $
-SHA1 (nokogiri-1.5.3.gem) = 2831f9fe4d8eadd6b94f164f58f5a1e858d2a6d4
-RMD160 (nokogiri-1.5.3.gem) = 71bb4917c28abb6d3debe04db0cea067c8e9bc76
-Size (nokogiri-1.5.3.gem) = 205824 bytes
+SHA1 (nokogiri-1.5.4.gem) = e36f94575211c91442036422930e804ecabd37cb
+RMD160 (nokogiri-1.5.4.gem) = ab9636060245e332169c9e4109b8c75f1eea46ba
+Size (nokogiri-1.5.4.gem) = 206848 bytes