notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/fcgiwrap/files/patch-fcgiwrap.c
SVNWeb

Number of commits found: 5

Sat, 28 Mar 2020
[ 17:49 rodrigo search for other commits by this committer ] Original commit   Revision:529749
www/fcgiwrap: fix IPv6 support

Extend existing patch to fix IPv6 support.
Bump PORTREVISION

The fix zero-out the sockaddr structure before
using it as a sockaddr_in6 structure as explained
by IEEE Std 1003.1.

The patch was upstremed : https://github.com/gnosek/fcgiwrap/pull/51

PR:		243721
Reported by:	<olaf@zaplinski.de>
Mon, 26 Dec 2016
[ 17:10 adamw search for other commits by this committer ] Original commit   Revision:429554
Clean up and modernize fcgi and fcgiwrap. Unbreak fcgiwrap, for
which distfiles are readily available, and host the fcgi distfile
locally.
Mon, 22 Dec 2014
[ 13:47 rodrigo search for other commits by this committer ] Original commit   Revision:375237
- Fix issue on restart after reboot, fcgiwrap doesn't handle
  properly unix sockets bind errors (https://github.com/gnosek/fcgiwrap/pull/26)
- Bump port revision

PR:		ports/192681
Submitted by:	freebsd@skysmurf.nl (maintainer)
Sun, 5 Oct 2014
[ 23:37 marino search for other commits by this committer ] Original commit   Revision:370135
www/fcgiwrap: Improve binary strip handling, add new feature

PR:		192907
Final version:	maintainer (fonz)
Tue, 20 Jul 2010
[ 13:03 jadawin search for other commits by this committer ] Original commit 
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).

Features:
    * very lightweight (84KB of private memory per instance)
    * fixes broken CR/LF in headers
    * handles environment in a sane way (CGI scripts get HTTP-related env. vars
    * from FastCGI parameters and inherit all the others from fcgiwrap's
    * environment)
    * no configuration, so you can run several sites off the same fcgiwrap pool
    * passes CGI stderr output to fcgiwrap's stderr (this is by design but
    * stderr could be also passed to FastCGI stderr stream)

WWW:    http://nginx.localdomain.pl/wiki/FcgiWrap

PR:             ports/148649
Submitted by:   Bapt <baptiste.daroussin at gmail.com>

Number of commits found: 5