Commit graph

11 commits

Author SHA1 Message Date
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
taca
13aab0c407 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.
2015-02-05 15:46:57 +00:00
taca
bdc33f8a44 Update www/ruby-fcgi to 0.8.8.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMAPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.

0.8.8:
	support ruby 1.9.1.
2010-09-10 13:09:17 +00:00
jlam
49044b1ec2 Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
2008-04-04 15:30:00 +00:00
taca
ee46114cd4 Update ruby-fcgi pacakge to 0.8.7.
dispatcher related fixes:

Sun Jun 25 12:46:14 JST 2006  moonwolf@moonwolf.com
  * patch from http://www.kbmj.com/tech/index.php?itemid=26
  * patch from http://sean.treadway.info/articles/2005/12/24/open-season-for-eagain

pkgsrc changes:
- Add RUBY_HAS_ARCHLIB.
- Update MASTER_SITES.
2006-07-09 14:18:04 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
joerg
1e0228ce61 Fix errno. 2005-12-30 13:01:57 +00:00
taca
254770a548 Update ruby-fcgi to 0.8.6; several bug fixes.
Fri Apr  1 10:20:14 JST 2005  sugi@nemui.org
  * Include errno.h

Fri Apr  1 08:09:13 JST 2005  aredridel@nbtsc.org
  * Report actual errors

  Adds reporting of errors fcgi experiences. Credit to David Heinemier Hansson
  for discovery.

Fri Apr  1 08:08:07 JST 2005  aredridel@nbtsc.org
  * FHS Include Paths

Wed Mar 30 21:45:11 JST 2005  sugi@nemui.org
  * 16k+request-memleak
  fix memory leak when 16k+/reqest.
  from http://enigo.com/projects/iowa/fcgipatch.html

Wed Mar 30 21:43:02 JST 2005  sugi@nemui.org
  * fix-check_stream_error
  Simple fix in CHECK_STREAM_ERROR for Potential DoS
  see http://groups-beta.google.com/group/comp.lang.ruby/browse_thread/thread/f51e79974a454b70/54fe207411e9eb05
  for details.
2005-04-11 15:42:25 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
taca
ad30060098 Update ruby-fcgi pacakge to 0.8.5 migrating to use new framework
for Ruby packages.

Changes are unknown.
2004-11-28 05:45:05 +00:00
taca
06f8033a44 Importing ruby-fcgi package based on PR pkg 24612 from
Rasputin (rasputin at idoru dot mine dot nu).


Ruby bindings for the FastCGI system.
This is merged version matz's C version(fcgi.so) and
Eli's pure ruby version(fastcgi.rb).
2004-03-12 05:12:08 +00:00