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

Number of commits found: 19

Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:135fdeebb99c3569e42d8162b265e15d29bd937d  commit hash:135fdeebb99c3569e42d8162b265e15d29bd937d  commit hash:135fdeebb99c3569e42d8162b265e15d29bd937d  135fdee  (Only the first 10 of 2028 ports in this commit are shown above. View all ports for this commit)
all: Remove all other $FreeBSD keywords.
Sun, 12 Apr 2020
[ 16:17 rodrigo search for other commits by this committer ] Original commit   Revision:531530
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>
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>
Thu, 7 Jun 2018
[ 17:57 zi search for other commits by this committer ] Original commit   Revision:471940
- Unbreak socket mode logic

Reported by:	clusteradm
Sat, 25 Nov 2017
[ 02:03 delphij search for other commits by this committer ] Original commit   Revision:454862
Fix an obvious typo.

Reported by:	remko
Mon, 30 Oct 2017
[ 05:59 delphij search for other commits by this committer ] Original commit   Revision:453157
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
Sun, 4 Jun 2017
[ 12:07 matthew search for other commits by this committer ] Original commit   Revision:442556
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
Fri, 26 May 2017
[ 16:54 adamw search for other commits by this committer ] Original commit   Revision:441799
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
Mon, 17 Oct 2016
[ 12:03 mat search for other commits by this committer ] Original commit   Revision:424112
Add changing the owner/group/mode for the socket.

PR:		213385
Submitted by:	mat
Approved by:	maintainer
Sponsored by:	Absolight
Sun, 13 Jul 2014
[ 15:30 pi search for other commits by this committer ] Original commit   Revision:361688
www/fcgiwrap: fix rc script, strip sbin/fcgiwrap

PR:		186638
Submitted by:	johan@stromnet.se
Approved by:	freebsd@skysmurf.nl (maintainer)
Sun, 18 Nov 2012
[ 16:33 hrs search for other commits by this committer ] Original commit   Revision:307542 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Fix rc.d script to support systems before and after ${name}_fib is introduced
into rc.subr.  Bump PORTREVISION.

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

PR:             ports/164186
Submitted by:   srdjan.rosic@gmail.com
Sat, 14 Jan 2012
[ 08:57 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 951 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 15 May 2011
[ 02:49 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
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
Wed, 1 Dec 2010
[ 07:13 bapt search for other commits by this committer ] Original commit 
- s/login/LOGIN/ in rc script
- cleaner way to handle pre_cmd
- cleanup pid file left behind

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

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

Approved by:    tabthorpe (mentor)

Number of commits found: 19