autopkg / jss-recipes

AutoPkg recipes that use JSSImporter to upload software packages to your JSS.
84 stars 63 forks source link

Google Earth Pro.jss.recipe Error #209

Closed killer23d closed 4 years ago

killer23d commented 4 years ago

Looks like there is a code change and caused the error:

Error in local.jss.Google Earth Pro: Processor: CodeSignatureVerifier: Error: Mismatch in authority names. Note that all verification can be disabled by setting the variable DISABLE_CODE_SIGNATURE_VERIFICATION to a non-empty value.

Repo were updated and Trust Info updated for Overrides already.

homebysix commented 4 years ago

Hi @killer23d - JSS recipes don't contain code signature verification information. The parent recipe might contain the string that needs updating: https://github.com/autopkg/nmcspadden-recipes/blob/master/GoogleEarthPro/GoogleEarthPro.download.recipe#L37

However, I'm also open to a PR that changes the parent recipe to nstrauss's, per https://github.com/autopkg/nmcspadden-recipes/issues/36.