2013-01-31 16:56:14 by Takahiro Kambe | Files touched by this commit (9) |
Log message:
Update ruby193 to 1.9.3p374 (Ruby 1.9.3-p374).
These releasess don't include any security fixes.
Ruby 1.9.3-p362:
This release includes other many bug fixes.
Resolved build problems on Solaris.
Windows 8 support (hopefully).
other many bug fixes.
Ruby 1.9.3-p374:
This release includes many bug fixes. Especially,
Fixed randomly SEGV problem (often reported with Rails)
Windows 8 support (maybe, hopefully)
other many bug fixes.
See tickets and ChangeLog for details.
|
2012-11-26 13:37:53 by Filip Hajny | Files touched by this commit (2) |
Log message:
Fix build on SunOS as per
http://bugs.ruby-lang.org/projects/ruby-193/repository/revisions/37653
|
2012-11-10 14:34:27 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby193-base (and releated packages) to 1.9.3p327 (Ruby 1.9.3
patchlevel 327) to fix DoS security problem.
http://www.ruby-lang.org/en/news/2012/11/09/ruby19-hashdos-cve-2012-5371/
For other changes please refer Changelog file.
|
2012-10-12 16:51:32 by Takahiro Kambe | Files touched by this commit (8) |
Log message:
Update ruby193-base to 1.9.3p286.
Ruby 1.9.3-p286 is released.
This release includes some security fixes, and other many bug fixes.
* $SAFE escaping vulnerability about Exception#to_s / NameError#to_s
(CVE-2012-4464, CVE-2012-4466)
* Unintentional file creation caused by inserting a illegal NUL character
* other many bug fixes.
See ticktes and ChangeLog for details.
Changelog: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_286/ChangeLog
tickets: \
https://bugs.ruby-lang.org/projects/ruby-193/issues?set_filter=1&status_id=5
|
2012-10-06 18:27:54 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Add short note to patches/patch-error.c about CVE-2012-4464 and CVE-2012-4466.
|
2012-10-06 18:20:35 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Add a patch to fix CVE-2011-1005 security problem which found out that
it affected Ruby 1.9.x, too.
Now it
|
2012-10-02 22:11:57 by Aleksej Saushev | Files touched by this commit (187) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-09-04 04:02:49 by David A. Holland | Files touched by this commit (1) |
Log message:
Not MAKE_JOBS_SAFE. See <20120510212103.GD7427@netbsd.org> in
pkgsrc-changes from early May 2012; I just got the same failure again.
|
2012-07-25 16:26:57 by Benny Siegert | Files touched by this commit (5) |
Log message:
MirBSD support.
This adds shlib version handling to rubyversion.mk, a fix to configure
(include <sys/time.h> when checking for struct timespec) and a workaround
for broken code if getgrnam_r is available.
|
2012-07-14 05:35:49 by Izumi Tsutsui | Files touched by this commit (1) |
Log message:
Add workaround for build failure on NetBSD/sparc64 6.0_BETA2:
> ruby193 binary built on NetBSD/sparc64 with gcc 4.5.1 and the default -O2
> dumps core during generating RDocs.
> Using -O1 works around.
ruby193 binary with this hacks.mk is confirmed by running net/mikutter
on Ultra5.
|