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

changeset 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 43ee544f8f89
files net-analyzer/nrpe/files/nrpe-2.15-tcpd-et-al.patch net-analyzer/nrpe/nrpe-2.15.ebuild
diffstat 2 files changed, 8 insertions(+), 8 deletions(-) [+]
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],
--- a/net-analyzer/nrpe/nrpe-2.15.ebuild	Mon Mar 17 16:11:01 2014 +0100
+++ b/net-analyzer/nrpe/nrpe-2.15.ebuild	Mon Mar 17 16:13:24 2014 +0100
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nrpe/nrpe-2.14.ebuild,v 1.8 2013/03/09 19:09:06 ago Exp $
 
@@ -12,7 +12,8 @@
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
+#KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
+KEYWORDS="~amd64"
 IUSE="command-args ssl tcpd minimal"
 
 DEPEND="ssl? ( dev-libs/openssl )
@@ -33,7 +34,7 @@
 
 src_prepare() {
 	# Add support for large output,
-	# http://opsview-blog.opsera.com/dotorg/2008/08/enhancing-nrpe.html
+	# http://www.opsview.com/whats-new/blog/enhancing-nrpe-large-output
 	epatch "${FILESDIR}"/${P}-multiline.patch
 	# fix configure, among others #326367, #397603
 	epatch "${FILESDIR}"/${P}-tcpd-et-al.patch