-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be99cd0
commit da339fc
Showing
8 changed files
with
34 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2023-03-16 Matteo Corti <[email protected]> | ||
|
||
* check_ssl_cert: unset TIMEOUT_REASON after the the context it should be used | ||
* check_ssl_cert: added some more TIMEOUT_REASON messages | ||
|
||
2023-03-09 Matteo Corti <[email protected]> | ||
|
||
* check_ssl_cert (main): Fixed the RSA algorithms | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Fixed the algorithms used by ```--rsa``` | ||
Fixed the output in case of timeout | ||
Fixed the ciphers with ```--rsa``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.61.0 | ||
2.62.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
%global version 2.61.0 | ||
%global version 2.62.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 | ||
* Thu Mar 16 2023 Matteo Corti <[email protected]> - 2.62.0-0 | ||
- Updated to 2.62.0 | ||
|
||
* Thu Mar 9 2023 Matteo Corti <[email protected]> - 2.61.0-0 | ||
- Updated to 2.61.0 | ||
|
||
|