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/fcgiwrap.in

Number of commits found: 19

Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d 135fdee
Sunday, 12 Apr 2020
16:17 rodrigo search for other commits by this committer
www/fcgiwrap: wait for fcgiwrap named socket creation before chown

In certain circumstances postcmd function is called before
named sockets be created by fcgiwrap, causing a startup
failure. This change leave up to 5 seconds to fcgiwrap to
properly start.

Bump PORTREVISION.

PR:		219753
Reported by:	Shuichi KITAGUCHI <ki@hh.iij4u.or.jp>
Original commitRevision:531530 
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 
Thursday, 7 Jun 2018
17:57 zi search for other commits by this committer
- Unbreak socket mode logic

Reported by:	clusteradm
Original commitRevision:471940 
Saturday, 25 Nov 2017
02:03 delphij search for other commits by this committer
Fix an obvious typo.

Reported by:	remko
Original commitRevision:454862 
Monday, 30 Oct 2017
05:59 delphij search for other commits by this committer
Improve robustness of owner/mode settings.

 - Run fcgiwrap under target credential and only change ownership
   if the credential do not match the current socket_owner/group
   setting.
 - Use umask instead of chmod.
 - Use nobody/nogroup for default credentials instead of root.

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D12726
Original commitRevision:453157 
Sunday, 4 Jun 2017
12:07 matthew search for other commits by this committer
Avoid accidentally killing init or other important processes when
running 'service fcgiwrap onestop' if /var/run/fcgiwrap/fcgiwrap.pid
doesn't exist or contain the fcgiwrap PID.

This prevents killing any processes in process groups 0 or 1 or in the
caller's process group if the rc script cannot read the fcgiwrap
pidfile.

PR:		219724
Submitted by:	bblister@gmail.com
MFH:		2017Q2
Original commitRevision:442556 
Friday, 26 May 2017
16:54 adamw search for other commits by this committer
Fix stale processes not being terminated by the rc(8) script.

Previously, when fcgiwrap_flags="-c [n]" with n > 1, only the controlling
process was terminated, with the children running. This patch fixes this
behaviour, terminating the children.

PR:		217297
Submitted by:	lstewart
Reported by:	spry anarchy in the ph
MFH:		2017Q2
Original commitRevision:441799 
Monday, 17 Oct 2016
12:03 mat search for other commits by this committer
Add changing the owner/group/mode for the socket.

PR:		213385
Submitted by:	mat
Approved by:	maintainer
Sponsored by:	Absolight
Original commitRevision:424112 
Sunday, 13 Jul 2014
15:30 pi search for other commits by this committer
www/fcgiwrap: fix rc script, strip sbin/fcgiwrap

PR:		186638
Submitted by:	johan@stromnet.se
Approved by:	freebsd@skysmurf.nl (maintainer)
Original commitRevision:361688 
Sunday, 18 Nov 2012
16:33 hrs search for other commits by this committer
Fix rc.d script to support systems before and after ${name}_fib is introduced
into rc.subr.  Bump PORTREVISION.

Feature safe:	yes
Original commitRevision:307542 
Friday, 27 Jan 2012
08:05 bapt search for other commits by this committer
- Enable multiprofile fcgiwrap rc script modeled over the nginx rc script
- pet portlint
- bump portrevision

PR:             ports/164186
Submitted by:   srdjan.rosic@gmail.com
Original commit
Saturday, 14 Jan 2012
08:57 dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Original commit
Sunday, 15 May 2011
02:49 dougb search for other commits by this committer
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
Original commit
Wednesday, 1 Dec 2010
07:13 bapt search for other commits by this committer
- s/login/LOGIN/ in rc script
- cleaner way to handle pre_cmd
- cleanup pid file left behind

Reported by:    dougb
Original commit
Monday, 29 Nov 2010
11:47 bapt search for other commits by this committer
Fix rc script when fcgiwrap_user is not set
bump portrevision
Original commit
Monday, 22 Nov 2010
13:46 bapt search for other commits by this committer
Fix typo in rc script
Original commit
Monday, 23 Aug 2010
13:39 bapt search for other commits by this committer
- remove useless addition of ${fcgiwrap_flags} to command_args

Reported by:    dougb
Approved by:    jadawin (co-mentor)
Original commit
Tuesday, 17 Aug 2010
19:40 bapt search for other commits by this committer
- Add rc script

Approved by:    tabthorpe (mentor)
Original commit

Number of commits found: 19