Ethan Galstad 23 سال پیش
والد
کامیت
aeb29606a8
8فایلهای تغییر یافته به همراه16 افزوده شده و 16 حذف شده
  1. 1 1
      Changelog
  2. 2 2
      common/common.h
  3. 2 2
      configure
  4. 2 2
      configure.in
  5. 1 1
      nrpe.spec
  6. 1 1
      src/check_nrpe.c
  7. 6 6
      src/dh.h
  8. 1 1
      src/nrpe.c

+ 1 - 1
Changelog

@@ -12,7 +12,7 @@ NRPE Changelog
   of external config files
 - Added 'include_dir' variable to allow inclusion of external
   config files in directories (with recursion)
-- Added native SSL support (Derrick)
+- Added native SSL support (Derrick Bennett)
 
 
 1.8 - 01/16/2003

+ 2 - 2
common/common.h

@@ -23,8 +23,8 @@
 
 #include "config.h"
 
-#define PROGRAM_VERSION "2.0a1"
-#define MODIFICATION_DATE "01-30-2003"
+#define PROGRAM_VERSION "2.0b1"
+#define MODIFICATION_DATE "04-03-2003"
 
 #define OK		0
 #define ERROR		-1

+ 2 - 2
configure

@@ -533,9 +533,9 @@ fi
 
 
 PKG_NAME=nrpe
-PKG_VERSION="2.0a1"
+PKG_VERSION="2.0b1"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="01-30-2003"
+PKG_REL_DATE="04-03-2003"
 
 
 ac_aux_dir=

+ 2 - 2
configure.in

@@ -9,9 +9,9 @@ AC_CONFIG_HEADER(common/config.h)
 AC_PREFIX_DEFAULT(/usr/local/nagios)
 
 PKG_NAME=nrpe
-PKG_VERSION="2.0a1"
+PKG_VERSION="2.0b1"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="01-30-2003"
+PKG_REL_DATE="04-03-2003"
 
 dnl Figure out how to invoke "install" and what install options to use.
 

+ 1 - 1
nrpe.spec

@@ -1,5 +1,5 @@
 %define name nrpe
-%define version 2.0a1
+%define version 2.0b1
 %define release 1
 %define nsusr nagios
 %define nsgrp nagios

+ 1 - 1
src/check_nrpe.c

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

+ 6 - 6
src/dh.h

@@ -4,12 +4,12 @@
 DH *get_dh512()
 	{
 	static unsigned char dh512_p[]={
-		0xE5,0xB7,0x24,0xAC,0x52,0x84,0x30,0x25,0x24,0xF3,0x35,0xE2,
-		0x68,0xC0,0x9B,0x9D,0x88,0x06,0x49,0x48,0xB6,0x8C,0xD7,0x8E,
-		0x60,0x23,0x87,0x28,0xF0,0xEB,0xD4,0xBA,0x45,0xCC,0xD8,0x17,
-		0x03,0x03,0x07,0xF4,0xD4,0x03,0x69,0x72,0x83,0x5D,0xC4,0xA4,
-		0xC0,0x19,0x08,0x09,0x65,0xAF,0x08,0x67,0x2C,0x6B,0xDE,0x1E,
-		0x13,0xC0,0x44,0x53,
+		0x84,0x7F,0xF8,0x9D,0x49,0xE4,0x11,0xF8,0xDB,0x78,0xB3,0xE2,
+		0xB4,0x78,0x91,0xF6,0x3F,0xE4,0xE8,0xE9,0x21,0xC0,0xA1,0xFE,
+		0x28,0x26,0xBC,0x0B,0xC3,0xEA,0x00,0xE2,0xE3,0x97,0x83,0xA3,
+		0x7C,0x55,0xA2,0x5E,0x66,0x07,0xBF,0x60,0xD1,0x4C,0x5D,0xF4,
+		0x4D,0x1A,0x41,0x42,0xFD,0x14,0xE9,0x93,0x1E,0x94,0xD7,0x4B,
+		0x6E,0x9D,0x43,0x4B,
 		};
 	static unsigned char dh512_g[]={
 		0x02,

+ 1 - 1
src/nrpe.c

@@ -4,7 +4,7 @@
  * Copyright (c) 1999-2003 Ethan Galstad (nagios@nagios.org)
  * License: GPL
  *
- * Last Modified: 03-13-2003
+ * Last Modified: 04-03-2003
  *
  * Command line: nrpe -c <config_file> [--inetd | --daemon]
  *