pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/spawn-fcgi
Module Name: pkgsrc
Committed By: nia
Date: Sun Oct 6 13:10:39 UTC 2019
Modified Files:
pkgsrc/www/spawn-fcgi: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/spawn-fcgi/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/spawn-fcgi/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/spawn-fcgi/Makefile
diff -u pkgsrc/www/spawn-fcgi/Makefile:1.8 pkgsrc/www/spawn-fcgi/Makefile:1.9
--- pkgsrc/www/spawn-fcgi/Makefile:1.8 Sun Dec 18 18:31:28 2016
+++ pkgsrc/www/spawn-fcgi/Makefile Sun Oct 6 13:10:39 2019
@@ -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
Index: pkgsrc/www/spawn-fcgi/distinfo
diff -u pkgsrc/www/spawn-fcgi/distinfo:1.2 pkgsrc/www/spawn-fcgi/distinfo:1.3
--- pkgsrc/www/spawn-fcgi/distinfo:1.2 Wed Nov 4 02:47:39 2015
+++ pkgsrc/www/spawn-fcgi/distinfo Sun Oct 6 13:10:39 2019
@@ -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