]> git.pld-linux.org Git - packages/nagios-plugin-check_ssl_cert.git/commitdiff
up to 1.45.0; project moved to github auto/th/nagios-plugin-check_ssl_cert-1.45.0-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 8 May 2017 07:38:40 +0000 (10:38 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 8 May 2017 07:39:06 +0000 (10:39 +0300)
ca_path.patch
nagios-plugin-check_ssl_cert.spec

index 6e87966f0911663b20174aca9ef936af9e062dc2..335e542faba45efc561850f686a4e2dc116dfd69 100644 (file)
@@ -1,10 +1,10 @@
---- check_ssl_cert-1.17.0/check_ssl_cert~      2014-11-29 18:01:44.000000000 +0200
-+++ check_ssl_cert-1.17.0/check_ssl_cert       2015-04-01 13:45:25.039727047 +0300
-@@ -251,6 +251,7 @@
-     TIMEOUT=15
-     VERBOSE=""
+--- check_ssl_cert-1.45.0/check_ssl_cert~      2017-05-02 15:31:51.000000000 +0300
++++ check_ssl_cert-1.45.0/check_ssl_cert       2017-05-08 10:34:49.121059968 +0300
+@@ -395,6 +395,7 @@
+     # Default values
+     DEBUG=""
      OPENSSL=""
 +    ROOT_CA=/etc/openssl/certs
-     # set the default temp dir if not set
-     if [ -z "${TMPDIR}" ] ; then
+     FILE_BIN=""
+     CURL_BIN=""
+     IGNORE_SSL_LABS_CACHE=""
index 16746ee1820fe68c39d6275b3c8e010d8d326a6a..044e6b9cdb633e9502a44ddfa43d11e6edf7d31d 100644 (file)
@@ -2,20 +2,21 @@
 Summary:       Nagios plugin to check the CA and validity of an X.509 certificate
 Summary(pl.UTF-8):     Wtyczka Nagiosa sprawdzająca CA i ważność certyfikatu X.509
 Name:          nagios-plugin-%{plugin}
-Version:       1.17.1
+Version:       1.45.0
 Release:       1
 License:       GPL v3
 Group:         Networking
-Source0:       https://trac.id.ethz.ch/projects/nagios_plugins/downloads/%{plugin}-%{version}.tar.gz
-# Source0-md5: ffcc0c4debd7d7dc568101b762c34cd9
+Source0:       https://github.com/matteocorti/check_ssl_cert/releases/download/v%{version}/check_ssl_cert-%{version}.tar.gz
+# Source0-md5: f58571151d00af0e44ee133943b54b55
 Source1:       check_ssl_cert.cfg
 Patch0:                ca_path.patch
-URL:           https://trac.id.ethz.ch/projects/nagios_plugins/wiki/check_ssl_cert
+URL:           https://github.com/matteocorti/check_ssl_cert/wiki
 BuildRequires: rpm >= 4.4.9-56
 Requires:      expect
+Requires:      file
 Requires:      nagios-common
 Requires:      openssl-tools >= 0.9.8i-3
-Requires:      perl(Date::Parse)
+Requires:      perl-TimeDate
 Requires:      perl-base
 Requires:      sed >= 4.0
 Requires:      which
@@ -54,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYRIGHT INSTALL NEWS README TODO VERSION
+%doc AUTHORS COPYRIGHT INSTALL NEWS README.md TODO VERSION
 %attr(640,root,nagios) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{plugin}.cfg
 %attr(755,root,root) %{plugindir}/%{plugin}
 %{_mandir}/man1/check_ssl_cert.1*
This page took 0.081185 seconds and 4 git commands to generate.