acquire-item.h   acquire-item.h 
skipping to change at line 855 skipping to change at line 855
string MetaSigURI; string MetaSigURI;
/** \brief A "URI-style" description of the meta-signature file */ /** \brief A "URI-style" description of the meta-signature file */
string MetaSigURIDesc; string MetaSigURIDesc;
/** \brief A brief description of the meta-signature file */ /** \brief A brief description of the meta-signature file */
string MetaSigShortDesc; string MetaSigShortDesc;
public: public:
void Failed(string Message,pkgAcquire::MethodConfig *Cnf); void Failed(string Message,pkgAcquire::MethodConfig *Cnf);
virtual string Custom600Headers();
/** \brief Create a new pkgAcqMetaClearSig. */ /** \brief Create a new pkgAcqMetaClearSig. */
pkgAcqMetaClearSig(pkgAcquire *Owner, pkgAcqMetaClearSig(pkgAcquire *Owner,
string const &URI, string const &URIDesc, string const &Shor tDesc, string const &URI, string const &URIDesc, string const &Shor tDesc,
string const &MetaIndexURI, string const &MetaIndexURIDesc, string const &MetaIndexShortDesc, string const &MetaIndexURI, string const &MetaIndexURIDesc, string const &MetaIndexShortDesc,
string const &MetaSigURI, string const &MetaSigURIDesc, stri ng const &MetaSigShortDesc, string const &MetaSigURI, string const &MetaSigURIDesc, stri ng const &MetaSigShortDesc,
const vector<struct IndexTarget*>* IndexTargets, const vector<struct IndexTarget*>* IndexTargets,
indexRecords* MetaIndexParser); indexRecords* MetaIndexParser);
}; };
/*}} }*/ /*}} }*/
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added


 config.h   config.h 
skipping to change at line 41 skipping to change at line 41
/* Define if we have enabled pthread support */ /* Define if we have enabled pthread support */
/* #undef HAVE_PTHREAD */ /* #undef HAVE_PTHREAD */
/* If there is no socklen_t, define this for the netdb shim */ /* If there is no socklen_t, define this for the netdb shim */
/* #undef NEED_SOCKLEN_T_DEFINE */ /* #undef NEED_SOCKLEN_T_DEFINE */
/* Define the arch name string */ /* Define the arch name string */
#define COMMON_ARCH "i386" #define COMMON_ARCH "i386"
/* The version number string */ /* The version number string */
#define VERSION "0.8.12" #define VERSION "0.8.13"
/* The package name string */ /* The package name string */
#define PACKAGE "apt" #define PACKAGE "apt"
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/