[Nagios-devel] nrpe-2.4 still identifies itself as 2.3

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] nrpe-2.4 still identifies itself as 2.3

Post by Guest »

This is a multi-part message in MIME format.

------=_NextPart_000_0160_01C63C5D.D95A80D0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hi Ethan,

you forgot to update the version in nrpe-2.4's configure, nrpe.spec,....
so if you call it as nrpe -v it still says
Version: 2.3
Last Modified: 01-23-2006
I attach a patch which sets version to 2.4 and release date to 2006-02-22.

greetings from munich,
Gerhard

------=_NextPart_000_0160_01C63C5D.D95A80D0
Content-Type: application/octet-stream;
name="nrpe-2.4-version2.4.patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="nrpe-2.4-version2.4.patch"

diff -Naur nrpe-2.4/configure nrpe-2.4-version2.4/configure=0A=
--- nrpe-2.4/configure 2006-02-23 00:51:57.000000000 +0100=0A=
+++ nrpe-2.4-version2.4/configure 2006-02-28 11:45:39.702901200 +0100=0A=
@@ -1294,9 +1294,9 @@=0A=
=0A=
=0A=
PKG_NAME=3Dnrpe=0A=
-PKG_VERSION=3D"2.3"=0A=
+PKG_VERSION=3D"2.4"=0A=
PKG_HOME_URL=3D"http://www.nagios.org/"=0A=
-PKG_REL_DATE=3D"01-23-2006"=0A=
+PKG_REL_DATE=3D"02-22-2006"=0A=
=0A=
ac_aux_dir=3D=0A=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do=0A=
diff -Naur nrpe-2.4/configure.in nrpe-2.4-version2.4/configure.in=0A=
--- nrpe-2.4/configure.in 2006-02-23 00:51:57.000000000 +0100=0A=
+++ nrpe-2.4-version2.4/configure.in 2006-02-28 11:46:00.155633500 +0100=0A=
@@ -9,9 +9,9 @@=0A=
AC_PREFIX_DEFAULT(/usr/local/nagios)=0A=
=0A=
PKG_NAME=3Dnrpe=0A=
-PKG_VERSION=3D"2.3"=0A=
+PKG_VERSION=3D"2.4"=0A=
PKG_HOME_URL=3D"http://www.nagios.org/"=0A=
-PKG_REL_DATE=3D"01-23-2006"=0A=
+PKG_REL_DATE=3D"02-22-2006"=0A=
=0A=
dnl Figure out how to invoke "install" and what install options to use.=0A=
AC_PROG_INSTALL=0A=
diff -Naur nrpe-2.4/include/common.h nrpe-2.4-version2.4/include/common.h=0A=
--- nrpe-2.4/include/common.h 2006-01-23 17:36:50.000000000 +0100=0A=
+++ nrpe-2.4-version2.4/include/common.h 2006-02-28 11:46:20.998983300 =
+0100=0A=
@@ -23,8 +23,8 @@=0A=
=0A=
#include "config.h"=0A=
=0A=
-#define PROGRAM_VERSION "2.3"=0A=
-#define MODIFICATION_DATE "01-23-2006"=0A=
+#define PROGRAM_VERSION "2.4"=0A=
+#define MODIFICATION_DATE "02-22-2006"=0A=
=0A=
#define OK 0=0A=
#define ERROR -1=0A=
diff -Naur nrpe-2.4/nrpe.spec nrpe-2.4-version2.4/nrpe.spec=0A=
--- nrpe-2.4/nrpe.spec 2006-01-23 17:36:50.000000000 +0100=0A=
+++ nrpe-2.4-version2.4/nrpe.spec 2006-02-28 11:46:32.608135400 +0100=0A=
@@ -1,5 +1,5 @@=0A=
%define name nrpe=0A=
-%define version 2.3=0A=
+%define version 2.4=0A=
%define release 1=0A=
%define nsusr nagios=0A=
%define nsgrp nagios=0A=

------=_NextPart_000_0160_01C63C5D.D95A80D0--






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked