[packages/zabbix] up to 7.0.12
atler
atler at pld-linux.org
Tue Apr 22 20:53:35 CEST 2025
commit 7260599659693b4b869f269415041278354c7d4b
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Apr 22 20:42:24 2025 +0200
up to 7.0.12
sqlite3_dbname.patch | 2 +-
zabbix.spec | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/zabbix.spec b/zabbix.spec
index 6336e2d..6b11dba 100644
--- a/zabbix.spec
+++ b/zabbix.spec
@@ -24,15 +24,15 @@
Summary: Zabbix - network monitoring software
Summary(pl.UTF-8): Zabbix - oprogramowanie do monitorowania sieci
Name: zabbix
-Version: 7.0.11
+Version: 7.0.12
Release: 1
License: GPL v2+
Group: Networking/Utilities
# https://www.zabbix.com/download_sources
Source0: https://cdn.zabbix.com/zabbix/sources/stable/7.0/%{name}-%{version}.tar.gz
-# Source0-md5: c6948c5b5d8f81fc7633b633b02851d7
+# Source0-md5: affab4ac8905f429501944acf22afca8
Source100: go-vendor.tar.xz
-# Source100-md5: cdd93168561663514facd206c23b1460
+# Source100-md5: 67fc2006fba2d6e19b0094ef8022f10b
Source1: %{name}-apache.conf
Source2: %{name}_server.service
Source3: %{name}_agentd.service
diff --git a/sqlite3_dbname.patch b/sqlite3_dbname.patch
index d5b174b..6cabcf2 100644
--- a/sqlite3_dbname.patch
+++ b/sqlite3_dbname.patch
@@ -19,7 +19,7 @@
/* Allow executing statements during a connection initialization. Make sure to mark transaction as failed. */
@@ -851,11 +852,16 @@ int zbx_db_connect_basic(const zbx_confi
- ZBX_PG_READ_ONLY_RECOVERABLE = cfg->read_only_recoverable;
+
out:
#elif defined(HAVE_SQLITE3)
+ if (!strchr(cfg->config_dbname, '/') && !strchr(cfg->config_dbname, ':')) {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/zabbix.git/commitdiff/7260599659693b4b869f269415041278354c7d4b
More information about the pld-cvs-commit
mailing list