diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-01-20 15:33:47 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-01-20 15:33:47 +0000 |
commit | 39eb208522fa5c7e174efe26d6ae6e81de518abc (patch) | |
tree | 8d1d6d59b440a8cc4a7a27b0475d0e0debc28558 /package/lighttpd/Makefile | |
parent | 35d944fc197cbc87350a647230b5183be0101848 (diff) | |
download | upstream-39eb208522fa5c7e174efe26d6ae6e81de518abc.tar.gz upstream-39eb208522fa5c7e174efe26d6ae6e81de518abc.tar.bz2 upstream-39eb208522fa5c7e174efe26d6ae6e81de518abc.zip |
update lighttpd to new upstream release (v1.4.9), add -mod-evasive subpackage.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3028 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lighttpd/Makefile')
-rw-r--r-- | package/lighttpd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/lighttpd/Makefile b/package/lighttpd/Makefile index 65a8d35141..401895c388 100644 --- a/package/lighttpd/Makefile +++ b/package/lighttpd/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd -PKG_VERSION:=1.4.8 +PKG_VERSION:=1.4.9 PKG_RELEASE:=1 -PKG_MD5SUM:=7d7790ef95ff5755f73bfcda4f13696d +PKG_MD5SUM:=20a171774a0615069de3704db52483aa PKG_SOURCE_URL:=http://www.lighttpd.net/download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -31,6 +31,7 @@ $(eval $(call PKG_template,LIGHTTPD_MOD_ACCESSLOG,lighttpd-mod-accesslog,$(PKG_V $(eval $(call PKG_template,LIGHTTPD_MOD_ALIAS,lighttpd-mod-alias,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,LIGHTTPD_MOD_AUTH,lighttpd-mod-auth,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,LIGHTTPD_MOD_CGI,lighttpd-mod-cgi,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,LIGHTTPD_MOD_EVASIVE,lighttpd-mod-evasive,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,LIGHTTPD_MOD_EXPIRE,lighttpd-mod-expire,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,LIGHTTPD_MOD_FASTCGI,lighttpd-mod-fastcgi,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,LIGHTTPD_MOD_PROXY,lighttpd-mod-proxy,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) @@ -46,6 +47,7 @@ $(eval $(call PKG_mod_template,LIGHTTPD_MOD_ACCESSLOG,accesslog)) $(eval $(call PKG_mod_template,LIGHTTPD_MOD_ALIAS,alias)) $(eval $(call PKG_mod_template,LIGHTTPD_MOD_AUTH,auth)) $(eval $(call PKG_mod_template,LIGHTTPD_MOD_CGI,cgi)) +$(eval $(call PKG_mod_template,LIGHTTPD_MOD_EVASIVE,evasive)) $(eval $(call PKG_mod_template,LIGHTTPD_MOD_EXPIRE,expire)) $(eval $(call PKG_mod_template,LIGHTTPD_MOD_FASTCGI,fastcgi)) $(eval $(call PKG_mod_template,LIGHTTPD_MOD_PROXY,proxy)) |