]> git.saurik.com Git - apt.git/commitdiff
Make the weak signature message less ambigious
authorJulian Andres Klode <jak@debian.org>
Wed, 16 Mar 2016 19:02:53 +0000 (20:02 +0100)
committerJulian Andres Klode <jak@debian.org>
Wed, 16 Mar 2016 19:37:42 +0000 (20:37 +0100)
There was a complaint that, in the previous message,
the key fingerprint could be mistaken for a SHA1 digest
due to the (SHA1) after it.

Gbp-Dch: ignore

methods/gpgv.cc

index f355aaac345911ec257287d4131dff9ff131fa77..70207e6150ff52061ed47e9e23a021aaa8ab83e8 100644 (file)
@@ -311,7 +311,7 @@ bool GPGVMethod::URIAcquire(std::string const &Message, FetchItem *Itm)
    if (NotWarnAboutSigners.empty()) {
       for (auto const & Signer : SoonWorthlessSigners)
          // TRANSLATORS: The second %s is the reason and is untranslated for repository owners.
-         Warning(_("Weak signature from %s (%s)"), Signer.key.c_str(), Signer.note.c_str());
+         Warning(_("Signature by key %s uses weak digest algorithm (%s)"), Signer.key.c_str(), Signer.note.c_str());
    }
 
    if (GoodSigners.empty() || !BadSigners.empty() || !NoPubKeySigners.empty())