Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Sep 13, 2022
1 parent 305244a commit f065757
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ authors:
given-names: "Дилян"
website: https://github.com/dilyanpalauzov
title: "check_ssl_cert"
version: 2.43.0
date-released: 2022-09-09
version: 2.44.0
date-released: 2022-09-13
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 @@
2022-09-13 Matteo Corti <[email protected]>

* check_ssl_cert: added --grep-bin to specify the grep binary to be used

2022-09-11 Matteo Corti <[email protected]>

* check_ssl_cert (usage): default port in the help text
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* 2022-09-13 Version 2.44.0
* Fixed a problem with grep 3.8
* Added ```--grep-bin``` to specify the grep binary to be used
* Added ```--debug-headers``` to store the HTTP headers in the headers.txt file
* 2022-09-09 Version 2.43.0
Expand Down
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* Fixed a problem with grep 3.8
* Added ```--grep-bin``` to specify the grep binary to be used
* Added ```--debug-headers``` to store the HTTP headers in the headers.txt file
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.43.0
2.44.0
2 changes: 1 addition & 1 deletion check_ssl_cert
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
################################################################################
# Constants

VERSION=2.43.0
VERSION=2.44.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 "September, 2022" "2.43.0" "USER COMMANDS"
.TH "check_ssl_cert" 1 "September, 2022" "2.44.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.43.0
%global version 2.44.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
* Tue Sep 13 2022 Matteo Corti <[email protected]> - 2.44.0-0
- Updated to 2.44.0

* Tue Sep 9 2022 Matteo Corti <[email protected]> - 2.43.0-0
- Updated to 2.43.0

Expand Down

0 comments on commit f065757

Please sign in to comment.