[nagios-plugins] Ver. 1.4.15

Peter Lemenkov peter at fedoraproject.org
Wed Aug 18 15:04:11 UTC 2010


commit 0ca327c4445c1407a318789b1ffc4e48c2710385
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Wed Aug 18 19:04:00 2010 +0400

    Ver. 1.4.15
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 .gitignore                                         |    1 +
 ...-behaviour-in-case-of-self-signed-certifi.patch |   27 --------------------
 nagios-plugins.spec                                |   14 +++++-----
 sources                                            |    2 +-
 4 files changed, 9 insertions(+), 35 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 878d3b2..a2bba48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 nagios-plugins-1.4.14.tar.gz
+nagios-plugins-1.4.15.tar.gz
diff --git a/nagios-plugins.spec b/nagios-plugins.spec
index c6b5189..be222b5 100644
--- a/nagios-plugins.spec
+++ b/nagios-plugins.spec
@@ -1,18 +1,17 @@
 Name: nagios-plugins
-Version: 1.4.14
-Release: 4%{?dist}
+Version: 1.4.15
+Release: 1%{?dist}
 Summary: Host/service/network monitoring program plugins for Nagios
 
 Group: Applications/System
 License: GPLv2+
 URL: http://nagiosplug.sourceforge.net/
-Source0: http://dl.sf.net/sourceforge/nagiosplug/%{name}-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/nagiosplug/%{name}-%{version}.tar.gz
 Source1: nagios-plugins.README.Fedora
 Patch1:	nagios-plugins-0001-Do-not-use-usr-local-for-perl.patch
 Patch2: nagios-plugins-0002-Remove-assignment-of-not-parsed-to-jitter.patch
 Patch3: nagios-plugins-0003-Fedora-specific-fixes-for-searching-for-diff-and-tai.patch
 Patch4: nagios-plugins-0004-Fedora-specific-patch-for-not-to-fixing-fully-qualif.patch
-Patch5: nagios-plugins-0005-Restore-SSL-behaviour-in-case-of-self-signed-certifi.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -529,9 +528,6 @@ Provides check_wave support for Nagios.
 %patch2 -p1 -b .not_parsed
 %patch3 -p1 -b .proper_paths
 %patch4 -p1 -b .no_need_fo_fix_paths
-%if 0%{?el4}%{?el5}
-%patch5 -p1 -b .restore_ssl_behaviour
-%endif
 
 %build
 %configure \
@@ -833,6 +829,10 @@ rm -rf %{buildroot}
 %{_libdir}/nagios/plugins/check_wave
 
 %changelog
+* Wed Aug 18 2010 Peter Lemenkov <lemenkov at gmail.com> - 1.4.15-1
+- Ver. 1.4.15
+- Dropped patch for restoration of behaviour in case of ssl checks
+
 * Tue May 18 2010 Peter Lemenkov <lemenkov at gmail.com> - 1.4.14-4
 - Restore ssl behaviour for check_http in case of self-signed
   certificates (see rhbz #584227).
diff --git a/sources b/sources
index 34181b6..09215b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1835a48a777863ed2583de3c82446a9  nagios-plugins-1.4.14.tar.gz
+56abd6ade8aa860b38c4ca4a6ac5ab0d  nagios-plugins-1.4.15.tar.gz


More information about the scm-commits mailing list