[notify] lighttpd: updated to 1.4.19

Version 1.4.19 includes fixes to the following minor security issues:

http://www.lighttpd.net/security/lighttpd_sa_2008_01.txt
http://www.lighttpd.net/security/lighttpd_sa_2008_02.txt
http://www.lighttpd.net/security/lighttpd_sa_2008_03.txt

Also note that it is now explicitely built without libpcre
(mostly used by mod_cache)
This commit is contained in:
Simone Rota 2008-03-13 15:10:54 +01:00
parent cea5ecb3b2
commit 026e67e6ba
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
5db3204d57436a032f899ff9dbce793f lighttpd-1.4.18.tar.gz
cede410e7adee3ea14206749190a8b5d lighttpd-1.4.19.tar.gz
0ca699210055a3e137ffefdcd5441c09 lighttpd.conf
acf07b7bf297e76923511abff24859b9 lighttpd.rc

View File

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