mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
d086d0b43e
Pick patch from [1] which mentioned in debian report [2] [1] https://github.com/nginx/nginx/commit/78f581487706f2e43eea5a060c516fc4d98090e8 [2] https://security-tracker.debian.org/tracker/CVE-2026-28755 Note: Add different patch for both version to resolve fuzz issue. Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
13 lines
398 B
BlitzBasic
13 lines
398 B
BlitzBasic
require nginx.inc
|
|
|
|
# 1.24.x branch is the current stable branch, the recommended default
|
|
# 1.25.x is the current mainline branches containing all new features
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6547d7e5628787ee2a9c5a3480eb628"
|
|
|
|
SRC_URI:append = " file://CVE-2026-28755.patch"
|
|
|
|
SRC_URI[sha256sum] = "2fe2294f8af4144e7e842eaea884182a84ee7970e11046ba98194400902bbec0"
|
|
|