Ethan Galstad 18 лет назад
Родитель
Сommit
7c735ad8be
9 измененных файлов с 19 добавлено и 19 удалено
  1. 1 1
      Changelog
  2. 2 2
      configure
  3. 2 2
      configure.in
  4. 3 3
      include/common.h
  5. 6 6
      include/dh.h
  6. 1 1
      nrpe.spec
  7. 1 1
      src/check_nrpe.c
  8. 1 1
      src/nrpe.c
  9. 2 2
      update-version

+ 1 - 1
Changelog

@@ -4,7 +4,7 @@ NRPE Changelog
 
 
 
-2.11 - ??/??/2007
+2.11 - 12/26/2007
 -----------------
 - Added lib64 library paths to configure script for 64-bit systems (John Maag)
 - Added --with-ssl-lib configure script option

+ 2 - 2
configure

@@ -1298,9 +1298,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 PKG_NAME=nrpe
-PKG_VERSION="2.9"
+PKG_VERSION="2.11"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="08-13-2007"
+PKG_REL_DATE="12-26-2007"
 
 ac_aux_dir=
 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do

+ 2 - 2
configure.in

@@ -9,9 +9,9 @@ AC_CONFIG_HEADER(include/config.h)
 AC_PREFIX_DEFAULT(/usr/local/nagios)
 
 PKG_NAME=nrpe
-PKG_VERSION="2.9"
+PKG_VERSION="2.11"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="08-13-2007"
+PKG_REL_DATE="12-26-2007"
 
 dnl Figure out how to invoke "install" and what install options to use.
 AC_PROG_INSTALL

+ 3 - 3
include/common.h

@@ -2,7 +2,7 @@
  *
  * COMMON.H - NRPE Common Include File
  * Copyright (c) 1999-2006 Ethan Galstad (nagios@nagios.org)
- * Last Modified: 10-19-2007
+ * Last Modified: 12-26-2007
  *
  * License:
  *
@@ -23,8 +23,8 @@
 
 #include "config.h"
 
-#define PROGRAM_VERSION "2.10"
-#define MODIFICATION_DATE "10-19-2007"
+#define PROGRAM_VERSION "2.11"
+#define MODIFICATION_DATE "12-26-2007"
 
 #define OK		0
 #define ERROR		-1

+ 6 - 6
include/dh.h

@@ -4,12 +4,12 @@
 DH *get_dh512()
 	{
 	static unsigned char dh512_p[]={
-		0x95,0xC8,0x9C,0x13,0xC7,0x80,0x1E,0x4E,0x5D,0x18,0x4F,0x0D,
-		0x56,0x7A,0xCB,0xFE,0xE3,0xFF,0x10,0xE4,0x7C,0xF7,0x7E,0x7F,
-		0xF7,0x14,0x48,0x21,0x74,0x34,0xF6,0x80,0xF1,0xAF,0xD7,0x88,
-		0xDD,0xFF,0xB2,0x87,0x95,0xF6,0x10,0x06,0xD6,0x8F,0x11,0xD8,
-		0xEA,0xAC,0x6F,0x15,0x73,0xC3,0xC0,0x67,0xB0,0x4F,0xC1,0xAD,
-		0xBD,0x21,0xE7,0xE3,
+		0xB8,0xDD,0x6F,0x79,0x72,0xD2,0x5B,0xAA,0x5B,0xAA,0x86,0x18,
+		0x9C,0x0E,0xE1,0xD7,0x8E,0xB6,0x6C,0x19,0x47,0xE7,0xF0,0xDC,
+		0xCE,0xB0,0xFD,0x61,0x2E,0x34,0xCD,0x3E,0x62,0x3B,0x8A,0xA4,
+		0x0C,0x53,0x24,0xFE,0x03,0x1B,0x45,0x5B,0xBF,0x13,0x48,0x76,
+		0x07,0x59,0xDD,0x13,0x2E,0x87,0x11,0x0F,0x3E,0xAA,0xD7,0xF1,
+		0xAF,0x15,0x27,0x83,
 		};
 	static unsigned char dh512_g[]={
 		0x02,

+ 1 - 1
nrpe.spec

@@ -1,5 +1,5 @@
 %define name nrpe
-%define version 2.10
+%define version 2.11
 %define release 1
 %define nsusr nagios
 %define nsgrp nagios

+ 1 - 1
src/check_nrpe.c

@@ -4,7 +4,7 @@
  * Copyright (c) 1999-2007 Ethan Galstad (nagios@nagios.org)
  * License: GPL
  *
- * Last Modified: 10-19-2007
+ * Last Modified: 12-26-2007
  *
  * 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-2007 Ethan Galstad (nagios@nagios.org)
  * License: GPL
  *
- * Last Modified: 11-23-2007
+ * Last Modified: 12-26-2007
  *
  * Command line: nrpe -c <config_file> [--inetd | --daemon]
  *

+ 2 - 2
update-version

@@ -10,10 +10,10 @@ else
 fi
 
 # Current version number
-CURRENTVERSION=2.10
+CURRENTVERSION=2.11
 
 # Last date
-LASTDATE=10-19-2007
+LASTDATE=12-26-2007
 
 if [ "x$1" = "x" ]
 then