Răsfoiți Sursa

Prep for new 2.13 release.

Eric Stanley 14 ani în urmă
părinte
comite
a05dcbf293
8 a modificat fișierele cu 18 adăugiri și 18 ștergeri
  1. 2 2
      configure
  2. 2 2
      configure.in
  3. 3 3
      include/common.h
  4. 6 6
      include/dh.h
  5. 1 1
      nrpe.spec
  6. 1 1
      src/check_nrpe.c
  7. 1 1
      src/nrpe.c
  8. 2 2
      update-version

+ 2 - 2
configure

@@ -1298,9 +1298,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 PKG_NAME=nrpe
-PKG_VERSION="2.12"
+PKG_VERSION="2.13"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="03-10-2008"
+PKG_REL_DATE="11-11-2011"
 
 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.12"
+PKG_VERSION="2.13"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="03-10-2008"
+PKG_REL_DATE="11-11-2011"
 
 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-2007 Ethan Galstad (nagios@nagios.org)
- * Last Modified: 03-10-2008
+ * Last Modified: 11-11-2011
  *
  * License:
  *
@@ -23,8 +23,8 @@
 
 #include "config.h"
 
-#define PROGRAM_VERSION "2.12"
-#define MODIFICATION_DATE "03-10-2008"
+#define PROGRAM_VERSION "2.13"
+#define MODIFICATION_DATE "11-11-2011"
 
 #define OK		0
 #define ERROR		-1

+ 6 - 6
include/dh.h

@@ -4,12 +4,12 @@
 DH *get_dh512()
 	{
 	static unsigned char dh512_p[]={
-		0xA1,0x2F,0x49,0x4D,0xA6,0x62,0x93,0x02,0x5F,0xFA,0x5C,0xB7,
-		0x71,0x59,0x44,0x19,0x66,0x88,0x92,0x86,0x16,0x6E,0xD1,0x91,
-		0xBA,0xC6,0x32,0x3D,0x72,0x01,0xE8,0x24,0x60,0x41,0x21,0x7D,
-		0x51,0x55,0x70,0x9E,0x40,0x2A,0x7D,0x9A,0x8B,0x7B,0x85,0xA9,
-		0xEB,0xE3,0x2E,0xEE,0x5A,0x60,0x7E,0xBC,0x85,0x80,0x42,0x68,
-		0x96,0xB1,0x1B,0xEB,
+		0xDA,0xD8,0xF0,0xA2,0x9A,0x64,0xC2,0x9F,0x22,0x9D,0x47,0xA1,
+		0xB2,0xED,0xD6,0x89,0xB5,0x46,0x6D,0x4E,0x1F,0x14,0xF4,0xF4,
+		0xEB,0xCA,0x4D,0x41,0x89,0x60,0x0D,0x1F,0xB3,0x50,0xC4,0x54,
+		0xE1,0x60,0xB5,0xDD,0x57,0x0C,0xF9,0xF5,0x19,0x73,0x6C,0x0C,
+		0x45,0x33,0xA9,0xC1,0xD7,0xF3,0x27,0x68,0xEE,0xDA,0x8C,0x4A,
+		0x1C,0x52,0xA1,0x9B,
 		};
 	static unsigned char dh512_g[]={
 		0x02,

+ 1 - 1
nrpe.spec

@@ -1,5 +1,5 @@
 %define name nrpe
-%define version 2.12
+%define version 2.13
 %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: 03-10-2008
+ * Last Modified: 11-11-2011
  *
  * 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: 08-10-2011 by Konstantin Malov 
+ * Last Modified: 11-11-2011
  *
  * Command line: nrpe -c <config_file> [--inetd | --daemon]
  *

+ 2 - 2
update-version

@@ -10,10 +10,10 @@ else
 fi
 
 # Current version number
-CURRENTVERSION=2.12
+CURRENTVERSION=2.13
 
 # Last date
-LASTDATE=03-10-2008
+LASTDATE=11-11-2011
 
 if [ "x$1" = "x" ]
 then