wok rev 24947

updated nagios-nrpe (4.0.2 -> 4.0.3)
author Hans-G?nter Theisgen
date Fri Apr 22 17:39:55 2022 +0100 (2022-04-22)
parents c145e26c3fc5
children ba547239b9e3
files nagios-nrpe/description.txt nagios-nrpe/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nagios-nrpe/description.txt	Fri Apr 22 17:39:55 2022 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +Nagios Remote Plugin Executor (NRPE)
     1.5 +
     1.6 +The purpose of this addon is to allow you to execute Nagios plugins
     1.7 +on a remote host in as transparent a manner as possible.
     2.1 --- a/nagios-nrpe/receipt	Fri Apr 22 17:20:04 2022 +0100
     2.2 +++ b/nagios-nrpe/receipt	Fri Apr 22 17:39:55 2022 +0100
     2.3 @@ -1,19 +1,20 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="nagios-nrpe"
     2.7 -VERSION="4.0.2"
     2.8 +VERSION="4.0.3"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Service and network monitoring program, remote monitoring."
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13  WEB_SITE="https://www.nagios.org/"
    2.14 +REPOLOGY="nrpe"
    2.15  
    2.16  SOURCE="nrpe"
    2.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.18  WGET_URL="https://github.com/NagiosEnterprises/$SOURCE/releases/download/$SOURCE-$VERSION/$TARBALL"
    2.19  
    2.20 +DEPENDS="libcrypto libssl nagios-plugins"
    2.21  BUILD_DEPENDS="libcrypto-dev libwrap-dev openssl openssl-dev"
    2.22 -DEPENDS="libcrypto libssl nagios-plugins"
    2.23  
    2.24  current_version()
    2.25  {
    2.26 @@ -37,7 +38,7 @@
    2.27  
    2.28  	addgroup nagios
    2.29  	adduser -D -G nagios nagios
    2.30 -	
    2.31 +
    2.32  	./configure					\
    2.33  		--prefix=/usr				\
    2.34  		--infodir=/usr/share/info		\