public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nagios-plugins] epel9: Added perl-Math-BigInt as dependency for
@ 2026-09-03 12:32 Jan ONDREJ
0 siblings, 0 replies; only message in thread
From: Jan ONDREJ @ 2026-09-03 12:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/nagios-plugins
Branch : epel9
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=epel9
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-03 12:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 12:32 [rpms/nagios-plugins] epel9: Added perl-Math-BigInt as dependency for Jan ONDREJ
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox