diff options
author | Simone Rota <sip@crux.nu> | 2007-09-10 11:44:19 +0200 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2007-09-10 11:44:37 +0200 |
commit | f90eeb589e1fc50f87a4d4e50d2795bbf46a62a5 (patch) | |
tree | 6fc128f925f3e8179e31d51ca9ce26118ce8eda9 /lighttpd | |
parent | 98850c65b118bbeccf4530c5329e01f543cc8ac8 (diff) | |
download | opt-f90eeb589e1fc50f87a4d4e50d2795bbf46a62a5.tar.gz opt-f90eeb589e1fc50f87a4d4e50d2795bbf46a62a5.tar.xz |
[notify] lighttpd: updated to 1.4.18
Fixes a remote vulnerability with fastcgi, see:
http://www.lighttpd.net/assets/2007/9/9/lighttpd_sa_2007_12.txt
http://secweb.se/en/advisories/lighttpd-fastcgi-remote-vulnerability/
Diffstat (limited to 'lighttpd')
-rw-r--r-- | lighttpd/.footprint | 1 | ||||
-rw-r--r-- | lighttpd/.md5sum | 2 | ||||
-rw-r--r-- | lighttpd/Pkgfile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/lighttpd/.footprint b/lighttpd/.footprint index 897647c1d..f2f2725cc 100644 --- a/lighttpd/.footprint +++ b/lighttpd/.footprint @@ -80,6 +80,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/spawn-fcgi.1.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/lighttpd +-rwxr-xr-x root/root usr/sbin/lighttpd-angel drwxr-xr-x root/root var/ drwxr-xr-x root/root var/run/ -rw-r--r-- root/root var/run/lighttpd.pid (EMPTY) diff --git a/lighttpd/.md5sum b/lighttpd/.md5sum index 5514712d3..aa49094d6 100644 --- a/lighttpd/.md5sum +++ b/lighttpd/.md5sum @@ -1,3 +1,3 @@ -04988067026e93ccb46e19fa8c17ae97 lighttpd-1.4.16.tar.gz +5db3204d57436a032f899ff9dbce793f lighttpd-1.4.18.tar.gz 0ca699210055a3e137ffefdcd5441c09 lighttpd.conf acf07b7bf297e76923511abff24859b9 lighttpd.rc diff --git a/lighttpd/Pkgfile b/lighttpd/Pkgfile index b554e9e6a..defc16ac6 100644 --- a/lighttpd/Pkgfile +++ b/lighttpd/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=lighttpd -version=1.4.16 +version=1.4.18 release=1 source=(http://www.$name.net/download/$name-$version.tar.gz \ $name.conf \ |