autopkg / nstrauss-recipes

Public AutoPkg recipes
23 stars 27 forks source link

Camtasia - CodeSignatureVerifier #75

Closed joshnovotny closed 4 months ago

joshnovotny commented 4 months ago

Code signature verification failed. Note that all verifications can be disabled by setting the variable DISABLE_CODE_SIGNATURE_VERIFICATION to a non-empty value. Failed.

The following recipes failed: camtasia.pkg Error in com.github.nstrauss.pkg.Camtasia: Processor: CodeSignatureVerifier: Error: Code signature verification failed. Note that all verifications can be disabled by setting the variable DISABLE_CODE_SIGNATURE_VERIFICATION to a non-empty value.

New version just came out in the past few days.

nstrauss commented 4 months ago

@joshnovotny My pkg recipe uses https://github.com/autopkg/jps3-recipes/blob/master/Camtasia/Camtasia.download.recipe as a parent recipe. New value should be...

identifier "com.techsmith.camtasia2024" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = "7TQL462TU8"

PR created https://github.com/autopkg/jps3-recipes/pull/104