Skip to content

Commit 4fa1578

Browse files
committed
Minor bug fix removing spurious debugging output
1 parent be9e9c4 commit 4fa1578

7 files changed

+12
-9
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ authors:
266266
given-names: "Дилян"
267267
website: https://github.com/dilyanpalauzov
268268
title: "check_ssl_cert"
269-
version: 2.84.1
270-
date-released: 2024-09.26
269+
version: 2.84.2
270+
date-released: 2024-09.27
271271
url: "https://github.com/matteocorti/check_ssl_cert"
272272
repository-code: "https://github.com/matteocorti/check_ssl_cert"
273273
keywords:

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# News
22

3+
* 2024-09.27 Version 2.84.2
4+
* Minor bug fix removing spurious debugging output
35
* 2024-09.26 Version 2.84.1
46
* Bug fixes in the handling of command line options
57
* 2024-09-24 Version 2.84.0

RELEASE_NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Bug fixes in the handling of command line options
1+
Minor bug fix removing spurious debugging output

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.84.1
1+
2.84.2

check_ssl_cert

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
################################################################################
2727
# Constants
2828

29-
VERSION=2.84.1
29+
VERSION=2.84.2
3030
SHORTNAME="SSL_CERT"
3131

3232
VALID_ATTRIBUTES=",startdate,enddate,subject,issuer,modulus,serial,hash,email,ocsp_uri,fingerprint,"
@@ -6026,8 +6026,6 @@ main() {
60266026
OPENSSL_PARAMS="-inform DER -nameopt utf8,oneline,-esc_msb"
60276027
OPENSSL_ENDDATE_OPTION="-nextupdate"
60286028
else
6029-
6030-
echo 50
60316029
critical "'${FILE}' is not a valid certificate file"
60326030
fi
60336031

check_ssl_cert.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Process this file with
22
.\" groff -man -Tascii check_ssl_cert.1
33
.\"
4-
.TH "check_ssl_cert" 1 "September, 2024" "2.84.1" "USER COMMANDS"
4+
.TH "check_ssl_cert" 1 "September, 2024" "2.84.2" "USER COMMANDS"
55
.SH NAME
66
check_ssl_cert \- checks the validity of X.509 certificates
77
.SH SYNOPSIS

check_ssl_cert.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%global version 2.84.1
1+
%global version 2.84.2
22
%global release 0
33
%global sourcename check_ssl_cert
44
%global packagename nagios-plugins-check_ssl_cert
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
5454
%endif
5555

5656
%changelog
57+
* Fri Sep 27 2024 Matteo Corti <[email protected]> - 2.84.2-0
58+
- Updated to 2.84.2
59+
5760
* Thu Sep 26 2024 Matteo Corti <[email protected]> - 2.84.1-0
5861
- Updated to 2.84.1
5962

0 commit comments

Comments
 (0)