We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

diff net-analyzer/nrpe/files/nrpe-2.15-tcpd-et-al.patch @ 56:b9bc67d9be9e

changes for net-analyzer/nrpe-2.15
author Daniel Neugebauer <dneuge@energiequant.de>
date Mon, 17 Mar 2014 16:13:24 +0100
parents c6adeffb54f5
children
line wrap: on
line diff
--- a/net-analyzer/nrpe/files/nrpe-2.15-tcpd-et-al.patch	Mon Mar 17 16:11:01 2014 +0100
+++ b/net-analyzer/nrpe/files/nrpe-2.15-tcpd-et-al.patch	Mon Mar 17 16:13:24 2014 +0100
@@ -1,5 +1,5 @@
---- nrpe-2.14.orig/configure.in
-+++ nrpe-2.14/configure.in
+--- nrpe-2.15/configure.in	2013-09-06 17:27:13.000000000 +0200
++++ nrpe-2.15-patched/configure.in	2014-03-17 15:39:21.242830288 +0100
 @@ -1,12 +1,8 @@
  dnl Process this -*-m4-*- file with autoconf to produce a configure script.
  
@@ -7,8 +7,7 @@
 -define([AC_CACHE_LOAD],)
 -define([AC_CACHE_SAVE],)
 -
--2.14([nrpe],[2.13],[nagios-users@lists.sourceforge.net],[nrpe],[http://www.nagios.org])
-+AC_INIT([nrpe],[2.14],[nagios-users@lists.sourceforge.net],[nrpe],[http://www.nagios.org])
+ AC_INIT([nrpe],[2.15],[nagios-users@lists.sourceforge.net],[nrpe],[http://www.nagios.org])
  AC_CONFIG_SRCDIR([src/nrpe.c])
 -AC_CONFIG_HEADERS([include/config.h])
 +
@@ -58,7 +57,7 @@
  AC_CHECK_FUNCS(strdup strstr strtoul initgroups closesocket)
  
  dnl socklen_t check - from curl
-@@ -438,8 +444,11 @@
+@@ -440,8 +446,11 @@
  AC_SUBST(TARGET_PLATFORM)
  
  AC_ARG_ENABLE([command-args],