diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2013-10-07 13:49:56 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-07 22:08:42 +0200 |
commit | 38cde8594dcacb8d1e7460e7eab4e70ef9ecb464 (patch) | |
tree | 4389173ad922eaeed6c1525541b4fa2a9aa3abda | |
parent | fdd37332bc274a4c461604af1265719b735f0d34 (diff) | |
download | buildroot-38cde8594dcacb8d1e7460e7eab4e70ef9ecb464.tar.gz buildroot-38cde8594dcacb8d1e7460e7eab4e70ef9ecb464.zip |
lighttpd: Version bump to 1.4.33
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/lighttpd/lighttpd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk index f65ee6da1f..c820a735e3 100644 --- a/package/lighttpd/lighttpd.mk +++ b/package/lighttpd/lighttpd.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIGHTTPD_VERSION = 1.4.32 +LIGHTTPD_VERSION = 1.4.33 LIGHTTPD_SOURCE = lighttpd-$(LIGHTTPD_VERSION).tar.xz LIGHTTPD_SITE = http://download.lighttpd.net/lighttpd/releases-1.4.x LIGHTTPD_LICENSE = BSD-3c |