Path to this page:
./
www/fcgi,
FastCGI application development kit
Branch: pkgsrc-2015Q1,
Version: 2.4.0nb2,
Package name: fcgi-2.4.0nb2,
Maintainer: pkgsrc-usersFastCGI is an open extension to CGI that provides high performance for
all Internet applications without the penalties of Web server APIs.
FastCGI is designed to be layered on top of existing Web server APIs.
For instance, the mod_fastcgi Apache module adds FastCGI support to
the Apache server. FastCGI can also be used, with reduced
functionality and reduced performance, on any Web server that supports
CGI.
This FastCGI Developer's Kit is designed to make developing FastCGI
applications easy. The kit currently supports FastCGI applications
written in C/C++, Perl, Tcl, and Java.
Master sites:
SHA1: 2329404159e8b8315e524b9eaf1de763202c6e6a
RMD160: df5c01b197bc72fca7abee184a34ec14253dd0f0
Filesize: 457.697 KB
Version history: (Expand)
- (2015-05-24) Updated to version: fcgi-2.4.0nb2
- (2015-04-03) Package added to pkgsrc.se, version fcgi-2.4.0nb1 (created)
CVS history: (Expand)
2015-05-24 11:59:27 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #4731 - requested by kim
www/fcgi: security patch
Revisions pulled up:
- www/fcgi/Makefile 1.19
- www/fcgi/distinfo 1.6
- www/fcgi/patches/patch-libfcgi_os_unix.c 1.1
---
Module Name: pkgsrc
Committed By: kim
Date: Wed May 20 04:10:38 UTC 2015
Modified Files:
pkgsrc/www/fcgi: Makefile distinfo
Added Files:
pkgsrc/www/fcgi/patches: patch-libfcgi_os_unix.c
Log message:
Use poll instead of select. Fixes CVE-2012-6687.
|