diff --git a/AUTHORS.md b/AUTHORS.md index 639fdf0..aba34a8 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -143,3 +143,4 @@ Maintainer: [Matteo Corti](https://github.com/matteocorti) <[matteo@corti.li](ma * Many thanks to [Dick Visser](https://github.com/dnmvisser) for the user agent fix * Many thanks to [claudioth](https://github.com/claudioth) for the Perl date computation fix * Many thanks to [Lukas Tribus](https://github.com/lukastribus) for the Python 3 patch +* Many thanks to [Peter[(https://github.com/Peter2121) for the FreeBSD jail patch diff --git a/CITATION.cff b/CITATION.cff index 7d5991f..0e4f19d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -122,6 +122,8 @@ authors: - family-names: "Newman" given-names: "Peter" website: https://github.com/peternewman +- name: Peter[(https://github.com/Peter2121) + website: https://github.com/Peter2121 - family-names: "Kueck" given-names: "Philippe" - family-names: "Rupert" @@ -241,8 +243,8 @@ authors: given-names: "Дилян" website: https://github.com/dilyanpalauzov title: "check_ssl_cert" -version: 2.54.0 -date-released: 2022-10-20 +version: 2.55.0 +date-released: 2022-10-25 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 3bb2f13..f434454 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ - * TDS checks now respect the timeout option +* 2022-10-25 Version 2.55.0 + * Fixes for FreeBSD jails + * TDS checks now respect the timeout option * 2022-10-20 Version 2.54.0 * Java KeyStore checks (thanks to [claudioth](https://github.com/claudioth)) * Bug fixes in the TDS checks diff --git a/VERSION b/VERSION index 99aed79..c2576f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.54.0 +2.55.0 diff --git a/check_ssl_cert b/check_ssl_cert index d111ac5..80a66b3 100755 --- a/check_ssl_cert +++ b/check_ssl_cert @@ -31,7 +31,7 @@ ################################################################################ # Constants -VERSION=2.54.0 +VERSION=2.55.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 58d39e3..5a3eb23 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 "October, 2022" "2.54.0" "USER COMMANDS" +.TH "check_ssl_cert" 1 "November, 2022" "2.55.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 ed130e3..56dc6fc 100644 --- a/check_ssl_cert.spec +++ b/check_ssl_cert.spec @@ -1,4 +1,4 @@ -%global version 2.54.0 +%global version 2.55.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 +* Fri Nov 25 2022 Matteo Corti - 2.55.0-0 +- Updated to 2.55.0 + * Thu Oct 20 2022 Matteo Corti - 2.54.0-0 - Updated to 2.54.0