From 98c3eb424bfff88d755501d3ed0a0d9af5257895 Mon Sep 17 00:00:00 2001 From: Matteo Corti Date: Sat, 26 Aug 2023 12:23:58 +0200 Subject: [PATCH] Preapred the new version --- CITATION.cff | 4 ++-- NEWS.md | 2 ++ RELEASE_NOTES.md | 2 +- VERSION | 2 +- check_ssl_cert | 2 +- check_ssl_cert.1 | 2 +- check_ssl_cert.spec | 5 ++++- 7 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index fb4a9d8..13db069 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -254,8 +254,8 @@ authors: given-names: "Дилян" website: https://github.com/dilyanpalauzov title: "check_ssl_cert" -version: 2.72.0 -date-released: 2023-07-28 +version: 2.73.0 +date-released: 2023-08-26 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 d28b00d..64abfe1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # News +* 2023-08-26 Version 2.73.0 + * Fixed a bug with ocsp checks using a proxy and OpenSSL 1.X * 2023-07-28 Version 2.72.0 * Fixed a bug if the host cannot be resolved and ```--resolve``` is specified * 2023-07-19 Version 2.71.0 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 50a6482..96d8c4f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1 +1 @@ -Fixed a bug in the proxy command line options validation +Fixed OCSP checks with proxy and OpenSSL 1.X diff --git a/VERSION b/VERSION index 9e0b850..6406782 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.72.0 +2.73.0 diff --git a/check_ssl_cert b/check_ssl_cert index 7f56ed3..ede7a66 100755 --- a/check_ssl_cert +++ b/check_ssl_cert @@ -28,7 +28,7 @@ ################################################################################ # Constants -VERSION=2.72.0 +VERSION=2.73.0 SHORTNAME="SSL_CERT" VALID_ATTRIBUTES=",startdate,enddate,subject,issuer,modulus,serial,hash,email,ocsp_uri,fingerprint," diff --git a/check_ssl_cert.1 b/check_ssl_cert.1 index 495d379..613579e 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 "August, 2023" "2.72.0" "USER COMMANDS" +.TH "check_ssl_cert" 1 "August, 2023" "2.73.0" "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 8f6c037..9574ecb 100644 --- a/check_ssl_cert.spec +++ b/check_ssl_cert.spec @@ -1,4 +1,4 @@ -%global version 2.72.0 +%global version 2.73.0 %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 +* Sat Aug 26 2023 Matteo Corti - 2.73.0-0 +- Updated to 2.73.0 + * Thu Aug 10 2023 Matteo Corti - 2.72.0-0 - Updated to 2.72.0