Skip to content

Commit

Permalink
Minor bug fix removing spurious debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Sep 27, 2024
1 parent be9e9c4 commit 4fa1578
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ authors:
given-names: "Дилян"
website: https://github.com/dilyanpalauzov
title: "check_ssl_cert"
version: 2.84.1
date-released: 2024-09.26
version: 2.84.2
date-released: 2024-09.27
url: "https://github.com/matteocorti/check_ssl_cert"
repository-code: "https://github.com/matteocorti/check_ssl_cert"
keywords:
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# News

* 2024-09.27 Version 2.84.2
* Minor bug fix removing spurious debugging output
* 2024-09.26 Version 2.84.1
* Bug fixes in the handling of command line options
* 2024-09-24 Version 2.84.0
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Bug fixes in the handling of command line options
Minor bug fix removing spurious debugging output
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.84.1
2.84.2
4 changes: 1 addition & 3 deletions check_ssl_cert
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
################################################################################
# Constants

VERSION=2.84.1
VERSION=2.84.2
SHORTNAME="SSL_CERT"

VALID_ATTRIBUTES=",startdate,enddate,subject,issuer,modulus,serial,hash,email,ocsp_uri,fingerprint,"
Expand Down Expand Up @@ -6026,8 +6026,6 @@ main() {
OPENSSL_PARAMS="-inform DER -nameopt utf8,oneline,-esc_msb"
OPENSSL_ENDDATE_OPTION="-nextupdate"
else
echo 50
critical "'${FILE}' is not a valid certificate file"
fi
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 check_ssl_cert.1
.\"
.TH "check_ssl_cert" 1 "September, 2024" "2.84.1" "USER COMMANDS"
.TH "check_ssl_cert" 1 "September, 2024" "2.84.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 @@
%global version 2.84.1
%global version 2.84.2
%global release 0
%global sourcename check_ssl_cert
%global packagename nagios-plugins-check_ssl_cert
Expand Down Expand Up @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Fri Sep 27 2024 Matteo Corti <[email protected]> - 2.84.2-0
- Updated to 2.84.2

* Thu Sep 26 2024 Matteo Corti <[email protected]> - 2.84.1-0
- Updated to 2.84.1

Expand Down

0 comments on commit 4fa1578

Please sign in to comment.