commit eaa4ed3a39ff23752e6a2f193abc6f0f4daf511c
Author: Jan Palus <[email protected]>
Date:   Wed Jul 17 22:21:21 2024 +0200

    up to 6.0.32

 sqlite3_dbname.patch | 2 +-
 zabbix.spec          | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/zabbix.spec b/zabbix.spec
index b7c42aa..cc949c6 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:       6.0.31
-Release:       2
+Version:       6.0.32
+Release:       1
 License:       GPL v2+
 Group:         Networking/Utilities
 # https://www.zabbix.com/download_sources
 Source0:       
https://cdn.zabbix.com/zabbix/sources/stable/6.0/%{name}-%{version}.tar.gz
-# Source0-md5: f04833c9954a0aa97f51b3f859aa09e1
+# Source0-md5: 9bf0026e7ca1e30c04aadd2bfe03536b
 Source100:     go-vendor.tar.xz
-# Source100-md5:       b25dd4b2a72c62d6fa1378031b261a3d
+# Source100-md5:       6f5703b11d2127ff4c95b614cbab1c5d
 Source1:       %{name}-apache.conf
 Source2:       %{name}_server.service
 Source3:       %{name}_agentd.service
diff --git a/sqlite3_dbname.patch b/sqlite3_dbname.patch
index 7c7e052..2749a43 100644
--- a/sqlite3_dbname.patch
+++ b/sqlite3_dbname.patch
@@ -20,9 +20,9 @@ diff -urNp -x '*.orig' zabbix-5.2.3.org/src/libs/zbxdb/db.c 
zabbix-5.2.3/src/lib
  
  #ifndef HAVE_MYSQL
 @@ -830,6 +831,10 @@ out:
-       ZBX_UNUSED(ca);
        ZBX_UNUSED(cipher);
        ZBX_UNUSED(cipher_13);
+       ZBX_UNUSED(read_only_recoverable);
 +      if (!strchr(dbname, '/') && !strchr(dbname, ':')) {
 +              zbx_snprintf(dbname_buf, sizeof(dbname_buf), 
"/var/lib/zabbix/%s.db", dbname);
 +              dbname = dbname_buf;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zabbix.git/commitdiff/eaa4ed3a39ff23752e6a2f193abc6f0f4daf511c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to