similarity index 90%
rename from meta-oe/recipes-connectivity/zabbix/zabbix_7.0.29.bb
rename to meta-oe/recipes-connectivity/zabbix/zabbix_7.4.14.bb
@@ -19,15 +19,15 @@ HOMEPAGE = "http://www.zabbix.com/"
SECTION = "Applications/Internet"
LICENSE = "AGPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=eb1e647870add0502f8f010b19de32af"
-DEPENDS = "libevent libpcre openldap virtual/libiconv zlib"
+DEPENDS = "libevent libpcre2 openldap virtual/libiconv zlib"
PACKAGE_ARCH = "${MACHINE_ARCH}"
-SRC_URI = "https://cdn.zabbix.com/zabbix/sources/stable/7.0/${BPN}-${PV}.tar.gz \
+SRC_URI = "https://cdn.zabbix.com/zabbix/sources/stable/7.4/${BPN}-${PV}.tar.gz \
file://0001-Fix-configure.ac.patch \
file://zabbix-agent.service \
"
-SRC_URI[sha256sum] = "184d03454d7ff2d49fa1d292082ad335bce907ba22e30d54035d05329708ce32"
+SRC_URI[sha256sum] = "efde5f6f19896f0200bb5245e3866035667271c7b1e84626d26095f24a6fbb42"
inherit autotools-brokensep pkgconfig systemd useradd
@@ -55,8 +55,8 @@ EXTRA_OECONF = " \
--with-zlib \
--with-libpthread \
--with-libevent \
- --with-libpcre=${STAGING_EXECPREFIXDIR} \
- --with-libpcre-lib=${STAGING_LIBDIR} \
+ --with-libpcre2=${STAGING_EXECPREFIXDIR} \
+ --with-libpcre2-lib=${STAGING_LIBDIR} \
--with-iconv=${STAGING_EXECPREFIXDIR} \
"
CFLAGS:append = " -lldap -llber -pthread"
Upgrade to release 7.4.14: New Features and Improvements: - ZBXNEXT-10720 Updated maximum supported TimescaleDB version to 2.29 API Server - ZBXNEXT-10732 Updated help URL from the frontend to documentation Bug Fixes: - ZBX-28012 Fixed spacing between Host Wizard template tags in the expanded hintbox - ZBX-27836 Fixed PHP runtime errors in user role edit form - ZBX-28045 Fixed active checks in case of failed response on Zabbix agent 2 Agent - ZBX-23057 Fixed memory fragmentation trigger and added RSS overhead triggers in Redis by Zabbix agent 2 template - ZBX-27746 Removed unsupported discovery worker targets and preprocessing worker profiling targets from Zabbix server and proxy help messages and man pages Documentation - ZBX-27791 Added multiplier to percent_used metric in Ceph by Zabbix agent 2 template - ZBX-27646 Removed MS Teams webhook in default data - ZBX-25042 Removed discard option for SNMP status items - ZBX-25663 Added node name macro to RabbitMQ node templates - ZBX-26229 Fixed CPU user and idle time OIDs in Check Point NGFW SNMP template - ZBX-25608 Fixed missing precision for temperature sensors for Cisco template - ZBX-22458 Fixed cache hit ratio base typo in MSSQL by ODBC template - ZBX-25484 Fixed incorrect item configuration in default data - ZBX-21236 Improved metrics filtering in API response for the Elasticsearch Cluster by HTTP template - ZBX-24512 Fixed memory items in Cisco Nexus 9000 Series by SNMP template - ZBX-24343 Fixed temperature threshold trigger duplication for Cisco IOS by SNMP - ZBX-27892 Fixed dynamic row counter initialization when tags are read-only in host items - ZBX-27893 Fixed infinite loop for graphs in hosts monitoring when working time period in GUI is 00:00-24:00 - ZBX-27646 Removed MS Teams webhook based on retired Office 365 Connector - ZBX-27908 Fixed icon mapping order for individual list item - ZBX-26465 Improved aria-label text for all functional buttons and icons and aria-expanding of side menu elements for Screen Reader users - ZBX-27920 Fixed event menu entry parameters being marked as required when they are disabled - ZBX-25485 Fixed language change to work for different environments - ZBX-27921 Fixed item and item prototype interval validation for trapper and dependent items - ZBX-27942 Fixed time filter error for dashboard in Kiosk mode - ZBX-25815 Removed mention of discovery from SNMP max_repetition help note - ZBX-27140 Fixed overall hintbox positioning Integration tests now use libpcre2 instead of libpcre, so DEPENDS has been updated accordingly. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> --- .../zabbix/{zabbix_7.0.29.bb => zabbix_7.4.14.bb} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename meta-oe/recipes-connectivity/zabbix/{zabbix_7.0.29.bb => zabbix_7.4.14.bb} (90%)