Skip to content

Commit

Permalink
Prepared 2.74.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Sep 13, 2023
1 parent e817812 commit b9fbeaa
Show file tree
Hide file tree
Showing 8 changed files with 16 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.73.0
date-released: 2023-08-26
version: 2.74.0
date-released: 2023-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 @@
2023-09-13 Matteo Corti <[email protected]>

* check_ssl_cert (main): Fixed an issue in the /etc/hosts parsing

2023-08-21 Matteo Corti <[email protected]>

* check_ssl_cert (check_ocsp): Fix for OpenSSL 1 and proxy
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-13 Version 2.74.0
* Fixed an issue in the ```/etc/hosts``` parsing
* 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
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixed OCSP checks with proxy and OpenSSL 1.X
Fixed an issue in the ```/etc/hosts``` parsing
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.73.0
2.74.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.73.0
VERSION=2.74.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.73.0" "USER COMMANDS"
.TH "check_ssl_cert" 1 "September, 2023" "2.74.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.73.0
%global version 2.74.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 13 2023 Matteo Corti <[email protected]> - 2.74.0-0
- Updated to 2.74.0

* Sat Aug 26 2023 Matteo Corti <[email protected]> - 2.73.0-0
- Updated to 2.73.0

Expand Down

0 comments on commit b9fbeaa

Please sign in to comment.