[zabbix/el6] New upstream release 1.8.20

Volker Fröhlich volter at fedoraproject.org
Thu Feb 13 08:58:35 UTC 2014


commit ed66fc0cdfe1c71c1b102d3ad997332ef5ae88ff
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Thu Feb 13 09:58:56 2014 +0100

    New upstream release 1.8.20

 .gitignore  |    1 +
 sources     |    2 +-
 zabbix.spec |  100 +++++------------------------------------------------------
 3 files changed, 10 insertions(+), 93 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc1b39c..6b1bff2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ zabbix-1.8.2.tar.gz
 /zabbix-1.8.17.tar.gz
 /zabbix-1.8.18.tar.gz
 /zabbix-1.8.19.tar.gz
+/zabbix-1.8.20.tar.gz
diff --git a/sources b/sources
index f66ee48..9078cdc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f61b6a871dfb44f04273bac1f45790e3  zabbix-1.8.19.tar.gz
+a3b0ab8eb65f759d9a3f17e5544475ba  zabbix-1.8.20.tar.gz
diff --git a/zabbix.spec b/zabbix.spec
index 3227eb3..4635885 100644
--- a/zabbix.spec
+++ b/zabbix.spec
@@ -6,7 +6,7 @@
 #   various backup files (*.rpm{orig,new,save}, *~ etc) in that dir.
 
 Name:           zabbix
-Version:        1.8.19
+Version:        1.8.20
 Release:        1%{?dist}
 Summary:        Open-source monitoring solution for your IT infrastructure
 
@@ -613,13 +613,18 @@ fi
 
 
 %changelog
+* Thu Feb 13 2014 Volker Fröhlich <volker27 at gmx.at> - 1.8.20-1
+- New upstream release
+- Remove obsolete patch for CVE-2013-6824
+- Truncate changelog
+
 * Sat Dec 21 2013 Volker Fröhlich <volker27 at gmx.at> - 1.8.19-1
 - New upstream release
 - Drop obsolete patch for CVE-2013-6824
 - Improve init scripts to not kill other instances (BZ#1018293)
 - General overhaul of init scripts and documentation in README
 
-* Tue Nov  3 2013 Volker Fröhlich <volker27 at gmx.at> - 1.8.18-2
+* Sun Nov  3 2013 Volker Fröhlich <volker27 at gmx.at> - 1.8.18-2
 - Fix vulnerability for remote command execution injection
   (ZBX-7479, CVE-2013-6824)
 
@@ -737,7 +742,7 @@ fi
 * Wed Feb 24 2010 Dan Horák <dan[at]danny.cz> - 1.8.1-6
 - use system fonts
 
-* Sun Feb 13 2010 Dan Horák <dan[at]danny.cz> - 1.8.1-5
+* Sat Feb 13 2010 Dan Horák <dan[at]danny.cz> - 1.8.1-5
 - fixed linking with the new --no-add-needed default (#564932)
 
 * Mon Feb  1 2010 Dan Horák <dan[at]danny.cz> - 1.8.1-4
@@ -754,92 +759,3 @@ fi
 
 * Tue Jan 26 2010 Dan Horák <dan[at]danny.cz> - 1.8-1
 - Update to 1.8
-
-* Thu Dec 31 2009 Dan Horák <dan[at]danny.cz> - 1.6.8-1
-- Update to 1.6.8
-- Upstream changelog: http://www.zabbix.com/rn1.6.8.php
-- fixes 2 issues from #551331
-
-* Wed Nov 25 2009 Dan Horák <dan[at]danny.cz> - 1.6.6-2
-- rebuilt with net-snmp 5.5
-
-* Sat Aug 29 2009 Dan Horák <dan[at]danny.cz> - 1.6.6-1
-- Update to 1.6.6
-- Upstream changelog: http://www.zabbix.com/rn1.6.6.php
-
-* Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 1.6.5-3
-- rebuilt with new openssl
-
-* Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Mon Jun  8 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.5-1
-- Update to 1.6.5, see http://sourceforge.net/mailarchive/message.php?msg_name=4A37A2CA.8050503%40zabbix.com for the full release notes.
-- 
-- It is recommended to create the following indexes in order to speed up
-- performance of ZABBIX front-end as well as server side (ignore it if the
-- indexes already exist):
-- 
-- CREATE UNIQUE INDEX history_log_2 on history_log (itemid,id);
-- CREATE UNIQUE INDEX history_text_2 on history_text (itemid,id);
-- CREATE INDEX graphs_items_1 on graphs_items (itemid);
-- CREATE INDEX graphs_items_2 on graphs_items (graphid);
-- CREATE INDEX services_1 on services (triggerid);
-
-* Mon Jun  8 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.6.4-4
-- Start agent after and shut down before proxy and server by default.
-- Include database schemas also in -proxy-* docs.
-- Make buildable on EL-4 (without libcurl, OpenIPMI).
-- Reformat description.
-
-* Fri Apr 17 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.6.4-3
-- Tighten configuration file permissions.
-- Ensure zero exit status from scriptlets.
-- Improve init script LSB compliance.
-- Restart running services on package upgrades.
-
-* Thu Apr  9 2009 Dan Horák <dan[at]danny.cz> - 1.6.4-2
-- make the -docs subpackage noarch
-
-* Thu Apr  9 2009 Dan Horák <dan[at]danny.cz> - 1.6.4-1
-- update to 1.6.4
-- remove the cpustat patch, it was integreated into upstream
-- use noarch subpackage for the web interface
-- database specific web subpackages conflicts with each other
-- use common set of option for the configure macro
-- enable IPMI support
-- sqlite web subpackage must depend on local sqlite
-- reorganize the docs and the sql scripts
-- change how the web interface config file is created
-- updated scriptlet for adding the zabbix user
-- move the documentation in PDF to -docs subpackage
-- most of the changes were submitted by Ville Skyttä in #494706 
-- Resolves: #489673, #493234, #494706
-
-* Mon Mar  9 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2-5
-- Update pre patch due to incomplete fix for security problems.
-
-* Wed Mar  4 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2-4
-- Update to a SVN snapshot of the upstream 1.6 branch to fix security
-  issue (BZ#488501)
-
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Fri Jan 23 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2-2
-- Rebuild for MySQL 5.1.X
-
-* Fri Jan 16 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2-1
-- Update to 1.6.2: http://www.zabbix.com/rn1.6.2.php
-
-* Thu Dec  4 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.1-1
-- Fix BZ#474593 by adding a requires.
-
-* Wed Nov  5 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.1-1
-- Update to 1.6.1
-
-* Tue Sep 30 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6-1.1
-- Bump release because forgot to add some new files.
-
-* Thu Sep 30 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6-1
-- Update to final 1.6


More information about the scm-commits mailing list