notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: www/fcgiwrap/files/patch-fcgiwrap.c

Number of commits found: 5

Saturday, 28 Mar 2020
17:49 rodrigo search for other commits by this committer
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>
Original commitRevision:529749 
Monday, 26 Dec 2016
17:10 adamw search for other commits by this committer
Clean up and modernize fcgi and fcgiwrap. Unbreak fcgiwrap, for
which distfiles are readily available, and host the fcgi distfile
locally.
Original commitRevision:429554 
Monday, 22 Dec 2014
13:47 rodrigo search for other commits by this committer
- 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)
Original commitRevision:375237 
Sunday, 5 Oct 2014
23:37 marino search for other commits by this committer
www/fcgiwrap: Improve binary strip handling, add new feature

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

Number of commits found: 5