diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-01-12 15:20:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-15 11:54:52 +0000 |
commit | d7bee35dd64b1062ea65c108a8f8ded3000f5843 (patch) | |
tree | f2e6b4fa7f3934693a5c26eb65af2f567139fab0 /meta | |
parent | 08c89233e55869aea0bbc086b1081195dd320681 (diff) | |
download | poky-d7bee35dd64b1062ea65c108a8f8ded3000f5843.tar.gz |
lighttpd: upgrade to 1.4.39
(From OE-Core rev: 898ae24df3678a9fdcfdb6c04fe3409818ff2b94)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.38.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.38.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb index 7cfc141370..a407d030fb 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.38.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.39.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 | ||
27 | SRC_URI[md5sum] = "7adc12323f37ed24ecf026c7547b577d" | 27 | SRC_URI[md5sum] = "63c7563be1c7a7a9819a51f07f1af8b2" |
28 | SRC_URI[sha256sum] = "4912568b7befcf3f552ca4668bd7f38cd85f42a22944359d00816ec27eb1e504" | 28 | SRC_URI[sha256sum] = "7eb9a1853c3d6dd5851682b0733a729ba4158d6bdff80974d5ef5f1f6887365b" |
29 | 29 | ||
30 | PACKAGECONFIG ??= "openssl" | 30 | PACKAGECONFIG ??= "openssl" |
31 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" | 31 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" |