diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-04-25 19:41:02 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-04-25 19:41:02 +0000 |
commit | 698366e70203be87de784e8adeb00728c893d6bc (patch) | |
tree | eb82a61d5f6e38ce0046d1271bae3f0953582c2b /app-admin/tripwire/files | |
parent | Version bump (diff) | |
download | historical-698366e70203be87de784e8adeb00728c893d6bc.tar.gz historical-698366e70203be87de784e8adeb00728c893d6bc.tar.bz2 historical-698366e70203be87de784e8adeb00728c893d6bc.zip |
Drop old versions
Package-Manager: portage-2.1.11.62/cvs/Linux x86_64
Manifest-Sign-Key: 0xD628E536
Diffstat (limited to 'app-admin/tripwire/files')
-rw-r--r-- | app-admin/tripwire/files/tripwire-2.4.2-version.patch | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/app-admin/tripwire/files/tripwire-2.4.2-version.patch b/app-admin/tripwire/files/tripwire-2.4.2-version.patch deleted file mode 100644 index d3de447747c4..000000000000 --- a/app-admin/tripwire/files/tripwire-2.4.2-version.patch +++ /dev/null @@ -1,82 +0,0 @@ -diff -urp tripwire-2.4.2-src.orig/configure tripwire-2.4.2-src/configure ---- tripwire-2.4.2-src.orig/configure 2007-03-31 13:13:13.000000000 +0900 -+++ tripwire-2.4.2-src/configure 2010-04-23 13:58:55.000000000 +0900 -@@ -1901,7 +1901,7 @@ test -n "$target_alias" && - test "$program_prefix$program_suffix$program_transform_name" = \ - NONENONEs,x,x, && - program_prefix=${target_alias}- --am__api_version="1.8" -+am__api_version="1.9" - # Find a good install program. We prefer a C program (faster), - # so one script is as good as another. But avoid the broken or - # incompatible versions: -@@ -2179,7 +2179,7 @@ fi - - # Define the identity of the package. - PACKAGE=tripwire -- VERSION=2.4.1 -+ VERSION=2.4.2 - - - cat >>confdefs.h <<_ACEOF -diff -urp tripwire-2.4.2-src.orig/configure.in tripwire-2.4.2-src/configure.in ---- tripwire-2.4.2-src.orig/configure.in 2007-03-31 13:03:27.000000000 +0900 -+++ tripwire-2.4.2-src/configure.in 2010-04-23 13:59:14.000000000 +0900 -@@ -5,7 +5,7 @@ dnl - AC_INIT - AC_CONFIG_SRCDIR([src/tw/tw.cpp]) - AC_CANONICAL_TARGET([]) --AM_INIT_AUTOMAKE(tripwire, 2.4.1) -+AM_INIT_AUTOMAKE(tripwire, 2.4.2) - AM_CONFIG_HEADER(config.h) - - dnl ################################# -diff -urp tripwire-2.4.2-src.orig/contrib/make-bin-dist tripwire-2.4.2-src/contrib/make-bin-dist ---- tripwire-2.4.2-src.orig/contrib/make-bin-dist 2007-04-19 02:39:29.000000000 +0900 -+++ tripwire-2.4.2-src/contrib/make-bin-dist 2010-04-23 13:59:36.000000000 +0900 -@@ -4,7 +4,7 @@ - # - - PRODUCT=tripwire --VERSION=2.4.1.2 -+VERSION=2.4.2 - ARCH=x86 - TYPE=bin - ROOT_DIR=$PRODUCT-$VERSION-$ARCH-$TYPE -diff -urp tripwire-2.4.2-src.orig/src/buildnum.h tripwire-2.4.2-src/src/buildnum.h ---- tripwire-2.4.2-src.orig/src/buildnum.h 2007-03-31 13:39:36.000000000 +0900 -+++ tripwire-2.4.2-src/src/buildnum.h 2010-04-24 07:13:25.000000000 +0900 -@@ -1,2 +1,2 @@ --#define BUILD_NUM _T("2") -+#define BUILD_NUM _T("0") - -diff -urp tripwire-2.4.2-src.orig/src/tw/twstrings.cpp tripwire-2.4.2-src/src/tw/twstrings.cpp ---- tripwire-2.4.2-src.orig/src/tw/twstrings.cpp 2007-03-31 14:19:59.000000000 +0900 -+++ tripwire-2.4.2-src/src/tw/twstrings.cpp 2010-04-23 14:01:15.000000000 +0900 -@@ -56,7 +56,7 @@ - # define DEBUG_STR _T("") - #endif - --#define TSS_PRODUCT_NAME _T("Open Soure Tripwire(R) 2.4.1.") -+#define TSS_PRODUCT_NAME _T("Open Source Tripwire(R) 2.4.2.") - - #define TSS_COPYRIGHT_NOTICE \ - _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_CONFIG_FILE, _T("Wrote configuration file: ") ), - -- TSS_StringEntry( tw::STR_REPORT_TITLE, _T("Open Source Tripwire(R) 2.4.1 Integrity Check Report") ), -+ TSS_StringEntry( tw::STR_REPORT_TITLE, _T("Open Source Tripwire(R) 2.4.2 Integrity Check Report") ), - 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_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_CHANGED_SHORT, _T("C") ), - -- TSS_StringEntry( tw::STR_DBPRINT_TITLE, _T("Open Source Tripwire(R) 2.4.1 Database") ), -+ TSS_StringEntry( tw::STR_DBPRINT_TITLE, _T("Open Source Tripwire(R) 2.4.2 Database") ), - 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_END_OF_DB, _T("*** End of database ***") ), |