[backfire] merge r28146
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 1 Sep 2011 20:05:10 +0000 (20:05 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 1 Sep 2011 20:05:10 +0000 (20:05 +0000)
SVN-Revision: 28147

net/lighttpd/Makefile
net/lighttpd/files/lighttpd.conf

index e2d5598e61dc1e3a529a121911af3bf2d1c30e34..450f269ed265bd8343a9b0f54c240bfaf7e0070d 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lighttpd
 PKG_VERSION:=1.4.28
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://download.lighttpd.net/lighttpd/releases-1.4.x/
index 48d6d1806e068cf11f433713a51dbe4d7fd38b91..269f546ee6f0259980e4ef1e4f1753935b0e733c 100644 (file)
@@ -45,6 +45,7 @@ mimetype.assign = (
        ".jpg"   => "image/jpeg",
        ".jpeg"  => "image/jpeg",
        ".png"   => "image/png",
+       ".svg"   => "image/svg+xml",
        ".css"   => "text/css",
        ".html"  => "text/html",
        ".htm"   => "text/html",