From: Wang Mingyu Date: Wed, 24 Apr 2024 08:42:08 +0000 (+0800) Subject: lighttpd: upgrade 1.4.75 -> 1.4.76 X-Git-Tag: uninative-4.5~178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09ee0fb9f36eb856354b551855323b8ca38c0e80;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git lighttpd: upgrade 1.4.75 -> 1.4.76 Changelog: ========== * [core] add default to builtin mimetype.assign * [core] add MPTCP support * [core] disable MPTCP support by default * [mod_expire] omit caching hdrs for 204 No Content * [mod_staticfile] noinline cold func * [core] GNU/Hurd preadv2() RWF_NOWAIT ENOTSUP * [core] special value for Linux POLLRDHUP on SPARC * [mod_openssl] define asn1 time w/ OPENSSL_NO_OCSP * [h2] VU#421644 HTTP/2 CONTINUATION Flood * [build] packdist.sh git archive; replace make dist * [core] gw_network_backend_write_error() cold func * [core] reduce syscalls in some backend connect * [core] defer TCP_FIN propagate if connect()ing * [ci] workaround some packaging issues in NetBSD 10 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.75.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.76.bb similarity index 97% rename from meta/recipes-extended/lighttpd/lighttpd_1.4.75.bb rename to meta/recipes-extended/lighttpd/lighttpd_1.4.76.bb index fc3b7e005db..f0fdda41901 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.75.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.76.bb @@ -16,7 +16,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t file://lighttpd \ " -SRC_URI[sha256sum] = "8b721ca939d312afaa6ef31dcbd6afb5161ed385ac828e6fccd4c5b76be189d6" +SRC_URI[sha256sum] = "8cbf4296e373cfd0cedfe9d978760b5b05c58fdc4048b4e2bcaf0a61ac8f5011" DEPENDS = "virtual/crypt"