News
Lighttpd: Release: lighttpd 1.4.72
Lighttpd: Release: lighttpd 1.4.71
Lighttpd: Release: lighttpd 1.4.70
Lighttpd: Release: lighttpd 1.4.69
Lighttpd: Release: lighttpd 1.4.68
Lighttpd: Release: lighttpd 1.4.67
spawn-fcgi: Release: spawn-fcgi 1.6.4
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¶
- http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/spawn-fcgi-1.6.4.tar.gz
- GPG signature: http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/spawn-fcgi-1.6.4.tar.gz.asc
- SHA256:
ab327462cb99894a3699f874425a421d934f957cb24221f00bb888108d9dd09e
- http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/spawn-fcgi-1.6.4.tar.bz2
- GPG signature: http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/spawn-fcgi-1.6.4.tar.bz2.asc
- SHA256:
a3cfc7c9581b6ddc31084b379c9160323fa345d357ace6cd2d3d3af3593e2873
- http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/spawn-fcgi-1.6.4.tar.xz
- GPG signature: http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/spawn-fcgi-1.6.4.tar.xz.asc
- SHA256:
423b0c317e0084773b483985cc21930c4b8dfcb411f7353d6ee6fc41d9cb9d45
- SHA256 checksums: http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/spawn-fcgi-1.6.4.sha256sum
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
First release of multiwatch.
Changes since rc1¶
- Reset sigmask after fork()
- new "--signal" option
- build fixes
Downloads¶
- http://download.lighttpd.net/multiwatch/releases-1.x/multiwatch-1.0.0.tar.gz
- GPG signature: http://download.lighttpd.net/multiwatch/releases-1.x/multiwatch-1.0.0.tar.gz.asc
- SHA256: f528dd89b99d770a5417e01f062c13a9d3c487af63450bb438d3472710fff1cc
- http://download.lighttpd.net/multiwatch/releases-1.x/multiwatch-1.0.0.tar.bz2
- GPG signature: http://download.lighttpd.net/multiwatch/releases-1.x/multiwatch-1.0.0.tar.bz2.asc
- SHA256: 2e1096f0a5d8052a2a5811f3ba4253621c834284aa26f7577dd640c19f52d298
- http://download.lighttpd.net/multiwatch/releases-1.x/multiwatch-1.0.0.tar.xz
- GPG signature: http://download.lighttpd.net/multiwatch/releases-1.x/multiwatch-1.0.0.tar.xz.asc
- SHA256: 376033a2f4e6cf96b89130c12196e1c20ffe99300347593bec233aa472d74891
spawn-fcgi: Release: spawn-fcgi 1.6.3
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¶
- http://www.lighttpd.net/download/spawn-fcgi-1.6.3.tar.gz
- SHA256: 7507a822995731629149040ee5686279b7582ae46f0296efd64b542ef052a90e
- SHA1: 2b97ea57d9d79745fe8d6051d830fa507b421169
- MD5: 6d75f9e9435056fa1e574d836d823cd0
- http://www.lighttpd.net/download/spawn-fcgi-1.6.3.tar.bz2
- SHA256: e6721dc0fa59bb00e05f160406815d53c95e81ac28f7e52fbd36497584f846cd
- SHA1: 95e668079fa9ec144e3d014a50cc978a2d93eb9f
- MD5: 787ed2f88d2204bf1fe4fbd6e509d1d7
- SHA256 checksums: http://www.lighttpd.net/download/spawn-fcgi-1.6.3.sha256sum
- SHA1 checksums: http://www.lighttpd.net/download/spawn-fcgi-1.6.3.sha1sum
- MD5 checksums: http://www.lighttpd.net/download/spawn-fcgi-1.6.3.md5sum
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
Also available in: Atom