Patch for pnp4nagios for magic_quotes problem added

This commit is contained in:
2020-08-07 15:24:11 +02:00
parent 0bda84cb3c
commit 8ac398a0aa

View File

@@ -1,7 +1,7 @@
%define gitversion git.ff7cd69
Name: pnp4nagios
Version: 0.6.27
Release: 1.%{gitversion}%{?dist}
Release: 2.%{gitversion}%{?dist}
Summary: Nagios performance data analysis tool
Group: Applications/System
@@ -14,6 +14,7 @@ Source3: pnp4nagios-README.fedora
Patch1: pnp4nagios-httpd24.patch
Patch2: pnp4nagios-pnp-helper.patch
Patch3: pnp4nagios-fpdi.patch
Patch4: pnp4nagios_kohana_magic_quotes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# this package requires icinga2 instead of nagios!
@@ -43,6 +44,7 @@ and stores them automatically into RRD-databases.
#%patch1 -p1
#%patch2 -p0
#%patch3 -p0
%patch4 -p0
autoreconf
cp -p %{SOURCE3} README.fedora
@@ -157,6 +159,9 @@ fi
%{_datadir}/nagios/html/%{name}
%changelog
* Fri Aug 7 2018 Daniel Steiner <dsteiner@redhat.com> - 0.6.27-2-gitff7cd69
- Patch for Kohana magic_quotes problem.
* Thu Dec 20 2018 Daniel Steiner <dsteiner@redhat.com> - 0.6.27-1-gitff7cd69
- Upgrade to git master version ff7cd69.