Skip to content

Commit

Permalink
Preapred the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Aug 26, 2023
1 parent 029de72 commit 98c3eb4
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 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.72.0
date-released: 2023-07-28
version: 2.73.0
date-released: 2023-08-26
url: "https://github.com/matteocorti/check_ssl_cert"
repository-code: "https://github.com/matteocorti/check_ssl_cert"
keywords:
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-08-26 Version 2.73.0
* Fixed a bug with ocsp checks using a proxy and OpenSSL 1.X
* 2023-07-28 Version 2.72.0
* Fixed a bug if the host cannot be resolved and ```--resolve``` is specified
* 2023-07-19 Version 2.71.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 a bug in the proxy command line options validation
Fixed OCSP checks with proxy and OpenSSL 1.X
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.72.0
2.73.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.72.0
VERSION=2.73.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 "August, 2023" "2.72.0" "USER COMMANDS"
.TH "check_ssl_cert" 1 "August, 2023" "2.73.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.72.0
%global version 2.73.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
* Sat Aug 26 2023 Matteo Corti <[email protected]> - 2.73.0-0
- Updated to 2.73.0

* Thu Aug 10 2023 Matteo Corti <[email protected]> - 2.72.0-0
- Updated to 2.72.0

Expand Down

0 comments on commit 98c3eb4

Please sign in to comment.