summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorsakib.sajal@windriver.com <sakib.sajal@windriver.com>2020-04-15 09:52:11 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-04-15 15:26:54 -0400
commitb24e0b8cdac6c86d1d2e96a3c5dd9901cf2412cc (patch)
tree05691d6c39a8ea2f5bcc08764575a567c7e5a8a7 /recipes-extended
parent8821cb67af20a736c945bc8cc2cda86aa6e937ee (diff)
downloadmeta-virtualization-b24e0b8cdac6c86d1d2e96a3c5dd9901cf2412cc.tar.gz
nagios-nrpe: uprev v3.2.1 => v4.0.2
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/nagios/nagios-nrpe_4.0.2.bb (renamed from recipes-extended/nagios/nagios-nrpe_3.2.1.bb)9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-extended/nagios/nagios-nrpe_3.2.1.bb b/recipes-extended/nagios/nagios-nrpe_4.0.2.bb
index 9e1f02c2..c8875fcc 100644
--- a/recipes-extended/nagios/nagios-nrpe_3.2.1.bb
+++ b/recipes-extended/nagios/nagios-nrpe_4.0.2.bb
@@ -1,7 +1,7 @@
1require nagios-common.inc 1require nagios-common.inc
2 2
3DESCRIPTION = "Nagios Remote Plugin Executor" 3DESCRIPTION = "Nagios Remote Plugin Executor"
4HOMEPAGE = "http://exchange.nagios.org" 4HOMEPAGE = "http://www.nagios.com"
5SECTION = "console/network" 5SECTION = "console/network"
6PRIORITY = "optional" 6PRIORITY = "optional"
7LICENSE = "GPLv2" 7LICENSE = "GPLv2"
@@ -15,8 +15,11 @@ SRC_URI = "https://github.com/NagiosEnterprises/nrpe/releases/download/${SRCNAME
15 file://nagios-nrpe.service \ 15 file://nagios-nrpe.service \
16" 16"
17 17
18SRC_URI[md5sum] = "8997e195fea93cdceb8c7ed8ac1d43bc" 18SRC_URI[md5sum] = "37b9e23b3e8d75308f8b31f3b61ee8a4"
19SRC_URI[sha256sum] = "8ad2d1846ab9011fdd2942b8fc0c99dfad9a97e57f4a3e6e394a4ead99c0f1f0" 19SRC_URI[sha256sum] = "c5d9d7023eaa49e6fe8cf95c6d101731f07972cf0f8818fa130c171bc9eabd55"
20SRC_URI[sha1sum] = "2150e274fc7f24905c63b8a996ed7218e2967478"
21SRC_URI[sha384sum] = "0ece79fb312c8d1ee0e6bde1be499f8090a5a86cf90b0b8dcbebb95c5f8f70b2cf9ac0a4064f726bee091c4147b61d82"
22SRC_URI[sha512sum] = "4d7cf6abc974bc79df54afc42644418e3f086a279c8c17d0fd104f19e3c21c0f3dae4fb4268dd134446ff9fe505159b0446372c5cac71cfe03a97479ed41c09b"
20 23
21S = "${WORKDIR}/${SRCNAME}-${PV}" 24S = "${WORKDIR}/${SRCNAME}-${PV}"
22 25