non port: www/fcgiwrap/Makefile |
Number of commits found: 37 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 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>
 |
Saturday, 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>
 |
Thursday, 7 Jun 2018
|
17:57 zi
- Unbreak socket mode logic
Reported by: clusteradm
 |
Tuesday, 13 Mar 2018
|
14:05 rodrigo
Take maintainership for www/fcgiwrap.
 |
Saturday, 25 Nov 2017
|
02:03 delphij
Fix an obvious typo.
Reported by: remko
 |
Monday, 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
 |
Sunday, 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
 |
Friday, 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
 |
Thursday, 20 Apr 2017
|
03:31 adamw
Release these ports to the collective.
 |
Monday, 26 Dec 2016
|
17:10 adamw
Clean up and modernize fcgi and fcgiwrap. Unbreak fcgiwrap, for
which distfiles are readily available, and host the fcgi distfile
locally.
 |
16:31 adamw
Take maintainership
 |
11:59 rene
Reset ports per maintainer request.
PR: 215557
Submitted by: A.J. "Fonz" van Werven (maintainer)
 |
Monday, 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
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 7 May 2015
|
20:24 mat
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 19 Mar 2015
|
16:44 bdrewery
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
 |
Sunday, 28 Dec 2014
|
18:39 bapt
Convert to USES=autoreconf
 |
Monday, 22 Dec 2014
|
13:47 rodrigo
- 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)
 |
Sunday, 5 Oct 2014
|
23:37 marino
www/fcgiwrap: Improve binary strip handling, add new feature
PR: 192907
Final version: maintainer (fonz)
 |
Sunday, 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)
 |
Sunday, 6 Jul 2014
|
14:23 rakuco
- Assign to new maintainer.
- Add maintainer's mirror to MASTER_SITES.
PR: 191653
Submitted by: A.J. "Fonz" van Werven <freebsd@skysmurf.nl>
 |
Monday, 21 Oct 2013
|
08:30 bapt
Fix build by adding missing pkg-config build requirement
PR: prots/182717
Submitted by: Phillip Jaenke <prj@rootwyrm.com>
 |
Thursday, 3 Oct 2013
|
16:40 bapt
Update to v1.1.0
Switch to USE_GITHUB
Upstream now needs gmake
Upstream now also needs aclocal
Support stage
Drop maintainership
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Monday, 31 Dec 2012
|
12:53 bapt
Remove shlib numbers
Trim headers
 |
Sunday, 18 Nov 2012
|
16:33 hrs
Fix rc.d script to support systems before and after ${name}_fib is introduced
into rc.subr. Bump PORTREVISION.
Feature safe: yes
 |
Friday, 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
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Monday, 29 Nov 2010
|
11:47 bapt
Fix rc script when fcgiwrap_user is not set
bump portrevision
 |
Saturday, 16 Oct 2010
|
11:52 ade
Punt autoconf267->autoconf268
 |
Wednesday, 15 Sep 2010
|
18:35 ade
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
 |
Tuesday, 17 Aug 2010
|
19:40 bapt
- Add rc script
Approved by: tabthorpe (mentor)
 |
Wednesday, 28 Jul 2010
|
17:31 bapt
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor)
 |
Tuesday, 20 Jul 2010
|
13:03 jadawin
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>
 |
Number of commits found: 37 |