pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/spawn-fcgi spawn-fcgi: Update to 1.6.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/85c5ff48a463
branches: trunk
changeset: 340710:85c5ff48a463
user: nia <nia%pkgsrc.org@localhost>
date: Sun Oct 06 13:10:39 2019 +0000
description:
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)
diffstat:
www/spawn-fcgi/Makefile | 10 +++++-----
www/spawn-fcgi/distinfo | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diffs (37 lines):
diff -r e406980396f0 -r 85c5ff48a463 www/spawn-fcgi/Makefile
--- a/www/spawn-fcgi/Makefile Sun Oct 06 13:02:25 2019 +0000
+++ b/www/spawn-fcgi/Makefile Sun Oct 06 13:10:39 2019 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2016/12/18 18:31:28 zafer Exp $
+# $NetBSD: Makefile,v 1.9 2019/10/06 13:10:39 nia Exp $
-DISTNAME= spawn-fcgi-1.6.3
-PKGREVISION= 3
+DISTNAME= spawn-fcgi-1.6.4
CATEGORIES= www
-MASTER_SITES= http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/
+MASTER_SITES= https://download.lighttpd.net/spawn-fcgi/releases-1.6.x/
MAINTAINER= joerg%NetBSD.org@localhost
-HOMEPAGE= http://redmine.lighttpd.net/projects/spawn-fcgi
+HOMEPAGE= https://redmine.lighttpd.net/projects/spawn-fcgi
COMMENT= FastCGI deployment tool
+LICENSE= modified-bsd
CONFLICTS= lighttpd<1.4.23
diff -r e406980396f0 -r 85c5ff48a463 www/spawn-fcgi/distinfo
--- a/www/spawn-fcgi/distinfo Sun Oct 06 13:02:25 2019 +0000
+++ b/www/spawn-fcgi/distinfo Sun Oct 06 13:10:39 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 02:47:39 agc Exp $
+$NetBSD: distinfo,v 1.3 2019/10/06 13:10:39 nia Exp $
-SHA1 (spawn-fcgi-1.6.3.tar.gz) = 2b97ea57d9d79745fe8d6051d830fa507b421169
-RMD160 (spawn-fcgi-1.6.3.tar.gz) = 4c09fb3d8b03e17b491c733469570d538d3ff5ce
-SHA512 (spawn-fcgi-1.6.3.tar.gz) = 4f9ad8691562e95f3df6ec5f733db7dc774b2e1c5bbacf77bbb954791dbeca506134d5794efb06b342bc149e7cff2f8173c05070ed214de3634cf1484c08f85f
-Size (spawn-fcgi-1.6.3.tar.gz) = 97921 bytes
+SHA1 (spawn-fcgi-1.6.4.tar.gz) = 0b10126be40431b00591a28f155efdb77a460161
+RMD160 (spawn-fcgi-1.6.4.tar.gz) = 6f0c9da33b75fa21f2272005a6a408a1d6a04242
+SHA512 (spawn-fcgi-1.6.4.tar.gz) = 4e24b026c5322f762f000a223642c46a808c6a4f7d4b83b6a2131022ab557dd618cf64ce73119af00c97b935e5245dc20e0c1e769a3a8f3361ae2bb63616c119
+Size (spawn-fcgi-1.6.4.tar.gz) = 110455 bytes
Home |
Main Index |
Thread Index |
Old Index