[notify] lighttpd: updated to 1.4.15

1.4.14 contains fixes for one local and one remote vulnerabilties:

http://lighttpd.net/2007/4/13/lighttpd-1-4-14-released
This commit is contained in:
Simone Rota 2007-04-14 12:34:33 +02:00
parent bf18aa2948
commit 558878759a
3 changed files with 6 additions and 3 deletions

View File

@ -32,6 +32,8 @@ drwxr-xr-x root/root usr/lib/lighttpd/
-rwxr-xr-x root/root usr/lib/lighttpd/mod_evhost.so
-rwxr-xr-x root/root usr/lib/lighttpd/mod_expire.la
-rwxr-xr-x root/root usr/lib/lighttpd/mod_expire.so
-rwxr-xr-x root/root usr/lib/lighttpd/mod_extforward.la
-rwxr-xr-x root/root usr/lib/lighttpd/mod_extforward.so
-rwxr-xr-x root/root usr/lib/lighttpd/mod_fastcgi.la
-rwxr-xr-x root/root usr/lib/lighttpd/mod_fastcgi.so
-rwxr-xr-x root/root usr/lib/lighttpd/mod_flv_streaming.la

View File

@ -1,3 +1,3 @@
d775d6478391b95d841a1018c8db0b95 lighttpd-1.4.13.tar.gz
d2ceaaf242b2b3593ff4d8222d543649 lighttpd-1.4.15.tar.gz
0ca699210055a3e137ffefdcd5441c09 lighttpd.conf
acf07b7bf297e76923511abff24859b9 lighttpd.rc

View File

@ -5,7 +5,7 @@
# Depends on:
name=lighttpd
version=1.4.13
version=1.4.15
release=1
source=(http://www.$name.net/download/$name-$version.tar.gz \
$name.conf \
@ -13,7 +13,8 @@ source=(http://www.$name.net/download/$name-$version.tar.gz \
build() {
cd $name-$version
./configure --prefix=/usr --libdir=/usr/lib/$name --with-openssl
./configure --prefix=/usr --libdir=/usr/lib/$name --with-openssl \
--mandir=/usr/man
make
make DESTDIR=$PKG install