public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/tripwire/files: tripwire-2.4.2-version.patch
@ 2010-09-02  0:24 Michael Weber (xmw)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2010-09-02  0:24 UTC (permalink / raw
  To: gentoo-commits

xmw         10/09/02 00:24:24

  Added:                tripwire-2.4.2-version.patch
  Log:
  Revbump to fix bug #320633
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-admin/tripwire/files/tripwire-2.4.2-version.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/tripwire/files/tripwire-2.4.2-version.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/tripwire/files/tripwire-2.4.2-version.patch?rev=1.1&content-type=text/plain

Index: tripwire-2.4.2-version.patch
===================================================================
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 ***") ),






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/tripwire/files: tripwire-2.4.2-version.patch
@ 2013-04-25 19:40 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 2+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2013-04-25 19:40 UTC (permalink / raw
  To: gentoo-commits

nimiux      13/04/25 19:40:49

  Removed:              tripwire-2.4.2-version.patch
  Log:
  Drop old versions
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D628E536)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-25 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-02  0:24 [gentoo-commits] gentoo-x86 commit in app-admin/tripwire/files: tripwire-2.4.2-version.patch Michael Weber (xmw)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-25 19:40 JosA MarAa Alonso (nimiux)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox