fcgiwrap 1.1.0-1 source package in Ubuntu
Changelog
fcgiwrap (1.1.0-1) unstable; urgency=low [ Jordi Mallach ] * New upstream release (closes: #721518). * Remove all patches, all were applied upstream. * Add pkg-config to Build-Depends, as per configure.ac. * Minor tabs-vs-spaces cosmetic fix in init. * Pull post-1.1.0 patches from Git: - debian/patches/0002-Add-p-path-option-to-restrict-scripts.patch: restricts fcgiwrap to a literal path match. * Pass --with-systemdsystemunitdir=/lib/systemd/system. * Build-Depend on libsystemd-daemon-dev and pass --with-systemd to enable systemd socket activation. * Update to debhelper compat v9. * Use canonical Vcs URLs. * Bump Standards-Version to 3.9.5 (no changes needed). [ Sergio Talens-Oliag ] * Update watch file as suggested by Haha Warosu (closes: #720912). * Added -f option to fcgiwrap to redirect stderr (closes: #633116). * Modified init file to remove the use of DAEMON_USER and DAEMON_GID, as spawn-fcgi already does the check and fails if the user does not exist and also changed the PID file extension (closes: #697856). * Use env -i when calling spawn-fcgi to have a clean environment when executing the scripts (closes: #621754), but enabling the option of exporting some variables if desired (ENV_VARS). * Add fix_systemd.patch: change user/group and socket name definitions in service file to match the Debian-suitable sysvinit values. * Cleanup autotools files on clean. -- Jordi Mallach <email address hidden> Fri, 01 Apr 2011 22:19:33 +0200
Upload details
- Uploaded by:
- Jordi Mallach
- Uploaded to:
- Sid
- Original maintainer:
- Jordi Mallach
- Architectures:
- any
- Section:
- web
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
fcgiwrap_1.1.0-1.dsc | 1.3 KiB | 36eaa5f6b29930433b65a5c67cae28b40c218f4993dd29c31f133e5a40d9c959 |
fcgiwrap_1.1.0.orig.tar.xz | 9.1 KiB | 02cd41ad98d0ec28d06d262dd1768ec2daaf9227aa2ae84fd54117cf7f5b5ab9 |
fcgiwrap_1.1.0-1.debian.tar.gz | 8.8 KiB | d661edced6dc226b20a55b4f9c9d0fdfc8a49fc1bb9e3b3354243c4f67b88861 |
Available diffs
- diff from 1.0.3-3 (in Ubuntu) to 1.1.0-1 (9.1 KiB)
No changes file available.
Binary packages built by this source
- fcgiwrap: simple server to run CGI applications over FastCGI
fcgiwrap is a simple server for running CGI applications over FastCGI.
Its goal is to provide clean CGI support to the nginx webserver, although
can be used with others.
.
fcgiwrap is lightweight and has no configuration, making it possible to
use the same pool to run different sites.