2014-12-14 14:59:53 by Takahiro Kambe | Files touched by this commit (11) |
Log message:
Add patches for supporting tcl/tk 8.6 on ruby-tk package.
|
2014-11-15 15:39:09 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby193-base (and ruby193) to 1.9.3p551 (Ruby 1.9.3-p551).
* CVE-2014-8090: Another Denial of Service XML Expansion.
|
2014-11-01 02:25:06 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add a comment for MAKE_JOBS_SAFE=no:
# --- ext/date/all ---
# make[2]: make[2]: don't know how to make ../../.ext/common/date. Stop
# make[2]: stopped in .../lang/ruby193-base/work/ruby-1.9.3-p550/ext/date
|
2014-10-28 08:48:19 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Not MAKE_JOBS_SAFE (two tries with MAKE_JOBS=8 failed for me in a row).
|
2014-10-27 17:11:18 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
Update ruby193-base and related packages to 1.9.3p550 (Ruby 1.9.3-p550).
Ruby 1.9.3-p550 Released
We are pleased to announce the release of Ruby 1.9.3-p550.
This release includes a security fix for DoS vulnerability of REXML.
* CVE-2014-8080: Denial Of Service XML Expansion
This release also includes the change of default settings of
ext/openssl. Insecure SSL/TLS options are now turn off by default.
* Changed default settings of ext/openssl
And, in addition, bandled jQuery for darkfish template of RDoc is also
updated.
|
2014-10-02 10:50:12 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Fix typo in comment in a patch file.
|
2014-09-30 12:40:08 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Add fix for CVS-2014-4975 as ruby200-base and ruby21-base.
Bump PKGREVISION.
|
2014-09-02 22:41:42 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Remove MAKE_JOBS_SAFE=no. It was added 2 years ago, back when then package
was at p194. It's now at p547, and I am unable to trigger failure up to
MAKE_JOBS=24.
|
2014-08-25 05:25:57 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Upadte ruby193-base to 1.9.3p547 (Ruby 1.9.3 patchlevel 547).
Almost no functional change to existing packages.
Wed May 14 17:35:32 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* common.mk: need to quote $BASERUBY because it may includes options.
this change is only for release management, not bug fix.
[Backport #9837] [ruby-dev:48218]
Mon Mar 31 15:38:07 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/openssl/ossl.c (ossl_make_error): check NULL for unknown
error reasons with old OpenSSL, and insert a colon iff formatted
message is not empty.
|
2014-06-26 17:59:31 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Use gmake on Darwin, bmake doesn't like the codesign / POSTLINK bits.
|