-
-
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.
Fixed a bug in the proxy command line options validation
- Loading branch information
1 parent
f7ba87d
commit d737b85
Showing
7 changed files
with
14 additions
and
12 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,7 @@ | ||
2023-08-10 Matteo Corti <[email protected]> | ||
|
||
* check_ssl_cert (main): Fixed a bug in the proxy command line options validation | ||
|
||
2023-07-28 Matteo Corti <[email protected]> | ||
|
||
* check_ssl_cert (main): Fixed a bug if the host cannot be resolved and --resolve is specified | ||
|
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 @@ | ||
Fixed a bug if the host cannot be resolved and ```--resolve``` is specified | ||
Fixed a bug in the proxy command line options validation |
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.71.0 | ||
2.72.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.71.0 | ||
%global version 2.72.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 Aug 10 2023 Matteo Corti <[email protected]> - 2.72.0-0 | ||
- Updated to 2.72.0 | ||
|
||
* Fri Jul 28 2023 Matteo Corti <[email protected]> - 2.71.0-0 | ||
- Updated to 2.71.0 | ||
|
||
|