Skip to content

Commit

Permalink
Prepared version 1.38.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Feb 2, 2017
1 parent db5703d commit 341a850
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-02-02 Matteo Corti <[email protected]>

* check_ssl_cert: Fixed the command line argument parsing

2017-01-29 Matteo Corti <[email protected]>

* check_ssl_cert: Added patches from Pavel Rochnyak for the issuer certificate cache patch
Expand Down
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2017-02-02 Version 1.38.2: Fixed a bug in the command line argument parsing
2017-01-29 Version 1.38.1: Small corrections in the documentation
2017-01-28 Version 1.38.0: Added support for wildcards in alternative names and caching of the issuer certificate
2016-12-23 Version 1.37.0: Added a patch to specify multiple CNs
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.38.1
1.38.2
2 changes: 1 addition & 1 deletion check_ssl_cert
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
################################################################################
# Constants

VERSION=1.38.1
VERSION=1.38.2
SHORTNAME="SSL_CERT"

VALID_ATTRIBUTES=",startdate,enddate,subject,issuer,serial,modulus,serial,hash,email,ocsp_uri,fingerprint,"
Expand Down
2 changes: 1 addition & 1 deletion check_ssl_cert.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
.TH "check_ssl_cert" 1 "January, 2017" "1.38.1" "USER COMMANDS"
.TH "check_ssl_cert" 1 "February, 2017" "1.38.2" "USER COMMANDS"
.SH NAME
check_ssl_cert \- checks the validity of X.509 certificates
.SH SYNOPSIS
Expand Down
5 changes: 4 additions & 1 deletion check_ssl_cert.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define version 1.38.1
%define version 1.38.2
%define release 0
%define sourcename check_ssl_cert
%define packagename nagios-plugins-check_ssl_cert
Expand Down Expand Up @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/%{sourcename}.1*

%changelog
* Thu Feb 2 2017 Matteo Corti <[email protected]> - 1.38.2-0
- Updated to 1.38.2

* Sun Jan 29 2017 Matteo Corti <[email protected]> - 1.38.1-0
- Updated to 1.38.1

Expand Down

0 comments on commit 341a850

Please sign in to comment.