2008-04-04 17:31:39 by Johnny C. Lam | Files touched by this commit (5) |
Log message:
RUBY_REPLACE_DIRS is relative to ${WRKSRC} so no need to give the absolute
path to these directories.
|
2008-03-13 23:07:05 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Support user-destdir installation
|
2008-03-09 14:31:18 by Takahiro Kambe | Files touched by this commit (5) |
Log message:
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.
|
2007-10-06 08:13:57 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
Update Ruby packages to 1.8.6-p111.
No change; DISTFILES update only.
|
2007-09-25 00:01:30 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update Ruby to 1.8.6-p110.
Approved by wiz@.
This is bug fix release of Ruby 1.8.6. Especially it fixes thread/eval
function problem on Mac OS X.
|
2007-09-09 16:19:42 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update to 1.8.6 patchlevel 36.
Changes are too many, please see ChangeLog:
http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6_36/ChangeLog
|
2007-03-15 17:43:26 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Updating Ruby to 1.8.6; ruby18-tk
- discontinue use of RUBY_PATCH_DATE.
- Introduce RUBY_PATCH_LEVEL.
pkgsrc's ruby tracks Ruby's patch release and avoid to maintain
its own patch files (with RUBY_PATCH_DATE).
Changes are too much, please see ChangeLog file.
|
2007-01-28 06:17:34 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Make sure to build and install tkutil extention library.
PR pkg/35470 should be fixed.
Bump PKGREVISION.
|
2006-12-06 17:33:16 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-tk package to 1.8.5.20061205:
Changes are huge, please see Changes.
- pkgsrc change; fix permission of a image file.
|
2006-11-10 17:54:54 by Todd Vierling | Files touched by this commit (1) |
Log message:
Use find -print | xargs rather than find -exec.
|