2158843582
fcgiwrap was not updated since April 2015, but the last GitHub release is from February 2013. Therefore, bump fcgiwrap to the latest commit as it features fixes and improvements, but is unlikely to be part of a release soon. Update as well: * the license file (latest commit features a COPYING file), * the Config.in URL, as the previous "official" URL now returns an HTTP 502 error. Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
config BR2_PACKAGE_FCGIWRAP
|
|
bool "fcgiwrap"
|
|
depends on BR2_USE_MMU # libfcgi
|
|
select BR2_PACKAGE_LIBFCGI
|
|
help
|
|
fcgiwrap is a simple server for running CGI applications
|
|
over FastCGI. It hopes to provide clean CGI support to Nginx
|
|
(and other web servers that may need it).
|
|
|
|
https://github.com/gnosek/fcgiwrap
|