]> git.saurik.com Git - apple/security.git/blobdiff - libsecurity_codesigning/gke/gkrecord
Security-55471.tar.gz
[apple/security.git] / libsecurity_codesigning / gke / gkrecord
index 52616881b0c9966c7e6a23e3a949724f38c06c53..47a1aceae0b073a028fac3a70c257be16677680a 100755 (executable)
@@ -141,7 +141,8 @@ for line in file:
                        path=path,
                        type=type,
                        status=status,
-                       cdhash=cdhash
+                       cdhash=cdhash,
+                       version=2
                )
        elif cmd == "SIGNATURE":
                (type, sigpath, path) = args.split(";", 2)