Ver Fonte

Prep for new release

Ethan Galstad há 18 anos atrás
pai
commit
ff6d004bd5
9 ficheiros alterados com 19 adições e 19 exclusões
  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

@@ -3,7 +3,7 @@ NRPE Changelog
 **************
 
 
-2.x - ??/??/2007
+2.9 - 08/13/2007
 ----------------
 - Fixed bug with --with-nrpe-group configure script option (Graham Collinson)
 - Fixed bug with check_disk thresholds in sample config file (Patric Wust)

+ 2 - 2
configure

@@ -1296,9 +1296,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 PKG_NAME=nrpe
-PKG_VERSION="2.8.1"
+PKG_VERSION="2.9"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="05-10-2007"
+PKG_REL_DATE="08-13-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.8.1"
+PKG_VERSION="2.9"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="05-10-2007"
+PKG_REL_DATE="08-13-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: 05-10-2007
+ * Last Modified: 08-13-2007
  *
  * License:
  *
@@ -23,8 +23,8 @@
 
 #include "config.h"
 
-#define PROGRAM_VERSION "2.8.1"
-#define MODIFICATION_DATE "05-10-2007"
+#define PROGRAM_VERSION "2.9"
+#define MODIFICATION_DATE "08-13-2007"
 
 #define OK		0
 #define ERROR		-1

+ 6 - 6
include/dh.h

@@ -4,12 +4,12 @@
 DH *get_dh512()
 	{
 	static unsigned char dh512_p[]={
-		0xF1,0x4A,0xCC,0xE4,0xD0,0x67,0x76,0xC7,0x26,0x25,0xE2,0x22,
-		0x4B,0x6D,0x8E,0xEB,0x4D,0x24,0xE3,0x7C,0xCE,0x07,0x87,0x24,
-		0x52,0x2D,0xCA,0x42,0x6E,0xF1,0xCB,0xB3,0x27,0xE1,0x0D,0xA4,
-		0xA5,0x8F,0x16,0xD2,0x21,0x96,0xDF,0x3E,0x54,0x7C,0xFA,0xCB,
-		0x1B,0x20,0x3D,0x59,0x1D,0x1F,0x9F,0xA2,0xAA,0x17,0xB1,0x3D,
-		0x67,0xA6,0x2D,0x6B,
+		0xA3,0x3E,0x3A,0xED,0x7B,0xCB,0x7D,0x95,0x34,0xAF,0x60,0xC8,
+		0x0D,0x95,0x65,0xC8,0x1B,0x92,0x01,0x78,0x4B,0xDA,0xB9,0x3C,
+		0x62,0xD4,0x0E,0x92,0x22,0x48,0xE6,0x9F,0x4E,0xBC,0x27,0x8A,
+		0x00,0x2A,0x67,0x80,0xC7,0xDE,0xCA,0x79,0x78,0x89,0x5A,0xE8,
+		0x06,0x70,0xD7,0xF1,0x14,0x53,0x3B,0x4E,0x40,0x51,0xD8,0x56,
+		0x4E,0xA6,0x2F,0x53,
 		};
 	static unsigned char dh512_g[]={
 		0x02,

+ 1 - 1
nrpe.spec

@@ -1,5 +1,5 @@
 %define name nrpe
-%define version 2.8.1
+%define version 2.9
 %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: 05-10-2007
+ * Last Modified: 08-13-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: 05-10-2007
+ * Last Modified: 08-13-2007
  *
  * Command line: nrpe -c <config_file> [--inetd | --daemon]
  *

+ 2 - 2
update-version

@@ -10,10 +10,10 @@ else
 fi
 
 # Current version number
-CURRENTVERSION=2.8.1
+CURRENTVERSION=2.9
 
 # Last date
-LASTDATE=05-10-2007
+LASTDATE=08-13-2007
 
 if [ "x$1" = "x" ]
 then