From: Joerg Jaspert Date: Fri, 30 Oct 2009 19:52:06 +0000 (+0100) Subject: sig verify X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=320126c3d0849c453896cd9f2fd570bff38c307c;p=dak.git sig verify dont barf on policy_url in a sig, even if the usge of that is pretty pointless for things uploaded to the archive. Signed-off-by: Joerg Jaspert --- diff --git a/daklib/utils.py b/daklib/utils.py index 6ec92f89..05287483 100755 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -1362,7 +1362,7 @@ def check_signature (sig_filename, data_filename="", keyrings=None, autofetch=No # Finally ensure there's not something we don't recognise known_keywords = dict(VALIDSIG="",SIG_ID="",GOODSIG="",BADSIG="",ERRSIG="", SIGEXPIRED="",KEYREVOKED="",NO_PUBKEY="",BADARMOR="", - NODATA="",NOTATION_DATA="",NOTATION_NAME="",KEYEXPIRED="") + NODATA="",NOTATION_DATA="",NOTATION_NAME="",KEYEXPIRED="",POLICY_URL="") for keyword in keywords.keys(): if not known_keywords.has_key(keyword):