diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-07 16:21:47 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-07 16:21:47 +0100 |
commit | aefa6fa625b07dd9d819d0aff30c229428bbc424 (patch) | |
tree | f81c98927248770bdcc8322f0cd2d9b2cda18341 /apt-pkg/acquire-item.h | |
parent | 0df1d3ac4312a2051b10478cf1c8b242864cb3b1 (diff) | |
parent | ef9425971e042680337120e5efaa628470ad68c4 (diff) |
* apt-pkg/acquire-item.{cc,h}:
- make the authentication download code more robust against
servers/proxies with broken If-Range implementations
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index 802d8d1ff..5088a41ae 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -622,6 +622,10 @@ struct IndexTarget class pkgAcqMetaSig : public pkgAcquire::Item { protected: + /** \brief The last good signature file */ + string LastGoodSig; + + /** \brief The fetch request that is currently being processed. */ pkgAcquire::ItemDesc Desc; |