From 4fa15781381f2e6467b0c949465f470695a1d8d2 Mon Sep 17 00:00:00 2001 From: Matteo Corti Date: Fri, 27 Sep 2024 10:10:03 +0200 Subject: [PATCH] Minor bug fix removing spurious debugging output --- CITATION.cff | 4 ++-- NEWS.md | 2 ++ RELEASE_NOTES.md | 2 +- VERSION | 2 +- check_ssl_cert | 4 +--- check_ssl_cert.1 | 2 +- check_ssl_cert.spec | 5 ++++- 7 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 980083a..1914b3b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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: diff --git a/NEWS.md b/NEWS.md index c3f13bf..f20ef9b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8f6e7b1..5568d31 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1 +1 @@ -Bug fixes in the handling of command line options +Minor bug fix removing spurious debugging output diff --git a/VERSION b/VERSION index 0bdeb73..9f2b4d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.84.1 +2.84.2 diff --git a/check_ssl_cert b/check_ssl_cert index 4ddc87d..69ccba1 100755 --- a/check_ssl_cert +++ b/check_ssl_cert @@ -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," @@ -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 diff --git a/check_ssl_cert.1 b/check_ssl_cert.1 index fd0940c..abc3b7c 100644 --- a/check_ssl_cert.1 +++ b/check_ssl_cert.1 @@ -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 diff --git a/check_ssl_cert.spec b/check_ssl_cert.spec index 69e630b..8cb1bb2 100644 --- a/check_ssl_cert.spec +++ b/check_ssl_cert.spec @@ -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 @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Sep 27 2024 Matteo Corti - 2.84.2-0 +- Updated to 2.84.2 + * Thu Sep 26 2024 Matteo Corti - 2.84.1-0 - Updated to 2.84.1