2013-10-25 23:47:20 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Don't pessimize the compilation by forcing per-function call pushs.
|
2013-09-30 05:15:03 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update a patch for CVE-2013-4363 (previous CVE-2013-4287).
Bump PKGREVISION.
|
2013-09-10 18:25:51 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Add a fix for CVE-2013-4287 in rubygems.
Bump PKGREVISION.
|
2013-08-06 17:21:31 by Filip Hajny | Files touched by this commit (1) |
Log message:
Make sure unwanted mkdir is not recorded with full path in rbconfig.rb,
fixes packages built with pbulk. Bump PKGREVISION.
|
2013-07-20 06:02:00 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Don't specify sitedir and vendordir with CONFIGURE_ARGS.
It generates wrong path in rbconfig.rb (but not cause critical problem
in general).
Bump PKGREVISION.
|
2013-07-19 17:32:58 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Build fix for x11/ruby-tk package. Reported by PR pkg/48064.
|
2013-07-07 17:01:01 by Takahiro Kambe | Files touched by this commit (9) |
Log message:
Add partly support build_info to bundled rubygems to make compatibilty with
rubygems 2.0.3.
Bump PKGREVISION.
|
2013-06-27 18:35:44 by Takahiro Kambe | Files touched by this commit (5) |
Log message:
Update ruby193-base to 1.9.3p448 (Ruby 1.9.3-p448).
Now Ruby 1.9.3-p448 is released.
This release includes a security fix about bundled OpenSSL:
* Hostname check bypassing vulnerability in SSL client (CVE-2013-4073)
\
http://www.ruby-lang.org/en/news/2013/06/27/hostname-check-bypassing-vulnerability-in-openssl-client-cve-2013-4073/
And some bugfixes are also included.
Please refer ChangeLog for full changes.
|
2013-05-18 09:39:36 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
Correct patch of configure scripts for DragonFly/FreeBSD.
That place was changed prior to my update of ruby193-base pacakge and
I'm not sure it was correct or not.
And suffix of libruby shared library has something historical part of
pkgsrc. I don't care so much to changing the name, but also don't
think it is so important thing to bump revisions.
Noted by pkg/47831 from David Shao.
|
2013-05-16 18:13:59 by Takahiro Kambe | Files touched by this commit (7) |
Log message:
Update ruby193 and related packages to 1.9.3p429 (Ruby 1.9.3 patchlevel 429).
pkgsrc changes:
* Fix gem command creating extra directories.
Quote from release announce:
This release includes a security fix about bundled DL / Fiddle.
* Object taint bypassing in DL and Fiddle in Ruby (CVE-2013-2065)
http://www.ruby-lang.org/en/news/2013/05/14/taint-bypass-dl-fiddle-cve-2013-2065/
* And some small bugfixes are also included.
See tickets:
https://bugs.ruby-lang.org/projects/ruby-193/issues?set_filter=1&status_id=5
ChangeLog for details.
http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_426/ChangeLog
|