summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortron <tron>2013-02-12 17:40:14 +0000
committertron <tron>2013-02-12 17:40:14 +0000
commitfa9b2e7564db1692fc7d8c514829bcc12b7610d4 (patch)
treec93e7aa75183f122ee8c5871b0ccfeed0f545184 /lang
parent906db93fb2cf5c2a2b65a1c4f8cae2d68a03e4c4 (diff)
downloadpkgsrc-fa9b2e7564db1692fc7d8c514829bcc12b7610d4.tar.gz
Pullup ticket #4057 - requested by taca
devel/ruby-rdoc: security update Revisions pulled up: - devel/ruby-rdoc/PLIST 1.7 - devel/ruby-rdoc/distinfo 1.9 - lang/ruby/rdoc.mk 1.12 --- Module Name: pkgsrc Committed By: taca Date: Wed Feb 6 15:53:15 UTC 2013 Modified Files: pkgsrc/devel/ruby-rdoc: PLIST distinfo pkgsrc/lang/ruby: rdoc.mk Log Message: Update ruby-rdoc to 3.12.1. === 3.12.1 / 2013-02-05 * Bug fixes * Fixed an XSS exploit in darkfish.js. This could lead to cookie disclosure to third parties. See CVE-2013-0256[rdoc-ref:CVE-2013-0256.rdoc] for full details including a patch you can apply to generated RDoc documentation. * Ensured that rd parser files are generated before checking the manifest.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby/rdoc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rdoc.mk b/lang/ruby/rdoc.mk
index dd8eb30dd93..8684aa8ba63 100644
--- a/lang/ruby/rdoc.mk
+++ b/lang/ruby/rdoc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rdoc.mk,v 1.11 2012/09/16 15:27:42 taca Exp $
+# $NetBSD: rdoc.mk,v 1.11.4.1 2013/02/12 17:40:15 tron Exp $
.if !defined(_RUBY_RDOC_MK)
_RUBY_RDOC_MK= # defined
@@ -19,7 +19,7 @@ _RUBY_RDOC_MK= # defined
#
# current rdoc versions.
#
-RUBY_RDOC_VERSION= 3.12
+RUBY_RDOC_VERSION= 3.12.1
.if !empty(RUBY_RDOC_REQD)