ports/180447: [PATCH] net-mgmt/nrpe: Update to 2.14

Steven Kreuzer skreuzer at FreeBSD.org
Wed Jul 10 21:50:01 UTC 2013


>Number:         180447
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/nrpe: Update to 2.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 10 21:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Steven Kreuzer
>Release:        FreeBSD 8.2-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD clamps.exit2shell.com 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 22:27:05 UTC 2012
>Description:
Update to 2.14

Port maintainer (jarrod at downtools.com.au) is cc'd.

Generated with FreeBSD Port Tools 0.99.7_1 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- nrpe-2.14.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 322735)
+++ Makefile	(working copy)
@@ -1,10 +1,8 @@
 # Created by: Paul Dlug<paul at nerdlabs.com>
-#
 # $FreeBSD$
 
 PORTNAME=	nrpe
-DISTVERSION=	2.13
-PORTREVISION=	2
+DISTVERSION=	2.14
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/nagios/${PORTNAME}-2.x/${PORTNAME}-${PORTVERSION}
 
Index: distinfo
===================================================================
--- distinfo	(revision 322735)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (nrpe-2.13.tar.gz) = bac8f7eb9daddf96b732a59ffc5762b1cf073fb70f6881d95216ebcd1254a254
-SIZE (nrpe-2.13.tar.gz) = 411768
+SHA256 (nrpe-2.14.tar.gz) = 808c7c4a82d0addf15449663e4712b5018c8bbd668e46723139f731f1ac44431
+SIZE (nrpe-2.14.tar.gz) = 421635
Index: files/nrpe2.in
===================================================================
--- files/nrpe2.in	(revision 322735)
+++ files/nrpe2.in	(working copy)
@@ -26,7 +26,7 @@
 
 command="%%PREFIX%%/sbin/nrpe2"
 command_args="-c ${nrpe2_configfile} -d"
-extra_commands="reload"
+extra_commands=reload
 sig_reload=HUP
 
 start_precmd=nrpe2_prestart
Index: files/patch-src-nrpe.c
===================================================================
--- files/patch-src-nrpe.c	(revision 0)
+++ files/patch-src-nrpe.c	(working copy)
@@ -0,0 +1,28 @@
+--- src/nrpe.c.orig	2013-07-10 21:18:24.000000000 +0000
++++ src/nrpe.c	2013-07-10 21:20:25.000000000 +0000
+@@ -89,7 +89,9 @@
+ int     use_src=FALSE; /* Define parameter for SRC option */
+ 
+ 
++#ifdef HAVE_SSL
+ void complete_SSL_shutdown( SSL *);
++#endif
+ 
+ 
+ int main(int argc, char **argv){
+@@ -1673,6 +1675,7 @@
+ 	return OK;
+         }
+ 
++#ifdef HAVE_SSL
+ void complete_SSL_shutdown( SSL *ssl) {
+ 
+ 	/*  
+@@ -1693,6 +1696,7 @@
+ 		if( SSL_shutdown( ssl)) break;
+ 	}
+ }
++#endif
+ 
+ /* bail if daemon is running as root */
+ int check_privileges(void){

Property changes on: files/patch-src-nrpe.c
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
--- nrpe-2.14.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list