diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.27.4.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.27.4.bb deleted file mode 100644 index 6c32ea7315..0000000000 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.27.4.bb +++ /dev/null @@ -1,10 +0,0 @@ -require nginx.inc - -# 1.26.x branch is the current stable branch, the recommended default -# 1.27.x is the current mainline branches containing all new features -DEFAULT_PREFERENCE = "-1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=3dc49537b08b14c8b66ad247bb4c4593" - -SRC_URI[sha256sum] = "294816f879b300e621fa4edd5353dd1ec00badb056399eceb30de7db64b753b2" - diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.29.1.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.29.1.bb new file mode 100644 index 0000000000..c08c8539c4 --- /dev/null +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.29.1.bb @@ -0,0 +1,10 @@ +require nginx.inc + +# 1.28.x branch is the current stable branch, the recommended default +# 1.29.x is the current mainline branches containing all new features +DEFAULT_PREFERENCE = "-1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=3dc49537b08b14c8b66ad247bb4c4593" + +SRC_URI[sha256sum] = "c589f7e7ed801ddbd904afbf3de26ae24eb0cce27c7717a2e94df7fb12d6ad27" +