From ed2d2f1c814778059b3412852639050eed160db6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:15:24 +0000 Subject: [PATCH 01/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- zabbix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zabbix.spec b/zabbix.spec index 6ff2de1..00eaf4c 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -17,7 +17,7 @@ Name: zabbix Epoch: 1 Version: 7.2.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open-source monitoring solution for your IT infrastructure # TODO - Note additional licenses in src/go when we start building with go @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1:7.2.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jul 22 2025 Gwyn Ciesla - 1:7.2.11-1 - 7.2.11 From d685d7ddd2fc79fec07035c0b439cf644421a34e Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 31 Jul 2025 14:29:24 -0500 Subject: [PATCH 02/20] 7.4.1 --- .gitignore | 1 + sources | 2 +- zabbix.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 76ed428..0168ea0 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,4 @@ zabbix-1.8.2.tar.gz /zabbix-7.2.9.tar.gz /zabbix-7.2.10.tar.gz /zabbix-7.2.11.tar.gz +/zabbix-7.4.1.tar.gz diff --git a/sources b/sources index 31e6d62..d0db62f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zabbix-7.2.11.tar.gz) = 6ddf058f822acbc133543dbc15253335cd48f25ccd5cf50641e9109ba3df1c98c1a211ce510f4ad3ebf9c221e7acbdb8619f3aa39c0d2d5d6e189a75b55bafcd +SHA512 (zabbix-7.4.1.tar.gz) = 45765f21b0e71fe435eb1957bbf1111580221a5ecfb0cf7aed280573f0751bc14cd85bfe101a1199974e9df5b430fc19c71ffc937bd235cdeaf159988efc9987 diff --git a/zabbix.spec b/zabbix.spec index 00eaf4c..afa6288 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -16,8 +16,8 @@ Name: zabbix Epoch: 1 -Version: 7.2.11 -Release: 2%{?dist} +Version: 7.4.1 +Release: 1%{?dist} Summary: Open-source monitoring solution for your IT infrastructure # TODO - Note additional licenses in src/go when we start building with go @@ -43,7 +43,7 @@ Summary: Open-source monitoring solution for your IT infrastructure # ui/vendor/paragonie/constant_time_encoding/src/*.php: MIT License License: AGPL-3.0-only AND MIT AND GPL-2.0-or-later AND Zlib AND BSD-3-Clause AND BSD-2-Clause AND ISC URL: https://www.zabbix.com -Source0: https://cdn.zabbix.com/zabbix/sources/stable/7.2/zabbix-%{version}.tar.gz +Source0: https://cdn.zabbix.com/zabbix/sources/stable/7.4/zabbix-%{version}.tar.gz Source1: %{srcname}-web.conf Source2: %{srcname}-php-fpm.conf Source5: %{srcname}-logrotate.in @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Thu Jul 31 2025 Gwyn Ciesla - 1:7.4.1-1 +- 7.4.1 + * Fri Jul 25 2025 Fedora Release Engineering - 1:7.2.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 15702963d5686acf8327a309e3ab7bed26abf95c Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 25 Aug 2025 10:17:41 -0500 Subject: [PATCH 03/20] 7.4.2 --- .gitignore | 1 + sources | 2 +- zabbix.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0168ea0..a6ee1fe 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ zabbix-1.8.2.tar.gz /zabbix-7.2.10.tar.gz /zabbix-7.2.11.tar.gz /zabbix-7.4.1.tar.gz +/zabbix-7.4.2.tar.gz diff --git a/sources b/sources index d0db62f..15188c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zabbix-7.4.1.tar.gz) = 45765f21b0e71fe435eb1957bbf1111580221a5ecfb0cf7aed280573f0751bc14cd85bfe101a1199974e9df5b430fc19c71ffc937bd235cdeaf159988efc9987 +SHA512 (zabbix-7.4.2.tar.gz) = 3bf1f915c2cd5a59f1dd3afc10dd1a6e596840e576013839d6eae057cd327893f87cc5cec1d32b6a8ca8bd00735c0070327084aae01dc8d3399202f5a3e365c1 diff --git a/zabbix.spec b/zabbix.spec index afa6288..80605f7 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -16,7 +16,7 @@ Name: zabbix Epoch: 1 -Version: 7.4.1 +Version: 7.4.2 Release: 1%{?dist} Summary: Open-source monitoring solution for your IT infrastructure @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Mon Aug 25 2025 Gwyn Ciesla - 1:7.4.2-1 +- 7.4.2 + * Thu Jul 31 2025 Gwyn Ciesla - 1:7.4.1-1 - 7.4.1 From d630adcb769de2983108d18caf65c59046fb9df2 Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Tue, 26 Aug 2025 09:55:47 +0200 Subject: [PATCH 04/20] tests/DSP: use TMT intead of STI STI is being obsoleted: https://fedoraproject.org/wiki/Changes/DisableSTI Signed-off-by: Vit Mojzis --- .fmf/version | 1 + plans/dsp.fmf | 22 ++++++++++++++++++++++ tests/tests-DSP.yml | 37 ------------------------------------- 3 files changed, 23 insertions(+), 37 deletions(-) create mode 100644 .fmf/version create mode 100644 plans/dsp.fmf delete mode 100644 tests/tests-DSP.yml diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/plans/dsp.fmf b/plans/dsp.fmf new file mode 100644 index 0000000..464783d --- /dev/null +++ b/plans/dsp.fmf @@ -0,0 +1,22 @@ +summary: DSP test suite +discover: + - name: DSP_test + how: fmf + url: https://pagure.io/DSP_test.git + ref: master + +execute: + how: tmt + +environment: + trigger: FedoraCI + # DSP_test specific variables: + TEST_RPM: "zabbix-selinux" + TEST_POLICY: "zabbix" + +prepare: + how: install + package: + - zabbix-selinux + - autoconf + - automake diff --git a/tests/tests-DSP.yml b/tests/tests-DSP.yml deleted file mode 100644 index 498df08..0000000 --- a/tests/tests-DSP.yml +++ /dev/null @@ -1,37 +0,0 @@ -- hosts: localhost - - roles: - - role: standard-test-beakerlib - tags: - - classic - repositories: - - repo: https://pagure.io/DSP_test.git - dest: DSP_test - version: master - - tests: - - DSP_test - environment: - # RPM package containing the policy module - TEST_RPM: zabbix-selinux - # policy module name - TEST_POLICY: zabbix - # policy sources will be extracted from corresponding .src.rpm - # policy tar filename regexp (e.g. "usbguard-selinux*.tar.gz") - # or empty string if policy sources are not inside a tar archive - POLICY_TAR: '' - # path to policy sources (in of the tar archive) -- //.(te|if|fc) - # or path in the src.rpm if there is no tar archive -- //.(te|if|fc) - # can contain wildcards (e.g. for versions etc.) - POLICY_PATH: . - - required_packages: - - policycoreutils - - selinux-policy - - selinux-policy-targeted - - setools-console - - libselinux-utils - - rpm - - tar - - git - - zabbix-selinux From 60d93295d4dc2b01f5bbc12febcaa5f3e09489f3 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 1 Oct 2025 11:06:40 -0500 Subject: [PATCH 05/20] 7.4.3 --- .gitignore | 1 + sources | 2 +- zabbix-out-of-tree.patch | 18 ++++++++++-------- zabbix.spec | 5 ++++- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index a6ee1fe..8517a66 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ zabbix-1.8.2.tar.gz /zabbix-7.2.11.tar.gz /zabbix-7.4.1.tar.gz /zabbix-7.4.2.tar.gz +/zabbix-7.4.3.tar.gz diff --git a/sources b/sources index 15188c9..168511b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zabbix-7.4.2.tar.gz) = 3bf1f915c2cd5a59f1dd3afc10dd1a6e596840e576013839d6eae057cd327893f87cc5cec1d32b6a8ca8bd00735c0070327084aae01dc8d3399202f5a3e365c1 +SHA512 (zabbix-7.4.3.tar.gz) = ce4e9bb3ba8162c2df8c86ddee1713c296cf4deeb6fb97ee8fbc2857d550ba38c6c18305be954f8742098522f9cfca3a9fe715dc0808b549fb3390b85eb2e963 diff --git a/zabbix-out-of-tree.patch b/zabbix-out-of-tree.patch index 48ddc52..29f7da3 100644 --- a/zabbix-out-of-tree.patch +++ b/zabbix-out-of-tree.patch @@ -2,14 +2,6 @@ diff --git a/src/go/Makefile.am b/src/go/Makefile.am index 3e24aa0..308e34b 100644 --- a/src/go/Makefile.am +++ b/src/go/Makefile.am -@@ -67,6 +67,7 @@ clean: clean-go-build clean-sbom - - clean-go-build: - -$(GO) clean ./... -+ -$(GO) clean $(srcdir)/... - -rm -f bin/mock_server - -rm -f bin/zabbix_agent2 - -rm -f bin/zabbix_web_service @@ -89,9 +90,9 @@ install-bin/zabbix_agent2: bin/zabbix_agent2 $(INSTALL) -d "$(DESTDIR)$(sbindir)" $(INSTALL_PROGRAM) bin/zabbix_agent2 "$(DESTDIR)$(sbindir)" @@ -157,3 +149,13 @@ diff -up zabbix-7.2.0/configure.ac.out-of-tree zabbix-7.2.0/configure.ac AC_CANONICAL_BUILD AC_CANONICAL_HOST +--- zabbix-7.4.3/src/go/Makefile.am~ 2025-10-01 09:49:27.351910250 -0500 ++++ zabbix-7.4.3/src/go/Makefile.am 2025-10-01 10:33:26.662210424 -0500 +@@ -64,6 +64,7 @@ + clean-go-build: + -$(GO) clean ./... + -$(GO) clean -cache ++ -$(GO) clean $(srcdir)/... + -rm -f bin/mock_server + -rm -f bin/zabbix_agent2 + -rm -f bin/zabbix_web_service diff --git a/zabbix.spec b/zabbix.spec index 80605f7..99cf7ff 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -16,7 +16,7 @@ Name: zabbix Epoch: 1 -Version: 7.4.2 +Version: 7.4.3 Release: 1%{?dist} Summary: Open-source monitoring solution for your IT infrastructure @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Wed Oct 01 2025 Gwyn Ciesla - 1:7.4.3-1 +- 7.4.3 + * Mon Aug 25 2025 Gwyn Ciesla - 1:7.4.2-1 - 7.4.2 From 0808d83ad8cc7a754b46c9333cc614e7edffa07b Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 29 Oct 2025 10:28:08 -0500 Subject: [PATCH 06/20] 7.4.4 --- .gitignore | 1 + sources | 2 +- zabbix.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8517a66..6003b25 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ zabbix-1.8.2.tar.gz /zabbix-7.4.1.tar.gz /zabbix-7.4.2.tar.gz /zabbix-7.4.3.tar.gz +/zabbix-7.4.4.tar.gz diff --git a/sources b/sources index 168511b..f654b5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zabbix-7.4.3.tar.gz) = ce4e9bb3ba8162c2df8c86ddee1713c296cf4deeb6fb97ee8fbc2857d550ba38c6c18305be954f8742098522f9cfca3a9fe715dc0808b549fb3390b85eb2e963 +SHA512 (zabbix-7.4.4.tar.gz) = 2a4faebe2cec1861d784115b91a7b107790d157fa37a584007e81a3c8ba334d43d7647d57d602ab07a70707e8039815df33dabb022b92b33e4d208aaba5eb894 diff --git a/zabbix.spec b/zabbix.spec index 99cf7ff..24f25bc 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -16,7 +16,7 @@ Name: zabbix Epoch: 1 -Version: 7.4.3 +Version: 7.4.4 Release: 1%{?dist} Summary: Open-source monitoring solution for your IT infrastructure @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Wed Oct 29 2025 Gwyn Ciesla - 1:7.4.4-1 +- 7.4.4 + * Wed Oct 01 2025 Gwyn Ciesla - 1:7.4.3-1 - 7.4.3 From 0bec2cefd71e83a56ff80a9bea6446f0d16c01e1 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 3 Nov 2025 10:09:31 -0600 Subject: [PATCH 07/20] 7.4.5 --- .gitignore | 1 + sources | 2 +- zabbix.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6003b25..cd8280f 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,4 @@ zabbix-1.8.2.tar.gz /zabbix-7.4.2.tar.gz /zabbix-7.4.3.tar.gz /zabbix-7.4.4.tar.gz +/zabbix-7.4.5.tar.gz diff --git a/sources b/sources index f654b5e..ae771ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zabbix-7.4.4.tar.gz) = 2a4faebe2cec1861d784115b91a7b107790d157fa37a584007e81a3c8ba334d43d7647d57d602ab07a70707e8039815df33dabb022b92b33e4d208aaba5eb894 +SHA512 (zabbix-7.4.5.tar.gz) = 0d8dbf3b2ac79074ec929e5ae6d4435081067222f1b00bd1f0104f776ac745eb563d48f544a1b991a6202ddc2dcf8f2eb5ebe08e70c50a77923eda552ca927ef diff --git a/zabbix.spec b/zabbix.spec index 24f25bc..35f6b2f 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -16,7 +16,7 @@ Name: zabbix Epoch: 1 -Version: 7.4.4 +Version: 7.4.5 Release: 1%{?dist} Summary: Open-source monitoring solution for your IT infrastructure @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Mon Nov 03 2025 Gwyn Ciesla - 1:7.4.5-1 +- 7.4.5 + * Wed Oct 29 2025 Gwyn Ciesla - 1:7.4.4-1 - 7.4.4 From 021eed34082f302d0997e5b0db1498dff4e5e0b4 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 18 Dec 2025 14:24:08 -0600 Subject: [PATCH 08/20] 7.4.6 --- .gitignore | 1 + sources | 2 +- zabbix.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cd8280f..b707fa1 100644 --- a/.gitignore +++ b/.gitignore @@ -117,3 +117,4 @@ zabbix-1.8.2.tar.gz /zabbix-7.4.3.tar.gz /zabbix-7.4.4.tar.gz /zabbix-7.4.5.tar.gz +/zabbix-7.4.6.tar.gz diff --git a/sources b/sources index ae771ab..4a11399 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zabbix-7.4.5.tar.gz) = 0d8dbf3b2ac79074ec929e5ae6d4435081067222f1b00bd1f0104f776ac745eb563d48f544a1b991a6202ddc2dcf8f2eb5ebe08e70c50a77923eda552ca927ef +SHA512 (zabbix-7.4.6.tar.gz) = 2f593e210409c74974395bf163be127159136eac86216443122f5d2104cb85b5b652c6f445ed7408532b894f7ddbc3f1f060465f7797326f1198d3354f48e2e9 diff --git a/zabbix.spec b/zabbix.spec index 35f6b2f..5e76c0d 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -16,7 +16,7 @@ Name: zabbix Epoch: 1 -Version: 7.4.5 +Version: 7.4.6 Release: 1%{?dist} Summary: Open-source monitoring solution for your IT infrastructure @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Thu Dec 18 2025 Gwyn Ciesla - 1:7.4.6-1 +- 7.4.6 + * Mon Nov 03 2025 Gwyn Ciesla - 1:7.4.5-1 - 7.4.5 From bfec638230a27a71c4099c9afff20fb35d37b6d9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 21:05:21 +0000 Subject: [PATCH 09/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- zabbix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zabbix.spec b/zabbix.spec index 5e76c0d..d1eec9c 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -17,7 +17,7 @@ Name: zabbix Epoch: 1 Version: 7.4.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open-source monitoring solution for your IT infrastructure # TODO - Note additional licenses in src/go when we start building with go @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1:7.4.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Thu Dec 18 2025 Gwyn Ciesla - 1:7.4.6-1 - 7.4.6 From dcb907d6f3e1687076a2982c9484e386d78c0b9e Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 23 Jan 2026 09:32:42 +0000 Subject: [PATCH 10/20] Rebuilt for net-snmp 5.9.5.2 --- zabbix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zabbix.spec b/zabbix.spec index d1eec9c..00db79a 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -17,7 +17,7 @@ Name: zabbix Epoch: 1 Version: 7.4.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Open-source monitoring solution for your IT infrastructure # TODO - Note additional licenses in src/go when we start building with go @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Fri Jan 23 2026 Benjamin A. Beasley - 1:7.4.6-3 +- Rebuilt for net-snmp 5.9.5.2 + * Sat Jan 17 2026 Fedora Release Engineering - 1:7.4.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 3d76032971ac359392b6f960b3814951ac4e4e32 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Fri, 13 Feb 2026 10:40:29 -0600 Subject: [PATCH 11/20] 7.4.7 --- .gitignore | 1 + sources | 2 +- zabbix.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b707fa1..1db374e 100644 --- a/.gitignore +++ b/.gitignore @@ -118,3 +118,4 @@ zabbix-1.8.2.tar.gz /zabbix-7.4.4.tar.gz /zabbix-7.4.5.tar.gz /zabbix-7.4.6.tar.gz +/zabbix-7.4.7.tar.gz diff --git a/sources b/sources index 4a11399..bf0e732 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zabbix-7.4.6.tar.gz) = 2f593e210409c74974395bf163be127159136eac86216443122f5d2104cb85b5b652c6f445ed7408532b894f7ddbc3f1f060465f7797326f1198d3354f48e2e9 +SHA512 (zabbix-7.4.7.tar.gz) = f2e42592d89c0f7fe39cb55f70fb07211d713c36448221a78a8cf9f7b426d5c830ac51fabac09adf477a12bc2eb1cc8c361922aa94e30bc36df1fd566c1a3c3d diff --git a/zabbix.spec b/zabbix.spec index 00db79a..3f58661 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -16,8 +16,8 @@ Name: zabbix Epoch: 1 -Version: 7.4.6 -Release: 3%{?dist} +Version: 7.4.7 +Release: 1%{?dist} Summary: Open-source monitoring solution for your IT infrastructure # TODO - Note additional licenses in src/go when we start building with go @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Fri Feb 13 2026 Gwyn Ciesla - 1:7.4.7-1 +- 7.4.7 + * Fri Jan 23 2026 Benjamin A. Beasley - 1:7.4.6-3 - Rebuilt for net-snmp 5.9.5.2 From 05e9520e065917af55b51351497210a8e64bf56e Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Fri, 13 Mar 2026 10:01:20 -0500 Subject: [PATCH 12/20] 7.4.8 --- .gitignore | 1 + sources | 2 +- zabbix.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1db374e..f6843f2 100644 --- a/.gitignore +++ b/.gitignore @@ -119,3 +119,4 @@ zabbix-1.8.2.tar.gz /zabbix-7.4.5.tar.gz /zabbix-7.4.6.tar.gz /zabbix-7.4.7.tar.gz +/zabbix-7.4.8.tar.gz diff --git a/sources b/sources index bf0e732..b77b9c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zabbix-7.4.7.tar.gz) = f2e42592d89c0f7fe39cb55f70fb07211d713c36448221a78a8cf9f7b426d5c830ac51fabac09adf477a12bc2eb1cc8c361922aa94e30bc36df1fd566c1a3c3d +SHA512 (zabbix-7.4.8.tar.gz) = 7f123690832441575ea61b4e8500f39c0ec1aa94cad18a76f3972d658239b360c78485cfd4a52e3acda51ea87ab326184d2f531b3816533e531a1b8961582404 diff --git a/zabbix.spec b/zabbix.spec index 3f58661..6a1ea7c 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -16,7 +16,7 @@ Name: zabbix Epoch: 1 -Version: 7.4.7 +Version: 7.4.8 Release: 1%{?dist} Summary: Open-source monitoring solution for your IT infrastructure @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Fri Mar 13 2026 Gwyn Ciesla - 1:7.4.8-1 +- 7.4.8 + * Fri Feb 13 2026 Gwyn Ciesla - 1:7.4.7-1 - 7.4.7 From c26fba9f423b1ddf1334e7822da7e5f4665abab8 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 9 Apr 2026 11:32:43 -0500 Subject: [PATCH 13/20] 7.4.9 --- .gitignore | 1 + sources | 2 +- zabbix.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f6843f2..bbc1a7b 100644 --- a/.gitignore +++ b/.gitignore @@ -120,3 +120,4 @@ zabbix-1.8.2.tar.gz /zabbix-7.4.6.tar.gz /zabbix-7.4.7.tar.gz /zabbix-7.4.8.tar.gz +/zabbix-7.4.9.tar.gz diff --git a/sources b/sources index b77b9c9..e2da8ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zabbix-7.4.8.tar.gz) = 7f123690832441575ea61b4e8500f39c0ec1aa94cad18a76f3972d658239b360c78485cfd4a52e3acda51ea87ab326184d2f531b3816533e531a1b8961582404 +SHA512 (zabbix-7.4.9.tar.gz) = 981d12923e8343f8cf189a7aa8bda88912c240e31a73eeb61517c8d7fd1db27b29e8189f7478e9bc89c550f0968a070fe6f8573abbd3f58b319b4b1779517eb0 diff --git a/zabbix.spec b/zabbix.spec index 6a1ea7c..c14d234 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -16,7 +16,7 @@ Name: zabbix Epoch: 1 -Version: 7.4.8 +Version: 7.4.9 Release: 1%{?dist} Summary: Open-source monitoring solution for your IT infrastructure @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Thu Apr 09 2026 Gwyn Ciesla - 1:7.4.9-1 +- 7.4.9 + * Fri Mar 13 2026 Gwyn Ciesla - 1:7.4.8-1 - 7.4.8 From d887788c852bba54c7d35e2c34988a1811acea94 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 13 Apr 2026 10:03:15 -0500 Subject: [PATCH 14/20] Openssl rebuild --- zabbix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zabbix.spec b/zabbix.spec index c14d234..eabbdd2 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -17,7 +17,7 @@ Name: zabbix Epoch: 1 Version: 7.4.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open-source monitoring solution for your IT infrastructure # TODO - Note additional licenses in src/go when we start building with go @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Mon Apr 13 2026 Gwyn Ciesla - 1:7.4.9-2 +- Openssl rebuild + * Thu Apr 09 2026 Gwyn Ciesla - 1:7.4.9-1 - 7.4.9 From 793044564c02f2da77c20ae33d7796864b26a9e3 Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Mon, 1 Jun 2026 19:28:49 +0200 Subject: [PATCH 15/20] plans/dsp.fmf: Update the test repo URL The test repo was migrated to github due to Pagure being retired. https://communityblog.fedoraproject.org/the-forge-is-our-new-home/ --- plans/dsp.fmf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plans/dsp.fmf b/plans/dsp.fmf index 464783d..9fefb8a 100644 --- a/plans/dsp.fmf +++ b/plans/dsp.fmf @@ -2,8 +2,8 @@ summary: DSP test suite discover: - name: DSP_test how: fmf - url: https://pagure.io/DSP_test.git - ref: master + url: https://github.com/fedora-selinux/DSP_test.git + ref: main execute: how: tmt From 307797fb4aafe50c14ac85bda0c2a9681978c766 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 12 Jun 2026 20:09:45 -0400 Subject: [PATCH 16/20] Rebuilt for openssl 4.0 --- zabbix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zabbix.spec b/zabbix.spec index eabbdd2..6d87dd5 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -17,7 +17,7 @@ Name: zabbix Epoch: 1 Version: 7.4.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Open-source monitoring solution for your IT infrastructure # TODO - Note additional licenses in src/go when we start building with go @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Sat Jun 13 2026 Yaakov Selkowitz - 1:7.4.9-3 +- Rebuilt for openssl 4.0 + * Mon Apr 13 2026 Gwyn Ciesla - 1:7.4.9-2 - Openssl rebuild From 58378901e3da0d99bef1a66fe341dc80f4f86d33 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 9 Jul 2026 11:51:13 -0500 Subject: [PATCH 17/20] 7.4.12 --- .gitignore | 1 + sources | 2 +- zabbix-out-of-tree.patch | 182 +++++++++++++++++++-------------------- zabbix.spec | 7 +- 4 files changed, 96 insertions(+), 96 deletions(-) diff --git a/.gitignore b/.gitignore index bbc1a7b..5d9666f 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,4 @@ zabbix-1.8.2.tar.gz /zabbix-7.4.7.tar.gz /zabbix-7.4.8.tar.gz /zabbix-7.4.9.tar.gz +/zabbix-7.4.12.tar.gz diff --git a/sources b/sources index e2da8ea..ff25d9e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zabbix-7.4.9.tar.gz) = 981d12923e8343f8cf189a7aa8bda88912c240e31a73eeb61517c8d7fd1db27b29e8189f7478e9bc89c550f0968a070fe6f8573abbd3f58b319b4b1779517eb0 +SHA512 (zabbix-7.4.12.tar.gz) = 1b1711a8a03e1bf0e62397a6b97981793d241461ae72b4d866a5263017fe4f715c2a670c57fe0e219f44ee56729bd660577348c3c32be93259940d27d08e319d diff --git a/zabbix-out-of-tree.patch b/zabbix-out-of-tree.patch index 29f7da3..b584193 100644 --- a/zabbix-out-of-tree.patch +++ b/zabbix-out-of-tree.patch @@ -24,99 +24,6 @@ index b217fb5..945a673 100644 $(MKDIR_P) "$(DESTDIR)$(LOAD_MODULE_PATH)" - test -f "$(DESTDIR)$(AGENT_CONFIG_FILE)" || cp "../../conf/zabbix_agentd.conf" "$(DESTDIR)$(AGENT_CONFIG_FILE)" + test -f "$(DESTDIR)$(AGENT_CONFIG_FILE)" || cp "$(top_srcdir)/conf/zabbix_agentd.conf" "$(DESTDIR)$(AGENT_CONFIG_FILE)" -diff --git a/src/zabbix_java/Makefile.am b/src/zabbix_java/Makefile.am -index 43f8f19..48214c9 100644 ---- a/src/zabbix_java/Makefile.am -+++ b/src/zabbix_java/Makefile.am -@@ -9,23 +9,23 @@ EXTRA_DIST = \ - startup.sh - - ZJG = bin/zabbix-java-gateway-$(VERSION).jar --LIB = lib/android-json-4.3_r3.1.jar:lib/logback-core-1.5.16.jar:lib/logback-classic-1.5.16.jar:lib/slf4j-api-2.0.16.jar -+LIB = $(srcdir)/lib/android-json-4.3_r3.1.jar:$(srcdir)/lib/logback-core-1.5.16.jar:$(srcdir)/lib/logback-classic-1.5.16.jar:$(srcdir)/lib/slf4j-api-2.0.16.jar - --JUNIT = tests/junit-4.8.2.jar -+JUNIT = $(srcdir)/tests/junit-4.8.2.jar - - ZJG_DEST = $(DESTDIR)$(sbindir)/zabbix_java - - all: $(ZJG) - --$(ZJG): class src/com/zabbix/gateway/*.java -- $(JAVAC) -d class/src -classpath $(LIB) src/com/zabbix/gateway/*.java -+$(ZJG): class $(srcdir)/src/com/zabbix/gateway/*.java -+ $(JAVAC) -d class/src -classpath $(LIB) $(srcdir)/src/com/zabbix/gateway/*.java - $(JAR) cf $(ZJG) -C class/src . - - test: class - echo "badger useruser" > tests/com/zabbix/gateway/jmx_test_beans/jmxremote.password - chmod 600 tests/com/zabbix/gateway/jmx_test_beans/jmxremote.password -- $(JAVAC) tests/com/zabbix/gateway/jmx_test_beans/*.java -- $(JAVAC) -d class/tests -classpath class/src:$(JUNIT) tests/com/zabbix/gateway/*.java -+ $(JAVAC) tests/com/zabbix/gateway/jmx_$(srcdir)/test_beans/*.java -+ $(JAVAC) -d class/tests -classpath class/src:$(JUNIT) $(srcdir)/tests/com/zabbix/gateway/*.java - java -classpath class/tests:$(LIB):$(ZJG):$(JUNIT) com.zabbix.gateway.AllTestRunner - - class: -diff --git a/src/zabbix_js/Makefile.am b/src/zabbix_js/Makefile.am -index 1e4fd93..2110656 100644 ---- a/src/zabbix_js/Makefile.am -+++ b/src/zabbix_js/Makefile.am -@@ -5,30 +5,30 @@ - zabbix_js_SOURCES = zabbix_js.c - - zabbix_js_LDADD = \ -- $(top_srcdir)/src/libs/zbxlog/libzbxlog.a \ -- $(top_srcdir)/src/libs/zbxembed/libzbxembed.a \ -- $(top_srcdir)/src/libs/zbxjson/libzbxjson.a \ -- $(top_srcdir)/src/libs/zbxregexp/libzbxregexp.a \ -- $(top_srcdir)/src/libs/zbxalgo/libzbxalgo.a \ -- $(top_srcdir)/src/libs/zbxthreads/libzbxthreads.a \ -- $(top_srcdir)/src/libs/zbxmutexs/libzbxmutexs.a \ -- $(top_srcdir)/src/libs/zbxprof/libzbxprof.a \ -- $(top_srcdir)/src/libs/zbxnix/libzbxnix.a \ -- $(top_srcdir)/src/libs/zbxcomms/libzbxcomms.a \ -- $(top_srcdir)/src/libs/zbxip/libzbxip.a \ -- $(top_srcdir)/src/libs/zbxgetopt/libzbxgetopt.a \ -- $(top_srcdir)/src/libs/zbxhash/libzbxhash.a \ -- $(top_srcdir)/src/libs/zbxcrypto/libzbxcrypto.a \ -- $(top_srcdir)/src/libs/zbxcompress/libzbxcompress.a \ -- $(top_srcdir)/src/libs/zbxhttp/libzbxhttp.a \ -- $(top_srcdir)/src/libs/zbxvariant/libzbxvariant.a \ -- $(top_srcdir)/src/libs/zbxxml/libzbxxml.a \ -- $(top_srcdir)/src/libs/zbxstr/libzbxstr.a \ -- $(top_srcdir)/src/libs/zbxnum/libzbxnum.a \ -- $(top_srcdir)/src/libs/zbxtime/libzbxtime.a \ -- $(top_srcdir)/src/libs/zbxcommon/libzbxcommon.a \ -- $(top_srcdir)/src/libs/zbxbincommon/libzbxbincommon.a \ -- $(top_srcdir)/src/libs/zbxcurl/libzbxcurl.a -+ $(top_builddir)/src/libs/zbxlog/libzbxlog.a \ -+ $(top_builddir)/src/libs/zbxembed/libzbxembed.a \ -+ $(top_builddir)/src/libs/zbxjson/libzbxjson.a \ -+ $(top_builddir)/src/libs/zbxregexp/libzbxregexp.a \ -+ $(top_builddir)/src/libs/zbxalgo/libzbxalgo.a \ -+ $(top_builddir)/src/libs/zbxthreads/libzbxthreads.a \ -+ $(top_builddir)/src/libs/zbxmutexs/libzbxmutexs.a \ -+ $(top_builddir)/src/libs/zbxprof/libzbxprof.a \ -+ $(top_builddir)/src/libs/zbxnix/libzbxnix.a \ -+ $(top_builddir)/src/libs/zbxcomms/libzbxcomms.a \ -+ $(top_builddir)/src/libs/zbxip/libzbxip.a \ -+ $(top_builddir)/src/libs/zbxgetopt/libzbxgetopt.a \ -+ $(top_builddir)/src/libs/zbxhash/libzbxhash.a \ -+ $(top_builddir)/src/libs/zbxcrypto/libzbxcrypto.a \ -+ $(top_builddir)/src/libs/zbxcompress/libzbxcompress.a \ -+ $(top_builddir)/src/libs/zbxhttp/libzbxhttp.a \ -+ $(top_builddir)/src/libs/zbxvariant/libzbxvariant.a \ -+ $(top_builddir)/src/libs/zbxxml/libzbxxml.a \ -+ $(top_builddir)/src/libs/zbxstr/libzbxstr.a \ -+ $(top_builddir)/src/libs/zbxnum/libzbxnum.a \ -+ $(top_builddir)/src/libs/zbxtime/libzbxtime.a \ -+ $(top_builddir)/src/libs/zbxcommon/libzbxcommon.a \ -+ $(top_builddir)/src/libs/zbxbincommon/libzbxbincommon.a \ -+ $(top_builddir)/src/libs/zbxcurl/libzbxcurl.a - - zabbix_js_LDADD += @ZBXJS_LIBS@ $(LIBXML2_LIBS) - diff --git a/src/zabbix_proxy/Makefile.am b/src/zabbix_proxy/Makefile.am index b56f8a8..44800a0 100644 --- a/src/zabbix_proxy/Makefile.am @@ -159,3 +66,92 @@ diff -up zabbix-7.2.0/configure.ac.out-of-tree zabbix-7.2.0/configure.ac -rm -f bin/mock_server -rm -f bin/zabbix_agent2 -rm -f bin/zabbix_web_service +--- a/src/zabbix_java/Makefile.am~ 2026-07-07 09:04:30.341683492 -0500 ++++ b/src/zabbix_java/Makefile.am 2026-07-09 10:47:55.481651595 -0500 +@@ -9,23 +9,23 @@ + startup.sh + + ZJG = bin/zabbix-java-gateway-$(VERSION).jar +-LIB = lib/android-json-4.3_r3.1.jar:lib/logback-core-1.5.16.jar:lib/logback-classic-1.5.16.jar:lib/slf4j-api-2.0.16.jar:lib/dnsjava-3.6.4.jar ++LIB = $(srcdir)lib/android-json-4.3_r3.1.jar:$(srcdir)lib/logback-core-1.5.16.jar:$(srcdir)lib/logback-classic-1.5.16.jar:$(srcdir)lib/slf4j-api-2.0.16.jar:$(srcdir)lib/dnsjava-3.6.4.jar + +-JUNIT = tests/junit-4.8.2.jar ++JUNIT = $(srcdir)tests/junit-4.8.2.jar + + ZJG_DEST = $(DESTDIR)$(sbindir)/zabbix_java + + all: $(ZJG) + +-$(ZJG): class src/com/zabbix/gateway/*.java +- $(JAVAC) -d class/src -classpath $(LIB) src/com/zabbix/gateway/*.java ++$(ZJG): class $(srcdir)src/com/zabbix/gateway/*.java ++ $(JAVAC) -d class/src -classpath $(LIB) $(srcdir)src/com/zabbix/gateway/*.java + $(JAR) cf $(ZJG) -C class/src . + + test: class + echo "badger useruser" > tests/com/zabbix/gateway/jmx_test_beans/jmxremote.password + chmod 600 tests/com/zabbix/gateway/jmx_test_beans/jmxremote.password +- $(JAVAC) tests/com/zabbix/gateway/jmx_test_beans/*.java +- $(JAVAC) -d class/tests -classpath class/src:$(JUNIT) tests/com/zabbix/gateway/*.java ++ $(JAVAC) tests/com/zabbix/gateway/jmx_$(srcdir)/test_beans/*.java ++ $(JAVAC) -d class/tests -classpath class/src:$(JUNIT) $(srcdir)tests/com/zabbix/gateway/*.java + java -classpath class/tests:$(LIB):$(ZJG):$(JUNIT) com.zabbix.gateway.AllTestRunner + + class: +--- a/src/zabbix_js/Makefile.am.orig 2026-07-09 10:49:49.036634968 -0500 ++++ b/src/zabbix_js/Makefile.am 2026-07-09 10:50:03.475753570 -0500 +@@ -5,30 +5,30 @@ + zabbix_js_SOURCES = zabbix_js.c + + zabbix_js_LDADD = \ +- $(top_srcdir)/src/libs/zbxlog/libzbxlog.a \ +- $(top_srcdir)/src/libs/zbxembed/libzbxembed.a \ +- $(top_srcdir)/src/libs/zbxjson/libzbxjson.a \ +- $(top_srcdir)/src/libs/zbxregexp/libzbxregexp.a \ +- $(top_srcdir)/src/libs/zbxthreads/libzbxthreads.a \ +- $(top_srcdir)/src/libs/zbxmutexs/libzbxmutexs.a \ +- $(top_srcdir)/src/libs/zbxprof/libzbxprof.a \ +- $(top_srcdir)/src/libs/zbxnix/libzbxnix.a \ +- $(top_srcdir)/src/libs/zbxcomms/libzbxcomms.a \ +- $(top_srcdir)/src/libs/zbxip/libzbxip.a \ +- $(top_srcdir)/src/libs/zbxgetopt/libzbxgetopt.a \ +- $(top_srcdir)/src/libs/zbxhash/libzbxhash.a \ +- $(top_srcdir)/src/libs/zbxcrypto/libzbxcrypto.a \ +- $(top_srcdir)/src/libs/zbxcompress/libzbxcompress.a \ +- $(top_srcdir)/src/libs/zbxhttp/libzbxhttp.a \ +- $(top_srcdir)/src/libs/zbxvariant/libzbxvariant.a \ +- $(top_srcdir)/src/libs/zbxxml/libzbxxml.a \ +- $(top_srcdir)/src/libs/zbxalgo/libzbxalgo.a \ +- $(top_srcdir)/src/libs/zbxstr/libzbxstr.a \ +- $(top_srcdir)/src/libs/zbxnum/libzbxnum.a \ +- $(top_srcdir)/src/libs/zbxtime/libzbxtime.a \ +- $(top_srcdir)/src/libs/zbxcommon/libzbxcommon.a \ +- $(top_srcdir)/src/libs/zbxbincommon/libzbxbincommon.a \ +- $(top_srcdir)/src/libs/zbxcurl/libzbxcurl.a ++ $(top_builddir)/src/libs/zbxlog/libzbxlog.a \ ++ $(top_builddir)/src/libs/zbxembed/libzbxembed.a \ ++ $(top_builddir)/src/libs/zbxjson/libzbxjson.a \ ++ $(top_builddir)/src/libs/zbxregexp/libzbxregexp.a \ ++ $(top_builddir)/src/libs/zbxthreads/libzbxthreads.a \ ++ $(top_builddir)/src/libs/zbxmutexs/libzbxmutexs.a \ ++ $(top_builddir)/src/libs/zbxprof/libzbxprof.a \ ++ $(top_builddir)/src/libs/zbxnix/libzbxnix.a \ ++ $(top_builddir)/src/libs/zbxcomms/libzbxcomms.a \ ++ $(top_builddir)/src/libs/zbxip/libzbxip.a \ ++ $(top_builddir)/src/libs/zbxgetopt/libzbxgetopt.a \ ++ $(top_builddir)/src/libs/zbxhash/libzbxhash.a \ ++ $(top_builddir)/src/libs/zbxcrypto/libzbxcrypto.a \ ++ $(top_builddir)/src/libs/zbxcompress/libzbxcompress.a \ ++ $(top_builddir)/src/libs/zbxhttp/libzbxhttp.a \ ++ $(top_builddir)/src/libs/zbxvariant/libzbxvariant.a \ ++ $(top_builddir)/src/libs/zbxxml/libzbxxml.a \ ++ $(top_builddir)/src/libs/zbxalgo/libzbxalgo.a \ ++ $(top_builddir)/src/libs/zbxstr/libzbxstr.a \ ++ $(top_builddir)/src/libs/zbxnum/libzbxnum.a \ ++ $(top_builddir)/src/libs/zbxtime/libzbxtime.a \ ++ $(top_builddir)/src/libs/zbxcommon/libzbxcommon.a \ ++ $(top_builddir)/src/libs/zbxbincommon/libzbxbincommon.a \ ++ $(top_builddir)/src/libs/zbxcurl/libzbxcurl.a + + zabbix_js_LDADD += @ZBXJS_LIBS@ $(LIBXML2_LIBS) + diff --git a/zabbix.spec b/zabbix.spec index 6d87dd5..5b40b6c 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -16,8 +16,8 @@ Name: zabbix Epoch: 1 -Version: 7.4.9 -Release: 3%{?dist} +Version: 7.4.12 +Release: 1%{?dist} Summary: Open-source monitoring solution for your IT infrastructure # TODO - Note additional licenses in src/go when we start building with go @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Thu Jul 09 2026 Gwyn Ciesla - 1:7.4.12-1 +- 7.4.12 + * Sat Jun 13 2026 Yaakov Selkowitz - 1:7.4.9-3 - Rebuilt for openssl 4.0 From 4c30392e6451b7fa3c13277b1be77de861796ef1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:37:52 +0000 Subject: [PATCH 18/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- zabbix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zabbix.spec b/zabbix.spec index 5b40b6c..5ba1b9f 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -17,7 +17,7 @@ Name: zabbix Epoch: 1 Version: 7.4.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open-source monitoring solution for your IT infrastructure # TODO - Note additional licenses in src/go when we start building with go @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1:7.4.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Thu Jul 09 2026 Gwyn Ciesla - 1:7.4.12-1 - 7.4.12 From 7f38ab7d855a374c0c60d05b9b1d46225286d444 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 20 Aug 2026 10:59:03 -0500 Subject: [PATCH 19/20] 7.4.13 --- .gitignore | 1 + sources | 2 +- zabbix.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5d9666f..6372527 100644 --- a/.gitignore +++ b/.gitignore @@ -122,3 +122,4 @@ zabbix-1.8.2.tar.gz /zabbix-7.4.8.tar.gz /zabbix-7.4.9.tar.gz /zabbix-7.4.12.tar.gz +/zabbix-7.4.13.tar.gz diff --git a/sources b/sources index ff25d9e..8c9264b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zabbix-7.4.12.tar.gz) = 1b1711a8a03e1bf0e62397a6b97981793d241461ae72b4d866a5263017fe4f715c2a670c57fe0e219f44ee56729bd660577348c3c32be93259940d27d08e319d +SHA512 (zabbix-7.4.13.tar.gz) = 38d8971daac5583ee77fd07f9f118be70408f0e826b13b7578bf5e1866655b462807b083ad584a2c6e8e5ccfb8ce01d75cbd76867279818a3a62edc63a054ed4 diff --git a/zabbix.spec b/zabbix.spec index 5ba1b9f..79f56b8 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -16,8 +16,8 @@ Name: zabbix Epoch: 1 -Version: 7.4.12 -Release: 2%{?dist} +Version: 7.4.13 +Release: 1%{?dist} Summary: Open-source monitoring solution for your IT infrastructure # TODO - Note additional licenses in src/go when we start building with go @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Thu Aug 20 2026 Gwyn Ciesla - 1:7.4.13-1 +- 7.4.13 + * Fri Jul 17 2026 Fedora Release Engineering - 1:7.4.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From 8ae98fdd832f0821e571ad056c10504a22a9d5c5 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Tue, 25 Aug 2026 10:40:22 -0500 Subject: [PATCH 20/20] 7.4.14 --- .gitignore | 1 + sources | 2 +- zabbix.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6372527..cf2dbe2 100644 --- a/.gitignore +++ b/.gitignore @@ -123,3 +123,4 @@ zabbix-1.8.2.tar.gz /zabbix-7.4.9.tar.gz /zabbix-7.4.12.tar.gz /zabbix-7.4.13.tar.gz +/zabbix-7.4.14.tar.gz diff --git a/sources b/sources index 8c9264b..5e8c08d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zabbix-7.4.13.tar.gz) = 38d8971daac5583ee77fd07f9f118be70408f0e826b13b7578bf5e1866655b462807b083ad584a2c6e8e5ccfb8ce01d75cbd76867279818a3a62edc63a054ed4 +SHA512 (zabbix-7.4.14.tar.gz) = 98b26bfcd3b1803b23d85af70094fe875d138263cabbc4f6fa5c63ea9b07c4bedaa86eeed79ede74919f55515d6c17408391ea999ed204948320dc8ec29bbdc6 diff --git a/zabbix.spec b/zabbix.spec index 79f56b8..d01b2d9 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -16,7 +16,7 @@ Name: zabbix Epoch: 1 -Version: 7.4.13 +Version: 7.4.14 Release: 1%{?dist} Summary: Open-source monitoring solution for your IT infrastructure @@ -839,6 +839,9 @@ fi %files web-pgsql %changelog +* Tue Aug 25 2026 Gwyn Ciesla - 1:7.4.14-1 +- 7.4.14 + * Thu Aug 20 2026 Gwyn Ciesla - 1:7.4.13-1 - 7.4.13