Skip to content

Commit

Permalink
Updated version number and prepared 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Mar 29, 2016
1 parent c0fde6e commit 293ec3b
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 @@
2016-03-29 Sergei Shmanko

* check_ssl_cert: Fix wildcard match regex, add additional unit tests

2016-03-21 Matteo Corti <[email protected]>

* check_ssl_cert (exec_with_timeout): issues a critical status
Expand Down
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2016-03-29 Version 1.26.0 Fixes a bug in wildcard match
2016-03-21 Version 1.25.0 Fixes a bug on CN parsing on non-GNU systems
Handle wildcard certificates
2016-03-09 Version 1.24.0 Waits for SSL Labs Results
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.0
1.26.0
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.25.0
VERSION=1.26.0
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 "March, 2016" "1.25.0" "USER COMMANDS"
.TH "check_ssl_cert" 1 "March, 2016" "1.26.0" "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.25.0
%define version 1.26.0
%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
* Tue Mar 29 2016 Matteo Corti <[email protected]> - 1.26.0-0
- Updated to 1.26.0

* Mon Mar 21 2016 Matteo Corti <[email protected]> - 1.25.0-0
- Updated to 1.25.0

Expand Down

0 comments on commit 293ec3b

Please sign in to comment.