Subject: CVS commit: pkgsrc/www/ruby-fcgi
From: Takahiro Kambe
Date: 2015-02-05 16:46:57
Message id: 20150205154657.E60C298@cvs.netbsd.org

Log Message:
Update ruby-fcgi to 0.9.2.1.

* Raise exception for syscall errors.  rb_sys_fail can't be catched in
  ruby, but there is no reason to terminate the process.

* ruby references to FCGX_Stream must keep the FCGX_Request alive.
  finshing the request must invalidate the streams.

* fix memory and fd leaks

* [ruby20] switch from rb_thread_select() to select() to avoid breakage
  in the future.

Files:
RevisionActionfile
1.18modifypkgsrc/www/ruby-fcgi/Makefile
1.7modifypkgsrc/www/ruby-fcgi/PLIST
1.10modifypkgsrc/www/ruby-fcgi/distinfo
1.4modifypkgsrc/www/ruby-fcgi/patches/patch-aa