update to nrpe 2.7.1

ok david@ (maintainer)
This commit is contained in:
sturm 2007-09-06 19:09:10 +00:00
parent f661044863
commit 6919b1d57c
3 changed files with 11 additions and 11 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2006/11/20 13:07:20 espie Exp $
# $OpenBSD: Makefile,v 1.6 2007/09/06 19:09:10 sturm Exp $
COMMENT= "Nagios Remote Plugin Executor"
DISTNAME= nrpe-2.5.2
DISTNAME= nrpe-2.7.1
CATEGORIES= net
MAINTAINER= David Krause <david@openbsd.org>

View File

@ -1,5 +1,5 @@
MD5 (nrpe-2.5.2.tar.gz) = Iq+hl9uOTlsT+sSGNpF7bQ==
RMD160 (nrpe-2.5.2.tar.gz) = eeskhuvoHlILQJLZH0Tkwa0P1E4=
SHA1 (nrpe-2.5.2.tar.gz) = 4P5RR00NCPpvxLCc6rmtzCWF3aw=
SHA256 (nrpe-2.5.2.tar.gz) = cB+hM8/6qrm86CawdtaJ8yFv1HJYUwerEwKz5GmjZ7g=
SIZE (nrpe-2.5.2.tar.gz) = 100637
MD5 (nrpe-2.7.1.tar.gz) = wJg7bi+nRuAQGeYgP6rlsg==
RMD160 (nrpe-2.7.1.tar.gz) = evSIuLBZkc2PSdKPcW7K8ZzW2Dg=
SHA1 (nrpe-2.7.1.tar.gz) = gIwUoBHrMdYBRHolCBHTWUExemA=
SHA256 (nrpe-2.7.1.tar.gz) = 6AE8yCCi5zUihOJAU5GWIlRtPcLjnCb74UjSIoWAnlQ=
SIZE (nrpe-2.7.1.tar.gz) = 102000

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_utils_c,v 1.1.1.1 2006/02/04 13:16:08 david Exp $
--- src/utils.c.orig Wed Oct 15 18:14:27 2003
+++ src/utils.c Thu Feb 2 00:42:42 2006
@@ -90,8 +90,8 @@ void randomize_buffer(char *buffer,int b
$OpenBSD: patch-src_utils_c,v 1.2 2007/09/06 19:09:11 sturm Exp $
--- src/utils.c.orig Tue Dec 12 03:04:01 2006
+++ src/utils.c Sat Sep 1 09:04:39 2007
@@ -90,8 +90,8 @@ void randomize_buffer(char *buffer,int buffer_size){
ends and the rest of the buffer (padded randomly) starts.
***************************************************************/