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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

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