Bump version to 2.4.3.0
This commit is contained in:
parent
261cef1392
commit
f7a3ab843d
|
@ -2179,7 +2179,7 @@ fi
|
||||||
|
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
PACKAGE=tripwire
|
PACKAGE=tripwire
|
||||||
VERSION=2.4.2.2
|
VERSION=2.4.3.0
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
|
|
@ -5,7 +5,7 @@ dnl
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([src/tw/tw.cpp])
|
AC_CONFIG_SRCDIR([src/tw/tw.cpp])
|
||||||
AC_CANONICAL_TARGET([])
|
AC_CANONICAL_TARGET([])
|
||||||
AM_INIT_AUTOMAKE(tripwire, 2.4.2.2)
|
AM_INIT_AUTOMAKE(tripwire, 2.4.3.0)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
dnl #################################
|
dnl #################################
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PRODUCT=tripwire
|
PRODUCT=tripwire
|
||||||
VERSION=2.4.2.2
|
VERSION=2.4.3.0
|
||||||
ARCH=x86
|
ARCH=x86
|
||||||
TYPE=bin
|
TYPE=bin
|
||||||
ROOT_DIR=$PRODUCT-$VERSION-$ARCH-$TYPE
|
ROOT_DIR=$PRODUCT-$VERSION-$ARCH-$TYPE
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#define BUILD_NUM _T("2")
|
#define BUILD_NUM _T("0")
|
||||||
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
#define BUILD_NUM _T("1")
|
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
# define DEBUG_STR _T("")
|
# define DEBUG_STR _T("")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TSS_PRODUCT_NAME _T("Open Soure Tripwire(R) 2.4.2.2.")
|
#define TSS_PRODUCT_NAME _T("Open Soure Tripwire(R) 2.4.3.0.")
|
||||||
|
|
||||||
#define TSS_COPYRIGHT_NOTICE \
|
#define TSS_COPYRIGHT_NOTICE \
|
||||||
_T("Open Source Tripwire 2.4 Portions copyright 2000 Tripwire, Inc. Tripwire is a registered\n\
|
_T("Open Source Tripwire 2.4 Portions copyright 2000 Tripwire, Inc. Tripwire is a registered\n\
|
||||||
|
@ -158,7 +158,7 @@ TSS_BeginStringtable( cTW )
|
||||||
TSS_StringEntry( tw::STR_WRITE_REPORT_FILE, _T("Wrote report file: ") ),
|
TSS_StringEntry( tw::STR_WRITE_REPORT_FILE, _T("Wrote report file: ") ),
|
||||||
TSS_StringEntry( tw::STR_WRITE_CONFIG_FILE, _T("Wrote configuration file: ") ),
|
TSS_StringEntry( tw::STR_WRITE_CONFIG_FILE, _T("Wrote configuration file: ") ),
|
||||||
|
|
||||||
TSS_StringEntry( tw::STR_REPORT_TITLE, _T("Open Source Tripwire(R) 2.4.2.2 Integrity Check Report") ),
|
TSS_StringEntry( tw::STR_REPORT_TITLE, _T("Open Source Tripwire(R) 2.4.3.0 Integrity Check Report") ),
|
||||||
TSS_StringEntry( tw::STR_R_GENERATED_BY, _T("Report generated by: ") ),
|
TSS_StringEntry( tw::STR_R_GENERATED_BY, _T("Report generated by: ") ),
|
||||||
TSS_StringEntry( tw::STR_R_CREATED_ON, _T("Report created on: ") ),
|
TSS_StringEntry( tw::STR_R_CREATED_ON, _T("Report created on: ") ),
|
||||||
TSS_StringEntry( tw::STR_DB_CREATED_ON, _T("Database generated on: ") ),
|
TSS_StringEntry( tw::STR_DB_CREATED_ON, _T("Database generated on: ") ),
|
||||||
|
@ -219,7 +219,7 @@ TSS_BeginStringtable( cTW )
|
||||||
TSS_StringEntry( tw::STR_REMOVED_SHORT, _T("R") ),
|
TSS_StringEntry( tw::STR_REMOVED_SHORT, _T("R") ),
|
||||||
TSS_StringEntry( tw::STR_CHANGED_SHORT, _T("C") ),
|
TSS_StringEntry( tw::STR_CHANGED_SHORT, _T("C") ),
|
||||||
|
|
||||||
TSS_StringEntry( tw::STR_DBPRINT_TITLE, _T("Open Source Tripwire(R) 2.4.2.2 Database") ),
|
TSS_StringEntry( tw::STR_DBPRINT_TITLE, _T("Open Source Tripwire(R) 2.4.3.0 Database") ),
|
||||||
TSS_StringEntry( tw::STR_DB_GENERATED_BY, _T("Database generated by: ") ),
|
TSS_StringEntry( tw::STR_DB_GENERATED_BY, _T("Database generated by: ") ),
|
||||||
TSS_StringEntry( tw::STR_TOTAL_NUM_FILES, _T("Total number of objects: ") ),
|
TSS_StringEntry( tw::STR_TOTAL_NUM_FILES, _T("Total number of objects: ") ),
|
||||||
TSS_StringEntry( tw::STR_END_OF_DB, _T("*** End of database ***") ),
|
TSS_StringEntry( tw::STR_END_OF_DB, _T("*** End of database ***") ),
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%define path_to_sendmail /usr/sbin/sendmail
|
%define path_to_sendmail /usr/sbin/sendmail
|
||||||
|
|
||||||
Name: tripwire
|
Name: tripwire
|
||||||
Version: 2.4.2.2
|
Version: 2.4.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: IDS (Intrusion Detection System)
|
Summary: IDS (Intrusion Detection System)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue