megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
comparison 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 |
comparison
equal
deleted
inserted
replaced
55:c6adeffb54f5 | 56:b9bc67d9be9e |
---|---|
1 --- nrpe-2.14.orig/configure.in | 1 --- nrpe-2.15/configure.in 2013-09-06 17:27:13.000000000 +0200 |
2 +++ nrpe-2.14/configure.in | 2 +++ nrpe-2.15-patched/configure.in 2014-03-17 15:39:21.242830288 +0100 |
3 @@ -1,12 +1,8 @@ | 3 @@ -1,12 +1,8 @@ |
4 dnl Process this -*-m4-*- file with autoconf to produce a configure script. | 4 dnl Process this -*-m4-*- file with autoconf to produce a configure script. |
5 | 5 |
6 -dnl Disable caching | 6 -dnl Disable caching |
7 -define([AC_CACHE_LOAD],) | 7 -define([AC_CACHE_LOAD],) |
8 -define([AC_CACHE_SAVE],) | 8 -define([AC_CACHE_SAVE],) |
9 - | 9 - |
10 -2.14([nrpe],[2.13],[nagios-users@lists.sourceforge.net],[nrpe],[http://www.nagios.org]) | 10 AC_INIT([nrpe],[2.15],[nagios-users@lists.sourceforge.net],[nrpe],[http://www.nagios.org]) |
11 +AC_INIT([nrpe],[2.14],[nagios-users@lists.sourceforge.net],[nrpe],[http://www.nagios.org]) | |
12 AC_CONFIG_SRCDIR([src/nrpe.c]) | 11 AC_CONFIG_SRCDIR([src/nrpe.c]) |
13 -AC_CONFIG_HEADERS([include/config.h]) | 12 -AC_CONFIG_HEADERS([include/config.h]) |
14 + | 13 + |
15 AC_CONFIG_FILES([Makefile | 14 AC_CONFIG_FILES([Makefile |
16 subst | 15 subst |
56 AC_SUBST(LIBWRAPLIBS) | 55 AC_SUBST(LIBWRAPLIBS) |
57 + | 56 + |
58 AC_CHECK_FUNCS(strdup strstr strtoul initgroups closesocket) | 57 AC_CHECK_FUNCS(strdup strstr strtoul initgroups closesocket) |
59 | 58 |
60 dnl socklen_t check - from curl | 59 dnl socklen_t check - from curl |
61 @@ -438,8 +444,11 @@ | 60 @@ -440,8 +446,11 @@ |
62 AC_SUBST(TARGET_PLATFORM) | 61 AC_SUBST(TARGET_PLATFORM) |
63 | 62 |
64 AC_ARG_ENABLE([command-args], | 63 AC_ARG_ENABLE([command-args], |
65 - AS_HELP_STRING([--enable-command-args],[allows clients to specify command arguments. *** THIS IS A SECURITY RISK! *** Read the SECURITY file before using this option!]), | 64 - AS_HELP_STRING([--enable-command-args],[allows clients to specify command arguments. *** THIS IS A SECURITY RISK! *** Read the SECURITY file before using this option!]), |
66 - AC_DEFINE_UNQUOTED(ENABLE_COMMAND_ARGUMENTS,[1],[Enable command-line arguments])) | 65 - AC_DEFINE_UNQUOTED(ENABLE_COMMAND_ARGUMENTS,[1],[Enable command-line arguments])) |