Pārlūkot izejas kodu

Prep for new release

Ethan Galstad 18 gadi atpakaļ
vecāks
revīzija
db5657f154
9 mainītis faili ar 19 papildinājumiem un 19 dzēšanām
  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.12 - ??/??/2008
+2.12 - 03/10/2008
 -----------------
 - Fix for unterminated multiline plugin (garbage) output (Krzysztof Oledzki)
 

+ 2 - 2
configure

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

+ 6 - 6
include/dh.h

@@ -4,12 +4,12 @@
 DH *get_dh512()
 	{
 	static unsigned char dh512_p[]={
-		0xDF,0x76,0x75,0x01,0x80,0x9E,0xB8,0x4E,0xF5,0x77,0x73,0x47,
-		0x3E,0xBE,0x46,0xFA,0x23,0xF6,0x03,0x35,0x56,0xBE,0x38,0x67,
-		0xF0,0x62,0xFE,0x9A,0x2F,0x9E,0x0D,0xF3,0x2D,0x91,0x64,0x6D,
-		0x1F,0x5B,0x40,0x09,0x7B,0x10,0x43,0xCE,0xF9,0x9E,0xE7,0x2F,
-		0xBE,0x7B,0x89,0x64,0x57,0xCA,0x2A,0x13,0x19,0x7F,0xB1,0xA4,
-		0xA0,0x6D,0x42,0x0B,
+		0xA0,0xC9,0x8F,0x6D,0x75,0x7A,0x4E,0xED,0xED,0x80,0x11,0x32,
+		0x77,0x14,0xEA,0xE0,0xE7,0x38,0x55,0x01,0x03,0x02,0xC5,0x34,
+		0xCA,0x2D,0xA7,0xFA,0x2E,0x1C,0x5F,0xD9,0xF4,0xDA,0x54,0x40,
+		0xD7,0xB4,0x7B,0x00,0xE5,0x19,0x30,0x69,0xC5,0x93,0x52,0x09,
+		0xB7,0x2D,0x5B,0xAB,0x27,0x0C,0x0D,0xAA,0xCE,0x56,0xB7,0x4D,
+		0xE9,0x8A,0xFB,0x43,
 		};
 	static unsigned char dh512_g[]={
 		0x02,

+ 1 - 1
nrpe.spec

@@ -1,5 +1,5 @@
 %define name nrpe
-%define version 2.11
+%define version 2.12
 %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: 01-24-2008
+ * Last Modified: 03-10-2008
  *
  * 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: 01-24-2008
+ * Last Modified: 03-10-2008
  *
  * Command line: nrpe -c <config_file> [--inetd | --daemon]
  *

+ 2 - 2
update-version

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