Skip to content

Commit 66c5fb0

Browse files
committed
Fixed a syntax error in the Icinga configuration
1 parent 22f29d9 commit 66c5fb0

File tree

7 files changed

+12
-7
lines changed

7 files changed

+12
-7
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ authors:
269269
given-names: "Дилян"
270270
website: https://github.com/dilyanpalauzov
271271
title: "check_ssl_cert"
272-
version: 2.87.0
273-
date-released: 2025-03-06
272+
version: 2.87.1
273+
date-released: 2023-03-07
274274
url: "https://github.com/matteocorti/check_ssl_cert"
275275
repository-code: "https://github.com/matteocorti/check_ssl_cert"
276276
keywords:

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# News
22

3+
* 2023-03-07 Version 2.87.1
4+
* Fixed a syntax error in the Icinga configuration
35
* 2025-03-06 Version 2.87.0
46
* Added an option to ignore DH keys which are too small
57
* 2025-02-24 Version 2.86.1

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Added an option to ignore DH keys which are too small
1+
Fixed a syntax error in the Icinga configuration

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.87.0
1+
2.87.1

check_ssl_cert

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
################################################################################
2727
# Constants
2828

29-
VERSION=2.87.0
29+
VERSION=2.87.1
3030
SHORTNAME="SSL_CERT"
3131

3232
# reset possibly set variables

check_ssl_cert.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Process this file with
22
.\" groff -man -Tascii check_ssl_cert.1
33
.\"
4-
.TH "check_ssl_cert" 1 "March, 2025" "2.87.0" "USER COMMANDS"
4+
.TH "check_ssl_cert" 1 "March, 2025" "2.87.1" "USER COMMANDS"
55
.SH NAME
66
check_ssl_cert \- checks the validity of X.509 certificates
77
.SH SYNOPSIS

check_ssl_cert.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%global version 2.87.0
1+
%global version 2.87.1
22
%global release 0
33
%global sourcename check_ssl_cert
44
%global packagename nagios-plugins-check_ssl_cert
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
5454
%endif
5555

5656
%changelog
57+
* Fri Mar 7 2025 Matteo Corti <[email protected]> - 2.87.1-0
58+
- Updated to 2.87.1
59+
5760
* Thu Mar 6 2025 Matteo Corti <[email protected]> - 2.87.0-0
5861
- Updated to 2.87.0
5962

0 commit comments

Comments
 (0)