mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
1c0f533c21
As per the advisory[1] mentioned in NVD[2], version 1.28.3 contains the fix. Backport the commit[3] from 1.28.3 changelog matching the description. [1] https://my.f5.com/manage/s/article/K000160366 [2] https://nvd.nist.gov/vuln/detail/CVE-2026-32647 [3] https://github.com/nginx/nginx/commit/a172c880cb51f882a5dc999437e8b3a4f87630cc Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
16 lines
412 B
BlitzBasic
16 lines
412 B
BlitzBasic
require nginx.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=175abb631c799f54573dc481454c8632"
|
|
|
|
SRC_URI:append = " \
|
|
file://CVE-2026-27784.patch \
|
|
file://CVE-2026-28755.patch \
|
|
file://CVE-2026-27651.patch \
|
|
file://CVE-2026-27654.patch \
|
|
file://CVE-2026-28753.patch \
|
|
file://CVE-2026-32647.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "77a2541637b92a621e3ee76776c8b7b40cf6d707e69ba53a940283e30ff2f55d"
|
|
|