diff options
author | Arno Töll <arno@debian.org> | 2012-11-21 23:03:50 +0100 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2012-11-21 23:03:50 +0100 |
commit | 3f9e670856f606be4d9899e2d2a9ed4708575f10 (patch) | |
tree | fddace81dd1581e52f8ce144ac05a718686e6bf0 /openwrt | |
parent | ec0b51649cd99420792df2352b02dc949f8f293b (diff) | |
download | lighttpd-3f9e670856f606be4d9899e2d2a9ed4708575f10.tar.gz |
Imported Upstream version 1.4.18upstream/1.4.18
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/control | 4 | ||||
-rw-r--r-- | openwrt/lighttpd.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/control b/openwrt/control index 21be30a..7dee2c3 100644 --- a/openwrt/control +++ b/openwrt/control @@ -1,8 +1,8 @@ Package: lighttpd -Version: 1.4.17 +Version: 1.4.18 Architecture: mipsel Maintainer: Jan Kneschke <jan@kneschke.de> -Source: http://jan.kneschke.de/projects/lighttpd/download/lighttpd-1.4.17.tar.gz +Source: http://jan.kneschke.de/projects/lighttpd/download/lighttpd-1.4.18.tar.gz Section: net Priority: optional Depends: diff --git a/openwrt/lighttpd.mk b/openwrt/lighttpd.mk index eb917c3..71cf0c7 100644 --- a/openwrt/lighttpd.mk +++ b/openwrt/lighttpd.mk @@ -10,7 +10,7 @@ # For this example we'll use a fairly simple package that compiles easily # and has sources available for download at sourceforge -LIGHTTPD=lighttpd-1.4.17 +LIGHTTPD=lighttpd-1.4.18 LIGHTTPD_TARGET=.built LIGHTTPD_DIR=$(BUILD_DIR)/$(LIGHTTPD) LIGHTTPD_IPK=$(BUILD_DIR)/$(LIGHTTPD)_mipsel.ipk |