2013-09-10 18:26:31 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Add a fix for CVE-2013-4287 in rubygems.
Bump PKGREVISION.
|
2013-08-15 18:27:35 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Don't use ${libdir} when linking sockets.so as it will be relinked
during install stage and get the DESTDIR prepended.
|
2013-07-21 04:32:58 by Takahiro Kambe | Files touched by this commit (32) |
Log message:
Add ruby200-base-2.0.0p247.
This is latest stable release of Ruby and it basically compatible with
Ruby 1.9.3. Please refer full changes to NEWS/ChangeLog files or official
Web site. Here is language changes:
* Added keyword arguments.
* Added %i and %I for symbol list creation (similar to %w and %W).
* Default source encoding is changed to UTF-8. (was US-ASCII)
* No warning for unused variables starting with '_'
|