diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/zabbix')
| -rw-r--r-- | meta-oe/recipes-connectivity/zabbix/zabbix_7.0.24.bb (renamed from meta-oe/recipes-connectivity/zabbix/zabbix_7.0.23.bb) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix_7.0.23.bb b/meta-oe/recipes-connectivity/zabbix/zabbix_7.0.24.bb index 1cbe9ed9b0..1ec159cdee 100644 --- a/meta-oe/recipes-connectivity/zabbix/zabbix_7.0.23.bb +++ b/meta-oe/recipes-connectivity/zabbix/zabbix_7.0.24.bb | |||
| @@ -27,7 +27,7 @@ SRC_URI = "https://cdn.zabbix.com/zabbix/sources/stable/7.0/${BPN}-${PV}.tar.gz | |||
| 27 | file://0001-Fix-configure.ac.patch \ | 27 | file://0001-Fix-configure.ac.patch \ |
| 28 | file://zabbix-agent.service \ | 28 | file://zabbix-agent.service \ |
| 29 | " | 29 | " |
| 30 | SRC_URI[sha256sum] = "43ea5fcb1e5db25e74bdc83ea8936d79b8093b614af4e889417485bc74f061e2" | 30 | SRC_URI[sha256sum] = "6f8ae990b9b25767e4fffbcb5cc7c455d674e2a392dc21478488a5d1c0e7d597" |
| 31 | 31 | ||
| 32 | inherit autotools-brokensep linux-kernel-base pkgconfig systemd useradd | 32 | inherit autotools-brokensep linux-kernel-base pkgconfig systemd useradd |
| 33 | 33 | ||
| @@ -56,6 +56,7 @@ EXTRA_OECONF = " \ | |||
| 56 | --with-libpthread \ | 56 | --with-libpthread \ |
| 57 | --with-libevent \ | 57 | --with-libevent \ |
| 58 | --with-libpcre=${STAGING_EXECPREFIXDIR} \ | 58 | --with-libpcre=${STAGING_EXECPREFIXDIR} \ |
| 59 | --with-libpcre-lib=${STAGING_LIBDIR} \ | ||
| 59 | --with-iconv=${STAGING_EXECPREFIXDIR} \ | 60 | --with-iconv=${STAGING_EXECPREFIXDIR} \ |
| 60 | " | 61 | " |
| 61 | CFLAGS:append = " -lldap -llber -pthread" | 62 | CFLAGS:append = " -lldap -llber -pthread" |
| @@ -77,3 +78,7 @@ FILES:${PN} += "${libdir}" | |||
| 77 | RDEPENDS:${PN} = "logrotate" | 78 | RDEPENDS:${PN} = "logrotate" |
| 78 | 79 | ||
| 79 | CVE_STATUS[CVE-2026-23925] = "fixed-version: fixed since 7.0.18" | 80 | CVE_STATUS[CVE-2026-23925] = "fixed-version: fixed since 7.0.18" |
| 81 | CVE_STATUS[CVE-2026-23919] = "fixed-version: fixed since 7.0.19" | ||
| 82 | CVE_STATUS[CVE-2026-23920] = "fixed-version: fixed since 7.0.22" | ||
| 83 | CVE_STATUS[CVE-2026-23921] = "fixed-version: fixed since 7.0.22" | ||
| 84 | CVE_STATUS[CVE-2026-23923] = "cpe-incorrect: 7.0 versions don't have the vulnerable code" | ||
