[packages] lighttpd: add .svn mimetype (#10016)
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 1 Sep 2011 20:04:24 +0000 (20:04 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 1 Sep 2011 20:04:24 +0000 (20:04 +0000)
SVN-Revision: 28146

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

index 29cf5bfc0b94e5c1c4062fb220a462101c19daef..1bdb6ac768d24394803634cd82ac031687cca03e 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lighttpd
 PKG_VERSION:=1.4.29
-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",