Project

General

Profile

News

spawn-fcgi: Release: spawn-fcgi 1.6.4

Added by stbuehler over 9 years ago

Important Changes

spawn-fcgi now interprets the mode (-M) always as octal integer (same as chmod). Also it will always set the mode (for Unix domain sockets, not TCP); the default will remove the executable bits and read+write access for others (in addition to umask restrictions).

If you want others to be able to connect to your Unix domain socket, you have to manually specify -M 0666 (or better: create a shared group, or spawn as root and use the -u and -U options)

Downloads

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)

multiwatch: Release: multiwatch 1.0.0

Added by stbuehler almost 12 years ago

First release of multiwatch.

Changes since rc1

  • Reset sigmask after fork()
  • new "--signal" option
  • build fixes

Downloads

spawn-fcgi: Release: spawn-fcgi 1.6.3

Added by stbuehler about 14 years ago

This release contains some bug fixes.

Important Changes

  • Fix unix socket mode change to work without specifying user/group for socket
  • Fix Invalid Argument in chmod if mode=-1 (fixes #2033)

Downloads

Changes

  • Fix unix socket mode change to work without specifying user/group for socket
  • Add some ./run script examples for use with daemontools or runit
  • Fix Invalid Argument in chmod if mode=-1 (fixes #2033)
  • Add deprecated and /bin/sh info for -f option; wrap syntax output (fixes #2044)
  • Add run script examples in automake dist build
(1-10/15)

Also available in: Atom