Skip to content

Commit

Permalink
Fixes #472
Browse files Browse the repository at this point in the history
Fixed a problem with timeouts
  • Loading branch information
matteocorti committed Sep 27, 2023
1 parent e8858d4 commit 53420ad
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 79 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ authors:
given-names: "Дилян"
website: https://github.com/dilyanpalauzov
title: "check_ssl_cert"
version: 2.74.0
date-released: 2023-09-13
version: 2.75.0
date-released: 2023-09-27
url: "https://github.com/matteocorti/check_ssl_cert"
repository-code: "https://github.com/matteocorti/check_ssl_cert"
keywords:
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-09-27 Matteo Corti <[email protected]>

* check_ssl_cert (exec_with_timeout): Global elapsed time considered for the timeout

2023-09-13 Matteo Corti <[email protected]>

* check_ssl_cert (main): Fixed an issue in the /etc/hosts parsing
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# News

* 2023-09-27 Version 2.75.0
* Fixed an issue with the timeout
* 2023-09-13 Version 2.74.0
* Fixed an issue in the ```/etc/hosts``` parsing
* 2023-08-26 Version 2.73.0
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixed an issue in the ```/etc/hosts``` parsing
Fixed an issue with the timeout
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.74.0
2.75.0
124 changes: 51 additions & 73 deletions check_ssl_cert

Large diffs are not rendered by default.

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 "September, 2023" "2.74.0" "USER COMMANDS"
.TH "check_ssl_cert" 1 "September, 2023" "2.75.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.74.0
%global version 2.75.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
* Wed Sep 27 2023 Matteo Corti <[email protected]> - 2.75.0-0
- Updated to 2.75.0

* Wed Sep 13 2023 Matteo Corti <[email protected]> - 2.74.0-0
- Updated to 2.74.0

Expand Down

0 comments on commit 53420ad

Please sign in to comment.