ports/opt (2.4): [notify] lighttpd: updated to 1.4.19
commit 026e67e6badc38c34a2d7c368493fee8555d6ca3 Author: Simone Rota <sip@crux.nu> Date: Thu Mar 13 15:10:54 2008 +0100 [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) diff --git a/lighttpd/.md5sum b/lighttpd/.md5sum index aa49094..5afa47a 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 defc16a..bff7606 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
participants (1)
-
crux@crux.nu