Project

General

Profile

News

spawn-fcgi: Release: spawn-fcgi 1.6.4

Added by stbuehler about 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 over 11 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 over 13 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

spawn-fcgi: Release: spawn-fcgi 1.6.2

Added by stbuehler about 14 years ago

This release contains a major bug fix.

Important Changes

  • IPv6 support
  • Fix problems with usernames starting with a digit and non-existing uids

Downloads

Changes

  • Add homepage to README
  • Add IPv6 support
  • Fix problems with usernames starting with a digit and non-existing uids; add warning if only user priveleges are dropped. (fixes #1959)
  • Add check to link against socket/nsl if needed (fixes #1960)
  • List IPv6 as feature after the version if it is supported

spawn-fcgi: Release candidate: spawn-fcgi 1.6.2-rc1-r42

Added by stbuehler about 14 years ago

The fix for the usernames needs a new release... so here is the release candidate.

Important Changes

  • IPv6 support
  • Fix problems with usernames starting with a digit and not existing uids

Changes

  • Add homepage to README
  • Add IPv6 support
  • Fix problems with usernames starting with a digit and not existing uids; add warning if only user privs are dropped. (fixes #1959)

Downloads

(1-10/13)

Also available in: Atom