diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-07 15:55:22 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-07 15:55:22 +0100 |
commit | ef9425971e042680337120e5efaa628470ad68c4 (patch) | |
tree | 8488ba7d0233956fed62af3598452c29c056e9f9 /apt-pkg/acquire-item.h | |
parent | 8076139ead08124e86be5f993baa8a43c22b0137 (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 edd910230..a48f7f7e5 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -609,6 +609,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; |