Message ID | 20250131150122.32126-1-jefdriesen@telenet.be |
---|---|
State | New |
Headers | show |
Series | [meta-oe,scarthgap] nginx: fix the tarball and license checksums | expand |
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb index 1cd036bb45..5ea2f5726e 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb @@ -4,7 +4,7 @@ require nginx.inc # 1.25.x is the current mainline branches containing all new features DEFAULT_PREFERENCE = "-1" -LIC_FILES_CHKSUM = "file://LICENSE;md5=79ad2eb837299421c4435dedc8897b3d" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a6547d7e5628787ee2a9c5a3480eb628" -SRC_URI[sha256sum] = "c8b288cd8a25628a167a874261069302f3cd7548" +SRC_URI[sha256sum] = "760729901acbaa517996e681ee6ea259032985e37c2768beef80df3a877deed9"
The nginx upgrade in commit 6eef5e3efb0a871622d2ea5eeb016b61d46f722c added an incorrect tarball checksum and didn't update the license checksum, resulting in build failures. Signed-off-by: Jef Driesen <jefdriesen@telenet.be> --- meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)