non port: www/fcgiwrap/files/fcgiwrap.in |
SVNWeb
|
Number of commits found: 19 |
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 135fdee (Only the first 10 of 2028 ports in this commit are shown above. )
all: Remove all other $FreeBSD keywords.
|
Sun, 12 Apr 2020
|
[ 16:17 rodrigo ]
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 ]
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 ]
- Unbreak socket mode logic
Reported by: clusteradm
|
Sat, 25 Nov 2017
|
[ 02:03 delphij ]
Fix an obvious typo.
Reported by: remko
|
Mon, 30 Oct 2017
|
[ 05:59 delphij ]
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 ]
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 ]
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 ]
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 ]
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 ] (Only the first 10 of 16 ports in this commit are shown above. )
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 ]
- 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 ] (Only the first 10 of 951 ports in this commit are shown above. )
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 ] (Only the first 10 of 102 ports in this commit are shown above. )
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 ]
- 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 ]
Fix rc script when fcgiwrap_user is not set
bump portrevision
|
Mon, 22 Nov 2010
|
[ 13:46 bapt ]
Fix typo in rc script
|
Mon, 23 Aug 2010
|
[ 13:39 bapt ]
- remove useless addition of ${fcgiwrap_flags} to command_args
Reported by: dougb
Approved by: jadawin (co-mentor)
|
Tue, 17 Aug 2010
|
[ 19:40 bapt ]
- Add rc script
Approved by: tabthorpe (mentor)
|
Number of commits found: 19 |