From 026e67e6badc38c34a2d7c368493fee8555d6ca3 Mon Sep 17 00:00:00 2001 From: Simone Rota Date: Thu, 13 Mar 2008 15:10:54 +0100 Subject: [PATCH] [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) --- lighttpd/.md5sum | 2 +- lighttpd/Pkgfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lighttpd/.md5sum b/lighttpd/.md5sum index aa49094d6..5afa47a32 100644 --- a/lighttpd/.md5sum +++ b/lighttpd/.md5sum @@ -1,3 +1,3 @@ -5db3204d57436a032f899ff9dbce793f lighttpd-1.4.18.tar.gz +cede410e7adee3ea14206749190a8b5d lighttpd-1.4.19.tar.gz 0ca699210055a3e137ffefdcd5441c09 lighttpd.conf acf07b7bf297e76923511abff24859b9 lighttpd.rc diff --git a/lighttpd/Pkgfile b/lighttpd/Pkgfile index defc16ac6..bff760639 100644 --- a/lighttpd/Pkgfile +++ b/lighttpd/Pkgfile @@ -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