public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan ONDREJ (SAL) <ondrejj(at)salstar.sk>
To: git-commits@fedoraproject.org
Subject: [rpms/nagios-plugins] f43: Added perl-Math-BigInt as dependency for
Date: Thu, 03 Sep 2026 11:44:50 GMT [thread overview]
Message-ID: <178843589021.1.17452596199173587742.rpms-nagios-plugins-f2e4fb1f1aea@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/nagios-plugins
Branch : f43
Commit : f2e4fb1f1aea5b936d24d4020a3b651ad156c607
Author : Jan ONDREJ (SAL) <ondrejj(at)salstar.sk>
Date : 2026-08-24T13:31:25+02:00
Stats : +10/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/nagios-plugins/c/f2e4fb1f1aea5b936d24d4020a3b651ad156c607?branch=f43
Log:
Added perl-Math-BigInt as dependency for
nagios-plugins-ssl_validity (bz#2439960)
Update 0012-fix-perl-ntp-ipv6.patch to allow uppercase hostnames (bz#2500542)
---
diff --git a/nagios-plugins-0012-fix-perl-ntp-ipv6.patch b/nagios-plugins-0012-fix-perl-ntp-ipv6.patch
index 871091a..8e75a17 100644
--- a/nagios-plugins-0012-fix-perl-ntp-ipv6.patch
+++ b/nagios-plugins-0012-fix-perl-ntp-ipv6.patch
@@ -14,7 +14,7 @@ diff -up ./plugins-scripts/check_ntp.pl.fix_ipv6 ./plugins-scripts/check_ntp.pl
+ $opt_H =~ m/^:(:[0-9a-f]{1,4})+$/i || # IPv6 with leading ::
+ $opt_H =~ m/^([0-9a-f]{1,4}:)+:$/i || # IPv6 with trailing ::
+ $opt_H =~ m/^([0-9a-f]{1,4}:)+(:[0-9a-f]{1,4})+$/i || # IPv6 with middle ::
-+ $opt_H =~ m/^[a-z0-9][-a-z0-9]*(\.[a-z0-9][-a-z0-9]*)*$/)); # hostnames
++ $opt_H =~ m/^[a-z0-9][-a-z0-9]*(\.[a-z0-9][-a-z0-9]*)*$/i)); # hostnames
+
unless ($host) {
print "No target host specified\n";
diff --git a/nagios-plugins.spec b/nagios-plugins.spec
index 106b2a5..df1f8c0 100644
--- a/nagios-plugins.spec
+++ b/nagios-plugins.spec
@@ -22,9 +22,9 @@
Name: nagios-plugins
Version: 2.5
%if 0%{?fromgit}
-Release: 1.%{?commdate}git%{?shortcommit}%{?dist}
+Release: 2.%{?commdate}git%{?shortcommit}%{?dist}
%else
-Release: 1%{?dist}
+Release: 2%{?dist}
%endif
Summary: Host/service/network monitoring program plugins for Nagios
@@ -522,6 +522,7 @@ Requires: perl(Crypt::X509)
Requires: perl(Date::Parse)
Requires: perl(LWP::Simple)
Requires: perl(Text::Glob)
+Requires: perl(Math::BigInt)
Requires: openssl
%description ssl_validity
@@ -877,11 +878,17 @@ chmod 644 %{buildroot}/%{_libdir}/nagios/plugins/utils.pm
%{_libdir}/nagios/plugins/check_wave
%changelog
+* Mon Aug 24 2026 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 2.5-2
+- Added perl-Math-BigInt as dependency for
+ nagios-plugins-ssl_validity (bz#2439960)
+- Update 0012-fix-perl-ntp-ipv6.patch to allow uppercase hostnames (bz#2500542)
+
* Mon Aug 24 2026 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 2.5-1
- Update to upstream (bz#2453492)
- Fix check_icmp: host-count overflow leads to heap buffer overflow
in setuid-root binary (bz#2513957)
- Remove RHEL7- support
+- Add dependency on openssl3-devel for fedora-45+ (bz#2504361)
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.12-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-09-03 11:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178843589021.1.17452596199173587742.rpms-nagios-plugins-f2e4fb1f1aea@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox