summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lighttpd/lighttpd_1.4.55.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/lighttpd/lighttpd_1.4.55.bb')
-rw-r--r--meta/recipes-extended/lighttpd/lighttpd_1.4.55.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.55.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.55.bb
index 7a255ce2f2..357a269015 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.55.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.55.bb
@@ -1,5 +1,6 @@
1SUMMARY = "Lightweight high-performance web server" 1SUMMARY = "Lightweight high-performance web server"
2HOMEPAGE = "http://www.lighttpd.net/" 2HOMEPAGE = "http://www.lighttpd.net/"
3DESCRIPTION = "Lightweight high-performance web server is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more)"
3BUGTRACKER = "http://redmine.lighttpd.net/projects/lighttpd/issues" 4BUGTRACKER = "http://redmine.lighttpd.net/projects/lighttpd/issues"
4 5
5LICENSE = "BSD-3-Clause" 6LICENSE = "BSD-3-Clause"
@@ -13,10 +14,13 @@ RRECOMMENDS_${PN} = "lighttpd-module-access \
13 lighttpd-module-accesslog" 14 lighttpd-module-accesslog"
14 15
15SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.xz \ 16SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.xz \
17 file://0001-mod_extforward-fix-out-of-bounds-OOB-write-fixes-313.patch \
16 file://index.html.lighttpd \ 18 file://index.html.lighttpd \
17 file://lighttpd.conf \ 19 file://lighttpd.conf \
18 file://lighttpd \ 20 file://lighttpd \
19 file://0001-Use-pkg-config-for-pcre-dependency-instead-of-config.patch \ 21 file://0001-Use-pkg-config-for-pcre-dependency-instead-of-config.patch \
22 file://default-chunk-size-8k.patch \
23 file://0001-core-reuse-large-mem-chunks-fix-mem-usage-fixes-3033.patch \
20 " 24 "
21 25
22SRC_URI[md5sum] = "be4bda2c28bcbdac6eb941528f6edf03" 26SRC_URI[md5sum] = "be4bda2c28bcbdac6eb941528f6edf03"