]> git.99rst.org Git - openwrt-packages.git/commitdiff
zabbix: add php8-mod-simplexml dependency to frontend
authorDaniel F. Dickinson <redacted>
Fri, 17 Jul 2026 06:48:36 +0000 (02:48 -0400)
committerJosef Schlehofer <redacted>
Wed, 22 Jul 2026 23:04:06 +0000 (01:04 +0200)
While the frontend can mostly operate without php8-mod-simplexml, when
trying to import XML templates the user only gets unhelpful error
messages and is unlikely to realize the module is required for that
functionality. Therefore have the frontend depend on php8-mod-simplexml.

Signed-off-by: Daniel F. Dickinson <redacted>
admin/zabbix/Makefile

index 000734f9caf0f965d9f54a1746dd0f4a55ee591e..2d841ab0c5965cf8ed0f464a0f7f2ac3080cc7b3 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=zabbix
 PKG_VERSION:=7.0.28
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://cdn.zabbix.com/zabbix/sources/stable/$(basename $(PKG_VERSION))/ \
@@ -360,6 +360,7 @@ define Package/zabbix-frontend-server
     +php8-mod-mbstring \
     +php8-mod-openssl \
     +php8-mod-session \
+    +php8-mod-simplexml \
     +php8-mod-sockets \
     +php8-mod-xmlreader \
     +php8-mod-xmlwriter
git clone https://git.99rst.org/PROJECT