summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-03-09 13:31:18 +0000
committertaca <taca@pkgsrc.org>2008-03-09 13:31:18 +0000
commit31bc2444c6ad8ec4c44665c2886215693875723d (patch)
treee9b05b2df6f47dafe98a76556cbd9ce9afbc5dae /lang/ruby
parent1c3eb22c5b9ce2fe4a3cf88c4ba66fb108f8e695 (diff)
downloadpkgsrc-31bc2444c6ad8ec4c44665c2886215693875723d.tar.gz
Update ruby pakcages to 1.8.6.114 (1.8.6-p114).
It main chagnes are security fix of WEBrick library. Mon Mar 3 23:34:13 2008 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/webrick/httpservlet/filehandler.rb: should normalize path separators in path_info to prevent directory traversal attacks on DOSISH platforms. reported by Digital Security Research Group [DSECRG-08-026]. * lib/webrick/httpservlet/filehandler.rb: pathnames which have not to be published should be checked case-insensitively. Mon Dec 3 08:13:52 2007 Kouhei Sutou <kou@cozmixng.org> * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb, test/rss/test_image.rb, test/rss/rss-testcase.rb: ensured declaring XML namespaces.
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/rubyversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index 42b56038f19..e48d577cb18 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.37 2008/01/13 09:09:13 obache Exp $
+# $NetBSD: rubyversion.mk,v 1.38 2008/03/09 13:31:18 taca Exp $
#
.if !defined(_RUBYVERSION_MK)
@@ -10,7 +10,7 @@ _RUBYVERSION_MK= # defined
RUBY18_VERSION= 1.8.6
# patch
-RUBY18_PATCHLEVEL= 111
+RUBY18_PATCHLEVEL= 114
# RUBY_VERSION_DEFAULT defines default version for Ruby related
# packages and user can define in mk.conf. (1.6 or 1.8)