diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-29 15:39:26 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-29 15:39:26 +0000 |
commit | 35aaccc024696921c1458f9f838bcc4202177fe0 (patch) | |
tree | fa72b864f1c09f9dbdda3dc8617f000dbccca9b6 /app-admin/tripwire/files | |
parent | Add category metadata.xml file. (diff) | |
download | gentoo-2-35aaccc024696921c1458f9f838bcc4202177fe0.tar.gz gentoo-2-35aaccc024696921c1458f9f838bcc4202177fe0.tar.bz2 gentoo-2-35aaccc024696921c1458f9f838bcc4202177fe0.zip |
move compressed files to the mirrors
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-admin/tripwire/files')
-rw-r--r-- | app-admin/tripwire/files/digest-tripwire-2.3.1.2-r1 | 1 | ||||
-rw-r--r-- | app-admin/tripwire/files/digest-tripwire-2.3.1.2-r2 | 3 | ||||
-rw-r--r-- | app-admin/tripwire/files/tripwire-2.3.0-50-rfc822.patch | 12 | ||||
-rw-r--r-- | app-admin/tripwire/files/tripwire-2.3.0-50-rfc822.patch.bz2 | bin | 347 -> 0 bytes | |||
-rw-r--r-- | app-admin/tripwire/files/tripwire-2.3.1-2-fhs.patch | 13 | ||||
-rw-r--r-- | app-admin/tripwire/files/tripwire-2.3.1-2-fhs.patch.bz2 | bin | 327 -> 0 bytes | |||
-rw-r--r-- | app-admin/tripwire/files/tripwire-2.3.1-2-gcc-3.3.patch | 11 | ||||
-rw-r--r-- | app-admin/tripwire/files/tripwire-2.3.1-2-gcc-3.3.patch.bz2 | bin | 197 -> 0 bytes | |||
-rw-r--r-- | app-admin/tripwire/files/tripwire-2.3.1-gcc3.patch | 256 | ||||
-rw-r--r-- | app-admin/tripwire/files/tripwire-2.3.1-gcc3.patch.bz2 | bin | 2878 -> 0 bytes | |||
-rw-r--r-- | app-admin/tripwire/files/tripwire-jbj.patch | 53 | ||||
-rw-r--r-- | app-admin/tripwire/files/tripwire-jbj.patch.bz2 | bin | 791 -> 0 bytes | |||
-rw-r--r-- | app-admin/tripwire/files/tripwire-mkstemp.patch | 30 | ||||
-rw-r--r-- | app-admin/tripwire/files/tripwire-mkstemp.patch.bz2 | bin | 564 -> 0 bytes |
14 files changed, 378 insertions, 1 deletions
diff --git a/app-admin/tripwire/files/digest-tripwire-2.3.1.2-r1 b/app-admin/tripwire/files/digest-tripwire-2.3.1.2-r1 index 7bf1e05bec86..7b82e63c8560 100644 --- a/app-admin/tripwire/files/digest-tripwire-2.3.1.2-r1 +++ b/app-admin/tripwire/files/digest-tripwire-2.3.1.2-r1 @@ -1,2 +1,3 @@ MD5 6a15fe110565cef9ed33c1c7e070355e tripwire-2.3.1-2.tar.gz 1514955 MD5 46659bfa3a1201757e070c51207de884 tripwire_2.3.1.2-6.1.diff.gz 608867 +MD5 f776500cdf290f2a953a9884c0e49f72 twpol.txt.gz 7586 diff --git a/app-admin/tripwire/files/digest-tripwire-2.3.1.2-r2 b/app-admin/tripwire/files/digest-tripwire-2.3.1.2-r2 index 91953f2b95f3..0eb4dc5334e8 100644 --- a/app-admin/tripwire/files/digest-tripwire-2.3.1.2-r2 +++ b/app-admin/tripwire/files/digest-tripwire-2.3.1.2-r2 @@ -1,2 +1,3 @@ -MD5 6a15fe110565cef9ed33c1c7e070355e tripwire-2.3.1-2.tar.gz 1514955 MD5 636163bdefb935e1e5e46aa57f4051eb tripwire-2.3.1-2-pherman-portability-0.9.diff.bz2 739663 +MD5 6a15fe110565cef9ed33c1c7e070355e tripwire-2.3.1-2.tar.gz 1514955 +MD5 f776500cdf290f2a953a9884c0e49f72 twpol.txt.gz 7586 diff --git a/app-admin/tripwire/files/tripwire-2.3.0-50-rfc822.patch b/app-admin/tripwire/files/tripwire-2.3.0-50-rfc822.patch new file mode 100644 index 000000000000..7811135a9ffa --- /dev/null +++ b/app-admin/tripwire/files/tripwire-2.3.0-50-rfc822.patch @@ -0,0 +1,12 @@ +diff -Naur tripwire-2.3.0-50-orig/src/tripwire/mailmessage.cpp tripwire-2.3.0-50/src/tripwire/mailmessage.cpp +--- tripwire-2.3.0-50-orig/src/tripwire/mailmessage.cpp Sat Oct 28 02:26:18 2000 ++++ tripwire-2.3.0-50/src/tripwire/mailmessage.cpp Thu Jul 5 05:12:54 2001 +@@ -241,7 +241,7 @@ + time_t current_time = time(NULL); + tm = localtime ( ¤t_time ); + +- const TCHAR* szFormat = _T("%a %d %b %Y %H:%M:%S %z"); ++ const TCHAR* szFormat = _T("%a, %d %b %Y %H:%M:%S %z"); + + size_t numChars = _tcsftime( szDate, countof( szDate ), szFormat, tm ); + diff --git a/app-admin/tripwire/files/tripwire-2.3.0-50-rfc822.patch.bz2 b/app-admin/tripwire/files/tripwire-2.3.0-50-rfc822.patch.bz2 Binary files differdeleted file mode 100644 index 7dbf773552e8..000000000000 --- a/app-admin/tripwire/files/tripwire-2.3.0-50-rfc822.patch.bz2 +++ /dev/null diff --git a/app-admin/tripwire/files/tripwire-2.3.1-2-fhs.patch b/app-admin/tripwire/files/tripwire-2.3.1-2-fhs.patch new file mode 100644 index 000000000000..0a146ebb6f87 --- /dev/null +++ b/app-admin/tripwire/files/tripwire-2.3.1-2-fhs.patch @@ -0,0 +1,13 @@ +The header defines USES_FHS, while some source files expect USE_FHS, so +define both to be safe. + +--- tripwire-2.3.1-2/src/core/platform.h Fri Aug 10 00:29:29 2001 ++++ tripwire-2.3.1-2/src/core/platform.h Fri Aug 10 00:29:36 2001 +@@ -291,6 +291,7 @@ + // where <tw-exe-dir> is the directory the tripwire executable is located in. + //============================================================================= + #define USES_FHS IS_LINUX ++#define USE_FHS IS_LINUX + + //============================================================================= + // Miscellaneous diff --git a/app-admin/tripwire/files/tripwire-2.3.1-2-fhs.patch.bz2 b/app-admin/tripwire/files/tripwire-2.3.1-2-fhs.patch.bz2 Binary files differdeleted file mode 100644 index e88f0054f81a..000000000000 --- a/app-admin/tripwire/files/tripwire-2.3.1-2-fhs.patch.bz2 +++ /dev/null diff --git a/app-admin/tripwire/files/tripwire-2.3.1-2-gcc-3.3.patch b/app-admin/tripwire/files/tripwire-2.3.1-2-gcc-3.3.patch new file mode 100644 index 000000000000..9d9f30b2a8cd --- /dev/null +++ b/app-admin/tripwire/files/tripwire-2.3.1-2-gcc-3.3.patch @@ -0,0 +1,11 @@ +--- src/core/debug.h~ 2000-10-28 03:15:19.000000000 +0200 ++++ src/core/debug.h 2003-07-14 06:16:37.000000000 +0200 +@@ -43,7 +43,7 @@ + + + #include <iostream> +-#include <varargs.h> ++#include <stdarg.h> + #include "types.h" + + // diff --git a/app-admin/tripwire/files/tripwire-2.3.1-2-gcc-3.3.patch.bz2 b/app-admin/tripwire/files/tripwire-2.3.1-2-gcc-3.3.patch.bz2 Binary files differdeleted file mode 100644 index d8ca42dc028f..000000000000 --- a/app-admin/tripwire/files/tripwire-2.3.1-2-gcc-3.3.patch.bz2 +++ /dev/null diff --git a/app-admin/tripwire/files/tripwire-2.3.1-gcc3.patch b/app-admin/tripwire/files/tripwire-2.3.1-gcc3.patch new file mode 100644 index 000000000000..9b2ae7539ce1 --- /dev/null +++ b/app-admin/tripwire/files/tripwire-2.3.1-gcc3.patch @@ -0,0 +1,256 @@ +--- tripwire-2.3.1-2/src/core/stringutil.h.sopwith Sun Feb 4 00:38:27 2001 ++++ tripwire-2.3.1-2/src/core/stringutil.h Fri Feb 1 01:11:59 2002 +@@ -64,7 +64,7 @@ + Convert( std::string& lhs, const std::string& rhs ) + { + lhs = rhs; +- return lhs.c_str(); ++ return std::string::const_iterator(lhs.c_str()); + } + + /// Specialize Everything Else +--- tripwire-2.3.1-2/src/core/charutil.cpp.sopwith Sat Oct 28 15:22:55 2000 ++++ tripwire-2.3.1-2/src/core/charutil.cpp Fri Feb 1 01:11:59 2002 +@@ -105,7 +105,7 @@ + } + + first = cur; +- last = tss::strinc( cur ); ++ last = TSTRING::const_iterator(tss::strinc( cur.base() )); + return true; + } + +--- tripwire-2.3.1-2/src/core/displayencoder.cpp.sopwith Fri Oct 27 21:15:20 2000 ++++ tripwire-2.3.1-2/src/core/displayencoder.cpp Fri Feb 1 01:11:59 2002 +@@ -828,7 +828,8 @@ + ach[0] = ch; + for( sack_type::const_iterator atE = m_encodings.begin(); atE != m_encodings.end(); atE++ ) + { +- if( (*atE)->NeedsEncoding( &ach[0], &ach[1] ) ) ++ if( (*atE)->NeedsEncoding( std::string::const_iterator(&ach[0]), ++ std::string::const_iterator(&ach[1]) ) ) + { + if( fFailedATest ) + return false; // each char can only fail one test +--- tripwire-2.3.1-2/src/core/displayutil.cpp.sopwith Sat Oct 28 15:22:55 2000 ++++ tripwire-2.3.1-2/src/core/displayutil.cpp Fri Feb 1 01:11:59 2002 +@@ -45,7 +45,7 @@ + TOSTRINGSTREAM sstr; + TSTRING strT; + bool fFirstLine = true; +- for( TSTRING::const_iterator i = str.begin(); i != str.end(); i = tss::strinc( i ) ) ++ for( TSTRING::const_iterator i = str.begin(); i != str.end(); i = TSTRING::const_iterator(tss::strinc( i.base() )) ) + { + // return found -- add line to output string + if( _T('\n') == *i ) +@@ -74,7 +74,7 @@ + else + { + // add char to string +- strT.append( i, (TSTRING::const_iterator)tss::strinc( i ) ); ++ strT.append( i, TSTRING::const_iterator(tss::strinc( i.base() )) ); + } + } + +--- tripwire-2.3.1-2/src/cryptlib/misc.h.sopwith Fri Oct 27 20:26:21 2000 ++++ tripwire-2.3.1-2/src/cryptlib/misc.h Fri Feb 1 01:11:59 2002 +@@ -150,7 +150,7 @@ + operator T *() + {return ptr;} + +-#if !defined(_MSC_VER) && !defined(_KCC) ++#if !defined(_MSC_VER) && !defined(_KCC) && 0 + T *operator +(unsigned int offset) + {return ptr+offset;} + const T *operator +(unsigned int offset) const +--- tripwire-2.3.1-2/src/cryptlib/i686-pc-linux.mak.sopwith Fri Feb 1 01:12:57 2002 ++++ tripwire-2.3.1-2/src/cryptlib/i686-pc-linux.mak Fri Feb 1 01:13:12 2002 +@@ -71,12 +71,12 @@ + # Recusively call make defining the appropriate $(D_FLAGS) var + + debug: +- gmake -f $(MAKEFILE) cryptlib_d.a "D_FLAGS=$(DEBUG_FLAGS)" "LDFLAGS=DEBUG_LDFLAGS" +-# gmake -f $(MAKEFILE) cryptest_d "D_FLAGS=$(DEBUG_FLAGS)" "LDFLAGS=DEBUG_LDFLAGS" ++ $(MAKE) -f $(MAKEFILE) cryptlib_d.a "D_FLAGS=$(DEBUG_FLAGS)" "LDFLAGS=DEBUG_LDFLAGS" ++# $(MAKE) -f $(MAKEFILE) cryptest_d "D_FLAGS=$(DEBUG_FLAGS)" "LDFLAGS=DEBUG_LDFLAGS" + + release: +- gmake -f $(MAKEFILE) cryptlib.a "D_FLAGS=$(NDEBUG_FLAGS)" "LDFLAGS=NDEBUG_LDFLAGS" +-# gmake -f $(MAKEFILE) cryptest "D_FLAGS=$(NDEBUG_FLAGS)" "LDFLAGS=NDEBUG_LDFLAGS" ++ $(MAKE) -f $(MAKEFILE) cryptlib.a "D_FLAGS=$(NDEBUG_FLAGS)" "LDFLAGS=NDEBUG_LDFLAGS" ++# $(MAKE) -f $(MAKEFILE) cryptest "D_FLAGS=$(NDEBUG_FLAGS)" "LDFLAGS=NDEBUG_LDFLAGS" + + + ############################################################################### +--- tripwire-2.3.1-2/src/db/hierdatabase.cpp.sopwith Sun Feb 25 00:41:13 2001 ++++ tripwire-2.3.1-2/src/db/hierdatabase.cpp Fri Feb 1 01:11:59 2002 +@@ -255,7 +255,8 @@ + } + else + { +- int offset = rhs.mIter - rhs.mEntries.begin(); ++ int offset; ++ offset = -(rhs.mEntries.begin() - rhs.mIter); + mIter = mEntries.begin() + offset; + } + +--- tripwire-2.3.1-2/src/fco/fconame.cpp.sopwith Fri Oct 27 20:25:41 2000 ++++ tripwire-2.3.1-2/src/fco/fconame.cpp Fri Feb 1 01:11:59 2002 +@@ -269,7 +269,7 @@ + + mpPathName->ClearList(); + +- TSTRING::const_iterator at = ( pszin + 0 ); ++ TSTRING::const_iterator at = TSTRING::const_iterator( pszin + 0 ); + TSTRING::const_iterator end = at; + while ( *end ) ++end; // NOTE: Find end + +@@ -277,9 +277,9 @@ + while ( at < end ) + { + while ( !(*at == mDelimiter) && at < end ) +- at = tss::strinc( at ); ++ at = TSTRING::const_iterator(tss::strinc( at.base() )); + +- if ( at == beg && tss::strinc(at) >= end && at != pszin ) ++ if ( at == beg && TSTRING::const_iterator(tss::strinc(at.base())) >= end && at.base() != pszin ) + break; + + cFCONameTblNode* pNode = +@@ -287,7 +287,7 @@ + + mpPathName->mNames.push_back( pNode ); + +- beg = ( at = tss::strinc( at ) ); ++ beg = ( at = TSTRING::const_iterator(tss::strinc( at.base() )) ); + } + } + +Binary files tripwire-2.3.1-2/src/make_include/i686-pc-linux.inc.sopwith and tripwire-2.3.1-2/src/make_include/i686-pc-linux.inc differ +--- tripwire-2.3.1-2/src/siggen/siggenmain.cpp.sopwith Fri Oct 27 20:26:25 2000 ++++ tripwire-2.3.1-2/src/siggen/siggenmain.cpp Fri Feb 1 01:11:59 2002 +@@ -118,11 +118,7 @@ + // set unexpected and terminate handlers + // Note: we do this before Init() in case it attempts to call these handlers + // TODO: move this into the Init() routine +-#if IS_GCC +- #define EXCEPTION_NAMESPACE +- #else +- #define EXCEPTION_NAMESPACE std:: +- #endif ++#define EXCEPTION_NAMESPACE std:: + EXCEPTION_NAMESPACE set_terminate(tw_terminate_handler); + EXCEPTION_NAMESPACE set_unexpected(tw_unexpected_handler); + +--- tripwire-2.3.1-2/src/tripwire/mailmessage.cpp.sopwith Fri Feb 1 01:11:59 2002 ++++ tripwire-2.3.1-2/src/tripwire/mailmessage.cpp Fri Feb 1 01:11:59 2002 +@@ -509,9 +509,9 @@ + std::string::size_type stringSize = 0; + std::string::const_iterator at; + std::string::difference_type charSize; +- for( at = sIn.begin(), charSize = ( tss::strinc( at ) - at ); ++ for( at = sIn.begin(), charSize = ( std::string::const_iterator(tss::strinc( at.base() )) - at ); + at != sIn.end(); +- at += charSize, charSize = ( tss::strinc( at ) - at ) ) ++ at += charSize, charSize = ( std::string::const_iterator(tss::strinc( at.base() )) - at ) ) + { + ASSERT( charSize > 0 ); + +--- tripwire-2.3.1-2/src/tripwire/tripwiremain.cpp.sopwith Sat Feb 24 14:02:12 2001 ++++ tripwire-2.3.1-2/src/tripwire/tripwiremain.cpp Fri Feb 1 01:11:59 2002 +@@ -122,11 +122,7 @@ + // set unexpected and terminate handlers + // Note: we do this before Init() in case it attempts to call these handlers + // TODO: move this into the Init() routine +-#if IS_GCC +- #define EXCEPTION_NAMESPACE +- #else +- #define EXCEPTION_NAMESPACE std:: +- #endif ++#define EXCEPTION_NAMESPACE std:: + EXCEPTION_NAMESPACE set_terminate(tw_terminate_handler); + EXCEPTION_NAMESPACE set_unexpected(tw_unexpected_handler); + +--- tripwire-2.3.1-2/src/twadmin/twadminmain.cpp.sopwith Fri Oct 27 20:26:22 2000 ++++ tripwire-2.3.1-2/src/twadmin/twadminmain.cpp Fri Feb 1 01:11:59 2002 +@@ -86,11 +86,7 @@ + // set unexpected and terminate handlers + // Note: we do this before Init() in case it attempts to call these handlers + // TODO: move this into the Init() routine +-#if IS_GCC +- #define EXCEPTION_NAMESPACE +- #else +- #define EXCEPTION_NAMESPACE std:: +- #endif ++#define EXCEPTION_NAMESPACE std:: + EXCEPTION_NAMESPACE set_terminate(tw_terminate_handler); + EXCEPTION_NAMESPACE set_unexpected(tw_unexpected_handler); + +--- tripwire-2.3.1-2/src/twparser/policyparser.cpp.sopwith Sat Feb 24 14:02:12 2001 ++++ tripwire-2.3.1-2/src/twparser/policyparser.cpp Fri Feb 1 01:11:59 2002 +@@ -228,7 +228,7 @@ + // at gets incremented when used.... + ) + { +- int nBytes = ::mblen( (char*)at, MB_CUR_MAX ); ++ int nBytes = ::mblen( at.base(), MB_CUR_MAX ); + if ( nBytes == -1 ) + { + d.TraceDebug( "Unrecognized Character: %c\n", *at ); +--- tripwire-2.3.1-2/src/twprint/twprintmain.cpp.sopwith Fri Oct 27 20:26:19 2000 ++++ tripwire-2.3.1-2/src/twprint/twprintmain.cpp Fri Feb 1 01:11:59 2002 +@@ -98,8 +98,8 @@ + #if IS_GCC + #define EXCEPTION_NAMESPACE + #else +- #define EXCEPTION_NAMESPACE std:: + #endif ++#define EXCEPTION_NAMESPACE std:: + EXCEPTION_NAMESPACE set_terminate(tw_terminate_handler); + EXCEPTION_NAMESPACE set_unexpected(tw_unexpected_handler); + +--- tripwire-2.3.1-2/src/Makefile.sopwith Sat Mar 3 23:03:52 2001 ++++ tripwire-2.3.1-2/src/Makefile Fri Feb 1 01:11:59 2002 +@@ -93,7 +93,7 @@ + # file to Makefile.linux_intel or something similar. + + MAKEFILE = Makefile +-GMAKE = gmake ++GMAKE = $(MAKE) + + #----------------------------------------------------------------------------- + # STLPORT +@@ -145,7 +145,7 @@ + + # It's handy for clean, .PHONY, etc. to have one big list + # +-targets = $(debugbinaries) $(debuglibraries) $(releasebinaries) $(releaselibraries) STLport_d STLport_r ++targets = $(debugbinaries) $(debuglibraries) $(releasebinaries) $(releaselibraries) + + + # Let make know these aren't real file names... +--- tripwire-2.3.1-2/src/make_include/i686-pc-linux.inc.sopwith Fri Oct 27 20:26:25 2000 ++++ tripwire-2.3.1-2/src/make_include/i686-pc-linux.inc Fri Feb 1 01:11:59 2002 +@@ -19,11 +19,11 @@ + # General variable definitions + # + +-GMAKE = /usr/bin/gmake ++GMAKE = $(MAKE) + CC = g++ + CXX = $(CC) + AR = ar +-SYSDEF=-D_REDHAT -D_IX86 -D_GCC ++SYSDEF=-D_REDHAT -D_IX86 -D_GCC $(RPM_OPT_FLAGS) + STLPORT=../STLport-4.0 + + # +@@ -33,7 +33,7 @@ + CXXFLAGS_R = -I.. -I$(STLPORT)/stlport -ftemplate-depth-32 + DEFINES_R = -DNDEBUG $(SYSDEF) + LINKFLAGS_R = -static +-LIBRARYFLAGS_R = -L../../lib/$(SYSPRE)_r -lm -lstlport_gcc ++LIBRARYFLAGS_R = -L../../lib/$(SYSPRE)_r -lm + ARFLAGS_R = crv + + # diff --git a/app-admin/tripwire/files/tripwire-2.3.1-gcc3.patch.bz2 b/app-admin/tripwire/files/tripwire-2.3.1-gcc3.patch.bz2 Binary files differdeleted file mode 100644 index 2aef20ecf0d4..000000000000 --- a/app-admin/tripwire/files/tripwire-2.3.1-gcc3.patch.bz2 +++ /dev/null diff --git a/app-admin/tripwire/files/tripwire-jbj.patch b/app-admin/tripwire/files/tripwire-jbj.patch new file mode 100644 index 000000000000..9906c23a40ec --- /dev/null +++ b/app-admin/tripwire/files/tripwire-jbj.patch @@ -0,0 +1,53 @@ +--- tripwire-2.3.1-2/src/core/resources.h.jbj 2002-11-16 13:08:59.000000000 -0500 ++++ tripwire-2.3.1-2/src/core/resources.h 2002-11-16 14:07:42.000000000 -0500 +@@ -98,7 +98,7 @@ + typedef Value& ValueRef; + typedef const Value& ConstValueRef; + +- typedef Table::value_type Pair; ++ typedef typename Table::value_type Pair; + + + +--- tripwire-2.3.1-2/src/core/archive.cpp.jbj 2002-11-16 13:42:37.000000000 -0500 ++++ tripwire-2.3.1-2/src/core/archive.cpp 2002-11-16 13:42:51.000000000 -0500 +@@ -45,7 +45,7 @@ + #include <fcntl.h> + #include <sys/types.h> + #include <sys/stat.h> +-#include <iostream.h> ++#include <iostream> + #include "file.h" + #include "stringutil.h" + +--- tripwire-2.3.1-2/src/core/stringutil.h.jbj 2002-11-16 13:44:39.000000000 -0500 ++++ tripwire-2.3.1-2/src/core/stringutil.h 2002-11-16 13:49:08.000000000 -0500 +@@ -169,7 +169,7 @@ + //- - - - - - - - - - - - - - - - - - - - - - - - - - + // required typedef ( to be a container it must have this... ) + //- - - - - - - - - - - - - - - - - - - - - - - - - - +- typedef _ParentT::value_type value_type; ++ typedef typename _ParentT::value_type value_type; + + //- - - - - - - - - - - - - - - - - - - - - - - - - - + // required constructors and assignment operators... +--- tripwire-2.3.1-2/src/tw/twutil.cpp.jbj 2002-11-16 14:34:10.000000000 -0500 ++++ tripwire-2.3.1-2/src/tw/twutil.cpp 2002-11-16 14:37:07.000000000 -0500 +@@ -672,7 +672,7 @@ + throw eSerializerInputStreamFmt(_T(""), filename, eSerializer::TY_FILE); + } + +- d.TraceDebug("Found a file header of type %d.\n", fileHeader.GetID()); ++ // d.TraceDebug("Found a file header of type %d.\n", fileHeader.GetID()); + + // check for a mismatched header + if (fileHeader.GetID() != cConfigFile::GetFileHeaderID()) +@@ -775,7 +775,7 @@ + throw eSerializerInputStreamFmt(_T(""), filename.c_str(), eSerializer::TY_FILE); + } + +- d.TraceDebug("Found a file header of type %d.\n", fileHeader.GetID()); ++ // d.TraceDebug("Found a file header of type %d.\n", fileHeader.GetID()); + + // check for a mismatched header + if (fileHeader.GetID() != cConfigFile::GetFileHeaderID()) diff --git a/app-admin/tripwire/files/tripwire-jbj.patch.bz2 b/app-admin/tripwire/files/tripwire-jbj.patch.bz2 Binary files differdeleted file mode 100644 index faa2b338068c..000000000000 --- a/app-admin/tripwire/files/tripwire-jbj.patch.bz2 +++ /dev/null diff --git a/app-admin/tripwire/files/tripwire-mkstemp.patch b/app-admin/tripwire/files/tripwire-mkstemp.patch new file mode 100644 index 000000000000..daeae8cc33a5 --- /dev/null +++ b/app-admin/tripwire/files/tripwire-mkstemp.patch @@ -0,0 +1,30 @@ +--- tripwire-2.3.1-2/src/core/unix/unixfsservices.cpp.mkstemp 2001-02-24 14:02:12.000000000 -0500 ++++ tripwire-2.3.1-2/src/core/unix/unixfsservices.cpp 2003-01-04 12:54:33.000000000 -0500 +@@ -243,6 +243,7 @@ + { + char* pchTempFileName; + char szTemplate[MAXPATHLEN]; ++ int fd; + + #ifdef _UNICODE + // convert template from wide character to multi-byte string +@@ -253,13 +254,12 @@ + strcpy( szTemplate, strName.c_str() ); + #endif + +- // create temp filename +- pchTempFileName = mktemp( szTemplate ); +- +- //check to see if mktemp failed +- if ( pchTempFileName == NULL || strlen(pchTempFileName) == 0) { +- throw eFSServicesGeneric( strName ); +- } ++ // create temp filename and check to see if mkstemp failed ++ if ((fd = mkstemp( szTemplate )) == -1) ++ throw eFSServicesGeneric( strName ); ++ else ++ close(fd); ++ pchTempFileName = szTemplate; + + // change name so that it has the XXXXXX part filled in + #ifdef _UNICODE diff --git a/app-admin/tripwire/files/tripwire-mkstemp.patch.bz2 b/app-admin/tripwire/files/tripwire-mkstemp.patch.bz2 Binary files differdeleted file mode 100644 index eb449d45169f..000000000000 --- a/app-admin/tripwire/files/tripwire-mkstemp.patch.bz2 +++ /dev/null |