summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-12-17 16:32:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-28 09:25:15 +0000
commit4fa2e4b28d3b45ce66a92d8bb9b0b32bfcd31ed5 (patch)
tree3dcd0e42236f9c93a13f684d9f0551d12ec3c8e3 /meta/recipes-extended
parentf7a7796b3769864a52982294711948463c77442d (diff)
downloadpoky-4fa2e4b28d3b45ce66a92d8bb9b0b32bfcd31ed5.tar.gz
lighttpd: update to 1.4.38
(From OE-Core rev: cbe878b646ca728e97204a0eff6f1d8ccb16b523) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/lighttpd/lighttpd_1.4.38.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.36.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.36.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.38.bb
index 67b6e3749b..7cfc141370 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.36.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.38.bb
@@ -24,8 +24,8 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
24 file://0001-mod_cgi-buffers-data-without-bound.patch \ 24 file://0001-mod_cgi-buffers-data-without-bound.patch \
25 " 25 "
26 26
27SRC_URI[md5sum] = "1843daffcb018aa528f6d15d43544654" 27SRC_URI[md5sum] = "7adc12323f37ed24ecf026c7547b577d"
28SRC_URI[sha256sum] = "897ab6b1cc7bd51671f8af759e7846245fbbca0685c30017e93a5882a9ac1a53" 28SRC_URI[sha256sum] = "4912568b7befcf3f552ca4668bd7f38cd85f42a22944359d00816ec27eb1e504"
29 29
30PACKAGECONFIG ??= "openssl" 30PACKAGECONFIG ??= "openssl"
31PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" 31PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"