From 6becf147138844724eebd1ad080d42177b5eac94 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Tue, 10 Dec 2024 23:13:58 +0100 Subject: [PATCH] nrpe: update to 4.1.3 --- components/sysutils/nrpe/Makefile | 4 ++-- components/sysutils/nrpe/patches/01-no-nrpe-uninstall.patch | 6 +++--- components/sysutils/nrpe/patches/02-smf-cfg-path.patch | 4 ++-- components/sysutils/nrpe/patches/03-smf-creds.patch | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/components/sysutils/nrpe/Makefile b/components/sysutils/nrpe/Makefile index 7625570c53..e204e56e3d 100644 --- a/components/sysutils/nrpe/Makefile +++ b/components/sysutils/nrpe/Makefile @@ -16,7 +16,7 @@ include ../../../make-rules/shared-macros.mk COMPONENT_NAME = nrpe -COMPONENT_VERSION = 4.1.2 +COMPONENT_VERSION = 4.1.3 COMPONENT_SUMMARY = Nagios Remote Plugin Executor COMPONENT_PROJECT_URL = https://github.com/NagiosEnterprises/nrpe COMPONENT_FMRI = system/management/nagios/nrpe @@ -26,7 +26,7 @@ COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_URL = \ https://github.com/NagiosEnterprises/nrpe/releases/download/$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE) COMPONENT_ARCHIVE_HASH = \ - sha256:366cd5de9953872ed78e1a5e8fe36c8c86839a5fbf8b894f38211c915a83434a + sha256:5a86dfde6b9732681abcd6ea618984f69781c294b8862a45dfc18afaca99a27a COMPONENT_LICENSE = GPL-2.0-only COMPONENT_LICENSE_FILE = LICENSE.md diff --git a/components/sysutils/nrpe/patches/01-no-nrpe-uninstall.patch b/components/sysutils/nrpe/patches/01-no-nrpe-uninstall.patch index 14fb8a3202..04c2c12aca 100644 --- a/components/sysutils/nrpe/patches/01-no-nrpe-uninstall.patch +++ b/components/sysutils/nrpe/patches/01-no-nrpe-uninstall.patch @@ -1,5 +1,5 @@ ---- nrpe-4.1.2/src/Makefile.in.orig -+++ nrpe-4.1.2/src/Makefile.in +--- nrpe-4.1.3/src/Makefile.in.orig ++++ nrpe-4.1.3/src/Makefile.in @@ -85,7 +85,6 @@ install-uninstall: @@ -7,4 +7,4 @@ - $(INSTALL) -m 755 ../uninstall $(SBINDIR)/nrpe-uninstall clean: - rm -f core nrpe check_nrpe generate_dh_params utils.o ssl.o $(SNPRINTF_O) $(SSL_DH_HEADER) + rm -f core nrpe check_nrpe generate_dh_params utils.o nrpe-ssl.o $(SNPRINTF_O) $(SSL_DH_HEADER) diff --git a/components/sysutils/nrpe/patches/02-smf-cfg-path.patch b/components/sysutils/nrpe/patches/02-smf-cfg-path.patch index a051b86993..ef3b76c494 100644 --- a/components/sysutils/nrpe/patches/02-smf-cfg-path.patch +++ b/components/sysutils/nrpe/patches/02-smf-cfg-path.patch @@ -1,5 +1,5 @@ ---- nrpe-4.1.2/startup/solaris-init.xml.in.orig -+++ nrpe-4.1.2/startup/solaris-init.xml.in +--- nrpe-4.1.3/startup/solaris-init.xml.in.orig ++++ nrpe-4.1.3/startup/solaris-init.xml.in @@ -68,7 +68,7 @@ restart_on='restart' type='path'> diff --git a/components/sysutils/nrpe/patches/03-smf-creds.patch b/components/sysutils/nrpe/patches/03-smf-creds.patch index 3005f95484..afc6c7edd6 100644 --- a/components/sysutils/nrpe/patches/03-smf-creds.patch +++ b/components/sysutils/nrpe/patches/03-smf-creds.patch @@ -1,5 +1,5 @@ ---- nrpe-4.1.2/startup/solaris-init.xml.in.orig -+++ nrpe-4.1.2/startup/solaris-init.xml.in +--- nrpe-4.1.3/startup/solaris-init.xml.in.orig ++++ nrpe-4.1.3/startup/solaris-init.xml.in @@ -91,9 +91,6 @@ name='start' exec='@sbindir@/nrpe -c @pkgsysconfdir@/nrpe.cfg -d' -- 2.11.4.GIT