[zabbix20/el6] New upstream release 2.0.9

Volker Fröhlich volter at fedoraproject.org
Wed Oct 9 19:42:07 UTC 2013


commit afd214492dac0de3df425817a3031b5df9139411
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Wed Oct 9 21:41:15 2013 +0200

    New upstream release 2.0.9
    
    - Drop all patches incorporated in this release

 .gitignore                  |    1 +
 sources                     |    2 +-
 zabbix-2.0.6-ZBX-5924.patch |   13 -
 zabbix-2.0.8-ZBX-6804.patch |  121 ---
 zabbix-2.0.8-ZBX-6922.patch |   21 -
 zabbix-2.0.8-ZBX-6992.patch |   15 -
 zabbix-2.0.8-ZBX-7091.patch | 2021 -------------------------------------------
 zabbix20.spec               |   27 +-
 8 files changed, 8 insertions(+), 2213 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e4488ae..89acafc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /zabbix-2.0.7-free.tar.gz
 /zabbix-2.0.8.tar.gz
 /zabbix-2.0.8-free.tar.gz
+/zabbix-2.0.9-free.tar.gz
diff --git a/sources b/sources
index ab672de..b1d6d3e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-213cfb023a9c3afb807746003027a9c2  zabbix-2.0.8-free.tar.gz
+1b895bc113adb98c605d36b1a9328a26  zabbix-2.0.9-free.tar.gz
diff --git a/zabbix20.spec b/zabbix20.spec
index 5d6a651..b28e732 100644
--- a/zabbix20.spec
+++ b/zabbix20.spec
@@ -19,8 +19,8 @@
 %global srcname zabbix
 
 Name:           zabbix20
-Version:        2.0.8
-Release:        3%{?dist}
+Version:        2.0.9
+Release:        1%{?dist}
 Summary:        Open-source monitoring solution for your IT infrastructure
 
 Group:          Applications/Internet
@@ -55,21 +55,6 @@ Patch1:         %{srcname}-2.0.3-fonts-config.patch
 Patch2:         %{srcname}-2.0.1-no-flash.patch
 # adapt for fping3 - https://support.zabbix.com/browse/ZBX-4894
 Patch3:         %{srcname}-1.8.12-fping3.patch
-# Services page broken due to missing AS in SQL
-# https://support.zabbix.com/browse/ZBX-6992
-Patch4:         %{srcname}-2.0.8-ZBX-6992.patch
-
-# SQL speedup for graphs, fixed in 2.0.9
-# https://support.zabbix.com/browse/ZBX-6840
-Patch5:         %{srcname}-2.0.8-ZBX-6804.patch
-
-# Failure on XML import of hosts, fixed in 2.0.9
-# https://support.zabbix.com/browse/ZBX-6922
-Patch6:         %{srcname}-2.0.8-ZBX-6922.patch
-
-# Frontend and API vulnerability to SQL injections
-# CVE-2013-5743
-Patch7:         %{srcname}-2.0.8-ZBX-7091.patch
 
 BuildRequires:   mysql-devel
 BuildRequires:   postgresql-devel
@@ -287,10 +272,6 @@ Zabbix web frontend for PostgreSQL
 %if 0%{?fedora}
 %patch3 -p1
 %endif
-%patch4 -p0
-%patch5 -p0
-%patch6 -p0
-%patch7 -p0
 
 # Logrotate's su option is currently only available in Fedora
 %if 0%{?rhel}
@@ -867,6 +848,10 @@ fi
 %files web-pgsql
 
 %changelog
+* Wed Oct  9 2013 Volker Fröhlich <volker27 at gmx.at> - 2.0.9-1
+- New upstream release
+- Drop obsolete patches ZBX-6804, ZBX-7091, ZBX-6922, ZBX-6992
+
 * Mon Sep 23 2013 Volker Fröhlich <volker27 at gmx.at> - 2.0.8-3
 - Add SQL speed-up patch (ZBX-6804)
 - Add SQL injection vulnerability patch (ZBX-7091, CVE-2013-5743)


More information about the scm-commits mailing list