From 558878759a5742cb5a7c7a5c4fd6cf2946791f52 Mon Sep 17 00:00:00 2001 From: Simone Rota Date: Sat, 14 Apr 2007 12:34:33 +0200 Subject: [PATCH] [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 --- lighttpd/.footprint | 2 ++ lighttpd/.md5sum | 2 +- lighttpd/Pkgfile | 5 +++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lighttpd/.footprint b/lighttpd/.footprint index 804c85793..897647c1d 100644 --- a/lighttpd/.footprint +++ b/lighttpd/.footprint @@ -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 diff --git a/lighttpd/.md5sum b/lighttpd/.md5sum index 158860bd9..b8d20f44a 100644 --- a/lighttpd/.md5sum +++ b/lighttpd/.md5sum @@ -1,3 +1,3 @@ -d775d6478391b95d841a1018c8db0b95 lighttpd-1.4.13.tar.gz +d2ceaaf242b2b3593ff4d8222d543649 lighttpd-1.4.15.tar.gz 0ca699210055a3e137ffefdcd5441c09 lighttpd.conf acf07b7bf297e76923511abff24859b9 lighttpd.rc diff --git a/lighttpd/Pkgfile b/lighttpd/Pkgfile index 0e65af94e..70f748aea 100644 --- a/lighttpd/Pkgfile +++ b/lighttpd/Pkgfile @@ -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