summaryrefslogtreecommitdiff
path: root/textproc/ruby-nokogiri/Makefile
diff options
context:
space:
mode:
authortaca <taca>2012-06-13 14:42:40 +0000
committertaca <taca>2012-06-13 14:42:40 +0000
commit50dce256ef03c25220d9b4e8c86c33c2ff62b52c (patch)
tree6d977be757c784ba70841eaa86653a08f44ed6a2 /textproc/ruby-nokogiri/Makefile
parentb48b4b43f40276251d8c14f0726b11b1c4f42ee9 (diff)
downloadpkgsrc-50dce256ef03c25220d9b4e8c86c33c2ff62b52c.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.
Diffstat (limited to 'textproc/ruby-nokogiri/Makefile')
-rw-r--r--textproc/ruby-nokogiri/Makefile4
1 files changed, 2 insertions, 2 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