diff options
author | Julian Andres Klode <jak@debian.org> | 2019-01-22 15:02:36 +0000 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2019-01-22 15:02:36 +0000 |
commit | 690bc2923814b3620ace1ffcb710603f81fa217f (patch) | |
tree | 8380002362e00afea87f1157e89505c0e6e8371f /apt-pkg/acquire-item.h | |
parent | 5eb01ec13f3ede4bae5e60eb16bd8cffb7c03e1b (diff) | |
parent | 7bf533967fb385b9625a1ee4dd7c6542a84b489c (diff) |
Merge branch 'pu/gpgvsignedby' into 'master'
Report keys used to sign file from gpgv method to acquire system
See merge request apt-team/apt!44
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index 4a1378922..70651d9e3 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -451,8 +451,9 @@ class APT_HIDDEN pkgAcqMetaBase : public pkgAcqTransactionItem /*{{{*/ * * \param Message The message block received from the fetch * subprocess. + * \param Cnf The method and its configuration which handled the request */ - bool CheckAuthDone(std::string const &Message); + bool CheckAuthDone(std::string const &Message, pkgAcquire::MethodConfig const *const Cnf); /** Check if the current item should fail at this point */ bool CheckStopAuthentication(pkgAcquire::Item * const I, const std::string &Message); |