Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
check_ssl_cert
> check_ssl_cert.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File check_ssl_cert.spec of Package check_ssl_cert (Revision 2)
Currently displaying revision
2
,
show latest
%define version 1.4.1 %define release 1 %define name check_ssl_cert %define _nagdir %{_prefix}/lib/nagios %define _plugindir %{_nagdir}/plugins Summary: A Nagios plugin to check X.509 certificates Name: %{name} Version: %{version} Release: %{release} License: GPL Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-root Source: http://www.id.ethz.ch/people/allid_list/corti/%{name}-%{version}.tar.bz2 BuildArch: noarch Requires: perl openssl %description Checks an X.509 certificate: - checks if the server is running and delivers a valid certificate - checks if the CA matches a given pattern - checks the validity %prep %setup -q %build %install %__make DESTDIR=$RPM_BUILD_ROOT%{_plugindir} install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root, 0644) %doc AUTHORS ChangeLog NEWS README INSTALL TODO COPYING VERSION %defattr(-, root, root, 0755) %dir %{_nagdir} %dir %{_plugindir} %attr(0755, root, root) %{_plugindir}/check_ssl_cert %changelog * Mon Nov 30 2009 Carsten Schoene <cs@linux-administrator.com> - 1.4.1-1 - import to BS - fix requires - changed some macros to make rpmlint happy * Mon Nov 30 2009 Matteo Corti <matteo.corti@id.ethz.ch> - 1.4.1-0 - updated to 1.4.1 (-r option) * Mon Nov 30 2009 Matteo Corti <matteo.corti@id.ethz.ch> - 1.4.0-0 - Updated to 1.4.0: verify the certificate chain * Mon Mar 30 2009 Matteo Corti <matteo.corti@id.ethz.ch> - 1.3.0-0 - Tuomas Haarala patch: -P option * Tue May 13 2008 Matteo Corti <matteo.corti@id.ethz.ch> - 1.2.2-0 - Dan Wallis patch to include the CN in the messages * Mon Feb 25 2008 Matteo Corti <matteo.corti@id.ethz.ch> - 1.2.1-0 - Dan Wallis patches (error checking, see ChangeLog) * Mon Feb 25 2008 Matteo Corti <matteo.corti@id.ethz.ch> - 1.2.0-0 - Dan Wallis patches (see the ChangeLog) * Mon Sep 24 2007 Matteo Corti <matteo.corti@id.ethz.ch> - 1.1.0-0 - first rpm package