1
0
forked from ports/opt

lighttpd: updated to version 1.4.10

This commit is contained in:
Jukka Heino 2006-02-11 01:28:55 +00:00
parent 4ed0de6e1c
commit 17c6fe2b1c
3 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
20a171774a0615069de3704db52483aa lighttpd-1.4.9.tar.gz
c9048c8c324e3698a755a4fd692866a3 lighttpd.conf
51e42c2cc98a1f9986b9f232ff5a01f2 lighttpd-1.4.10.tar.gz
0ca699210055a3e137ffefdcd5441c09 lighttpd.conf
acf07b7bf297e76923511abff24859b9 lighttpd.rc

View File

@ -5,7 +5,7 @@
# Depends on:
name=lighttpd
version=1.4.9
version=1.4.10
release=1
source=(http://www.$name.net/download/$name-$version.tar.gz \
$name.conf \

View File

@ -74,6 +74,7 @@ mimetype.assign = (
".gram" => "application/srgs",
".grxml" => "application/srgs+xml",
".gtar" => "application/x-gtar",
".tar.gz" => "application/x-tar-gz",
".gz" => "application/x-gunzip",
".hdf" => "application/x-hdf",
".hqx" => "application/mac-binhex40",
@ -163,7 +164,6 @@ mimetype.assign = (
".swf" => "application/x-shockwave-flash",
".t" => "application/x-troff",
".tar" => "application/x-tar",
".tar.gz" => "application/x-tar-gz",
".tcl" => "application/x-tcl",
".tex" => "application/x-tex",
".texi" => "application/x-texinfo",