diff options
author | Peter Marko <peter.marko@siemens.com> | 2024-09-18 00:30:59 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-17 15:46:33 -0700 |
commit | 12a36136fec555ab7b6cf882017baca4cce6118e (patch) | |
tree | 2cb80a16705b1a238ecdfa1e42f0091ebe01b451 | |
parent | d6504f150b0fb049bdb563d6082009652b66e157 (diff) | |
download | meta-openembedded-12a36136fec555ab7b6cf882017baca4cce6118e.tar.gz |
nginx: Upgrade mainline 1.25.3 -> 1.27.1
Solves:
* CVE-2024-7347
* CVE-2024-24989
* CVE-2024-24990
* CVE-2024-31079
* CVE-2024-32760
* CVE-2024-34161
* CVE-2024-35200
License-Update: copyright year refreshed
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb | 10 | ||||
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.27.1.bb | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb deleted file mode 100644 index d0371dd3cc..0000000000 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require nginx.inc | ||
2 | |||
3 | # 1.24.x branch is the current stable branch, the recommended default | ||
4 | # 1.25.x is the current mainline branches containing all new features | ||
5 | DEFAULT_PREFERENCE = "-1" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=79ad2eb837299421c4435dedc8897b3d" | ||
8 | |||
9 | SRC_URI[sha256sum] = "64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86" | ||
10 | |||
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.27.1.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.27.1.bb new file mode 100644 index 0000000000..5927ecab02 --- /dev/null +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.27.1.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require nginx.inc | ||
2 | |||
3 | # 1.26.x branch is the current stable branch, the recommended default | ||
4 | # 1.27.x is the current mainline branches containing all new features | ||
5 | DEFAULT_PREFERENCE = "-1" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6547d7e5628787ee2a9c5a3480eb628" | ||
8 | |||
9 | SRC_URI[sha256sum] = "bd7ba68a6ce1ea3768b771c7e2ab4955a59fb1b1ae8d554fedb6c2304104bdfc" | ||
10 | |||