diff options
| -rw-r--r-- | meta-networking/recipes-daemons/squid/squid_4.15.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/squid/squid_4.15.bb b/meta-networking/recipes-daemons/squid/squid_4.15.bb index a042f57166..6a4ef0a2b6 100644 --- a/meta-networking/recipes-daemons/squid/squid_4.15.bb +++ b/meta-networking/recipes-daemons/squid/squid_4.15.bb | |||
| @@ -123,3 +123,6 @@ FILES:${PN}-doc += "${datadir}/*.txt" | |||
| 123 | 123 | ||
| 124 | RDEPENDS:${PN} += "perl" | 124 | RDEPENDS:${PN} += "perl" |
| 125 | RDEPENDS:${PN}-ptest += "make" | 125 | RDEPENDS:${PN}-ptest += "make" |
| 126 | |||
| 127 | # Only ESI feature is vulnerable | ||
| 128 | CVE_CHECK_IGNORE += "${@'' if bb.utils.filter('PACKAGECONFIG', 'esi', d) else 'CVE-2024-45802'}" | ||
