Преглед изворни кода

Update version to 4.1.0RC1

madlohe пре 3 година
родитељ
комит
7a7ca66b7c
5 измењених фајлова са 12 додато и 12 уклоњено
  1. 5 5
      configure
  2. 2 2
      configure.ac
  3. 2 2
      include/common.h.in
  4. 1 1
      nrpe.spec.in
  5. 2 2
      update-version

+ 5 - 5
configure

@@ -2489,9 +2489,9 @@ ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 
 
 PKG_NAME=nrpe
-PKG_VERSION="4.0.3"
+PKG_VERSION="4.1.0RC1"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="2020-04-28"
+PKG_REL_DATE="2022-06-08"
 RPM_RELEASE=1
 
 LANG=C
@@ -7152,11 +7152,11 @@ fi
 $as_echo "$ac_cv_lib_wrap_main" >&6; }
 if test "x$ac_cv_lib_wrap_main" = xyes; then :
 
-	LIBWRAPLIBS="$LIBWRAPLIBS -lwrap"
+		LIBWRAPLIBS="$LIBWRAPLIBS -lwrap"
 
 $as_echo "#define HAVE_LIBWRAP 1" >>confdefs.h
 
-	cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+		cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 #include <tcpd.h>
 
@@ -7754,7 +7754,7 @@ fi
 				echo "*** Generating DH Parameters for SSL/TLS ***"
 				# OpenSSL 3 removes dhparam -C
 				# check version and use our own parser if needed
-				nagios_ssl_major_version=`$sslbin version | awk '{print }' | cut -d. -f1`
+				nagios_ssl_major_version=`$sslbin version | cut -d' ' -f2 | cut -d. -f1`
 
 				test -d include || mkdir include
 				if test "x$nagios_ssl_major_version" = "x3"; then

+ 2 - 2
configure.ac

@@ -11,9 +11,9 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_PREFIX_DEFAULT(/usr/local/nagios)
 
 PKG_NAME=nrpe
-PKG_VERSION="4.0.3"
+PKG_VERSION="4.1.0RC1"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="2020-04-28"
+PKG_REL_DATE="2022-06-08"
 RPM_RELEASE=1
 
 LANG=C

+ 2 - 2
include/common.h.in

@@ -37,8 +37,8 @@
 # endif
 #endif
 
-#define PROGRAM_VERSION "4.0.3"
-#define MODIFICATION_DATE "2020-04-28"
+#define PROGRAM_VERSION "4.1.0RC1"
+#define MODIFICATION_DATE "2022-06-08"
 
 #define OK							0
 #define ERROR						-1

+ 1 - 1
nrpe.spec.in

@@ -22,7 +22,7 @@
 %define _sysconfdir /etc/nagios
 
 %define name @PACKAGE_NAME@
-%define version 4.0.3
+%define version 4.1.0RC1
 %define release @RPM_RELEASE@
 %define nsusr @nrpe_user@
 %define nsgrp @nrpe_group@

+ 2 - 2
update-version

@@ -28,10 +28,10 @@ else
 fi
 
 # Current version number
-CURRENTVERSION=4.0.3
+CURRENTVERSION=4.1.0RC1
 
 # Last date
-LASTDATE=2020-04-28
+LASTDATE=2022-06-08
 
 if [ "x$1" = "x" ]
 then