diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-05-09 23:06:00 +1200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-12 01:10:18 -0700 |
| commit | 26ecae46ece43d5ce32433c2405439539d62db68 (patch) | |
| tree | 4a6f32b5a99c5a192b15dc921b00894bd7964430 | |
| parent | 58a491cdac1c925412d0d6cac614da3dca740ccd (diff) | |
| download | meta-openembedded-26ecae46ece43d5ce32433c2405439539d62db68.tar.gz | |
nginx: upgrade 1.29.7 -> 1.30.0
1.30.0 stable version has been released, incorporating new features and bug
fixes from the 1.29.x mainline branch (https://nginx.org/en/CHANGES-1.30)
Also dropped v1.28 support.
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.28.3.bb | 7 | ||||
| -rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.29.7.bb | 10 | ||||
| -rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.30.0.bb | 6 |
3 files changed, 6 insertions, 17 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.28.3.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.28.3.bb deleted file mode 100644 index 9872a6de3b..0000000000 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.28.3.bb +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | require nginx.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3dc49537b08b14c8b66ad247bb4c4593" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "2c96a946bfb0882a21744ed429770a2123ae1828c7c48665092993ddee91a918" | ||
| 6 | |||
| 7 | CVE_STATUS[CVE-2025-53859] = "cpe-stable-backport: Fix is included in 1.28.1" | ||
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.29.7.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.29.7.bb deleted file mode 100644 index 4d884fcbb3..0000000000 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.29.7.bb +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | require nginx.inc | ||
| 2 | |||
| 3 | # 1.28.x branch is the current stable branch, the recommended default | ||
| 4 | # 1.29.x is the current mainline branches containing all new features | ||
| 5 | DEFAULT_PREFERENCE = "-1" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=79da1c70d587d3a199af9255ad393f99" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "673f8fb8c0961c44fbd9410d6161831453609b44063d3f2948253fc2b5692139" | ||
| 10 | |||
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.30.0.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.30.0.bb new file mode 100644 index 0000000000..139fe24dcd --- /dev/null +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.30.0.bb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | require nginx.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=79da1c70d587d3a199af9255ad393f99" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "058188c64bf22baecaa72b809a6318a4f9ba623889c554feab03f7cb853ab31b" | ||
| 6 | |||
