소스 검색

Prep for new 2.15 release

Eric Stanley 12 년 전
부모
커밋
6357f9318a
8개의 변경된 파일24개의 추가작업 그리고 24개의 파일을 삭제
  1. 1 1
      Changelog
  2. 11 11
      configure
  3. 3 3
      configure.in
  4. 3 3
      include/common.h
  5. 2 2
      nrpe.spec
  6. 1 1
      src/check_nrpe.c
  7. 1 1
      src/nrpe.c
  8. 2 2
      update-version

+ 1 - 1
Changelog

@@ -2,7 +2,7 @@
 NRPE Changelog
 **************
 
-2.15 - xx/xx/xxxx
+2.15 - 09/06/2013
 -----------------
 - Now compiles on HP-UX (Grant Byers)
 - Added support for IPv6 (Leo Baltus, Eric Stanley)

+ 11 - 11
configure

@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for nrpe 2.14.
+# Generated by GNU Autoconf 2.59 for nrpe 2.15.
 #
 # Report bugs to <nagios-users@lists.sourceforge.net>.
 #
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='nrpe'
 PACKAGE_TARNAME='nrpe'
-PACKAGE_VERSION='2.14'
-PACKAGE_STRING='nrpe 2.14'
+PACKAGE_VERSION='2.15'
+PACKAGE_STRING='nrpe 2.15'
 PACKAGE_BUGREPORT='nagios-users@lists.sourceforge.net'
 
 ac_unique_file="src/nrpe.c"
@@ -781,7 +781,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures nrpe 2.14 to adapt to many kinds of systems.
+\`configure' configures nrpe 2.15 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -842,7 +842,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of nrpe 2.14:";;
+     short | recursive ) echo "Configuration of nrpe 2.15:";;
    esac
   cat <<\_ACEOF
 
@@ -985,7 +985,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-nrpe configure 2.14
+nrpe configure 2.15
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -999,7 +999,7 @@ cat >&5 <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by nrpe $as_me 2.14, which was
+It was created by nrpe $as_me 2.15, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1327,9 +1327,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 PKG_NAME=nrpe
-PKG_VERSION="2.14"
+PKG_VERSION="2.15"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="12-21-2012"
+PKG_REL_DATE="09-06-2013"
 RPM_RELEASE=1
 
 
@@ -7244,7 +7244,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by nrpe $as_me 2.14, which was
+This file was extended by nrpe $as_me 2.15, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -7304,7 +7304,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-nrpe config.status 2.14
+nrpe config.status 2.15
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

+ 3 - 3
configure.in

@@ -4,7 +4,7 @@ dnl Disable caching
 define([AC_CACHE_LOAD],)
 define([AC_CACHE_SAVE],)
 
-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])
 AC_CONFIG_FILES([Makefile
@@ -20,9 +20,9 @@ AC_CONFIG_FILES([Makefile
 AC_PREFIX_DEFAULT(/usr/local/nagios)
 
 PKG_NAME=nrpe
-PKG_VERSION="2.14"
+PKG_VERSION="2.15"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="12-21-2012"
+PKG_REL_DATE="09-06-2013"
 RPM_RELEASE=1
 AC_SUBST(PKG_NAME)
 AC_SUBST(PKG_VERSION)

+ 3 - 3
include/common.h

@@ -2,7 +2,7 @@
  *
  * COMMON.H - NRPE Common Include File
  * Copyright (c) 1999-2007 Ethan Galstad (nagios@nagios.org)
- * Last Modified: 12-21-2012
+ * Last Modified: 09-06-2013
  *
  * License:
  *
@@ -23,8 +23,8 @@
 
 #include "config.h"
 
-#define PROGRAM_VERSION "2.14"
-#define MODIFICATION_DATE "12-21-2012"
+#define PROGRAM_VERSION "2.15"
+#define MODIFICATION_DATE "09-06-2013"
 
 #define OK		0
 #define ERROR		-1

+ 2 - 2
nrpe.spec

@@ -3,7 +3,7 @@
 
 %if %{isaix}
 	%define _prefix	/opt/nagios
-	%define _docdir %{_prefix}/doc/nrpe-2.14
+	%define _docdir %{_prefix}/doc/nrpe-2.15
 	%define nshome /opt/nagios
 	%define _make gmake
 %endif
@@ -21,7 +21,7 @@
 %define _sysconfdir /etc/nagios
 
 %define name nrpe
-%define version 2.14
+%define version 2.15
 %define release 1
 %define nsusr nagios
 %define nsgrp nagios

+ 1 - 1
src/check_nrpe.c

@@ -4,7 +4,7 @@
  * Copyright (c) 1999-2008 Ethan Galstad (nagios@nagios.org)
  * License: GPL
  *
- * Last Modified: 12-21-2012
+ * Last Modified: 09-06-2013
  *
  * Command line: CHECK_NRPE -H <host_address> [-p port] [-c command] [-to to_sec]
  *

+ 1 - 1
src/nrpe.c

@@ -4,7 +4,7 @@
  * Copyright (c) 1999-2008 Ethan Galstad (nagios@nagios.org)
  * License: GPL
  *
- * Last Modified: 12-21-2012
+ * Last Modified: 09-06-2013
  *
  * Command line: nrpe -c <config_file> [--inetd | --daemon]
  *

+ 2 - 2
update-version

@@ -28,10 +28,10 @@ else
 fi
 
 # Current version number
-CURRENTVERSION=2.14
+CURRENTVERSION=2.15
 
 # Last date
-LASTDATE=12-21-2012
+LASTDATE=09-06-2013
 
 if [ "x$1" = "x" ]
 then