Skip to content

Commit

Permalink
Prepared new version
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Nov 25, 2022
1 parent 99ee9cd commit f1ee270
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,4 @@ Maintainer: [Matteo Corti](https://github.com/matteocorti) <[[email protected]](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
6 changes: 4 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.54.0
2.55.0
2 changes: 1 addition & 1 deletion check_ssl_cert
Original file line number Diff line number Diff line change
Expand Up @@ -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,"
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 "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
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.54.0
%global version 2.55.0
%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 Nov 25 2022 Matteo Corti <[email protected]> - 2.55.0-0
- Updated to 2.55.0

* Thu Oct 20 2022 Matteo Corti <[email protected]> - 2.54.0-0
- Updated to 2.54.0

Expand Down

0 comments on commit f1ee270

Please sign in to comment.