ports/opt (2.3): [notify] lighttpd: updated to 1.4.15
commit 558878759a5742cb5a7c7a5c4fd6cf2946791f52 Author: Simone Rota <sip@crux.nu> Date: Sat Apr 14 12:34:33 2007 +0200 [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 diff --git a/lighttpd/.footprint b/lighttpd/.footprint index 804c857..897647c 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 158860b..b8d20f4 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 0e65af9..70f748a 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
participants (1)
-
crux@crux.nu