[ioquake3] 105/136: Add a log message if manifest is valid.

Simon McVittie smcv at debian.org
Thu Jun 15 09:09:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit 749e17ab1dd7cc31f4189a8050d24b21e82800b2
Author: Ryan C. Gordon <icculus at icculus.org>
Date:   Sun Jun 4 02:23:49 2017 -0400

    Add a log message if manifest is valid.
---
 code/autoupdater/autoupdater.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/code/autoupdater/autoupdater.c b/code/autoupdater/autoupdater.c
index d7aa51d..221381b 100644
--- a/code/autoupdater/autoupdater.c
+++ b/code/autoupdater/autoupdater.c
@@ -666,6 +666,7 @@ static void verifySignature(const char *fname, const char *sigfname, const char
         die("Manifest is incomplete, corrupt, or compromised");
     }
 
+    info("Manifest signature appears to be valid");
     rsa_free(&key);
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list