pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-fcgi
Module Name: pkgsrc
Committed By: taca
Date: Thu Feb 5 15:46:57 UTC 2015
Modified Files:
pkgsrc/www/ruby-fcgi: Makefile PLIST distinfo
pkgsrc/www/ruby-fcgi/patches: patch-aa
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.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ruby-fcgi/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-fcgi/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-fcgi/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-fcgi/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index