pkgsrc/www/spawn-fcgi/Makefile
nia 84abec3a24 spawn-fcgi: Update to 1.6.4
Changes:

    Use octal mode for -M (patch by dfjoerg)
    Add -b backlog option (fixes #2422, patch by aschmitz)
    Restrict Unix socket file ownership by default to ug=rw
    Add example apparmor spawn-fcgi abstraction
    Use autoreconf instead of calling tools manually
    Add more flags to extra-warning flags
    Check return values of setuid, setgid, setgroups, initgroups, write
    Check whether compiler supports wanted CFLAGS (fixes #2235)
    Fix resource leaks in failure cases (found with coverity)
2019-10-06 13:10:39 +00:00

18 lines
421 B
Makefile

# $NetBSD: Makefile,v 1.9 2019/10/06 13:10:39 nia Exp $
DISTNAME= spawn-fcgi-1.6.4
CATEGORIES= www
MASTER_SITES= https://download.lighttpd.net/spawn-fcgi/releases-1.6.x/
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://redmine.lighttpd.net/projects/spawn-fcgi
COMMENT= FastCGI deployment tool
LICENSE= modified-bsd
CONFLICTS= lighttpd<1.4.23
GNU_CONFIGURE= yes
RCD_SCRIPTS= spawnfcgi
.include "../../mk/bsd.pkg.mk"