-pgp
Tell GenPatch to create a binary signature of the create patch file.
-pgp-output="filename"
Tell GenPatch to use a filename for the signature. The character "%" is replaced with the filename of the patch without the .utp or .exe suffix and the default is "%.SIG", so for "patch.utp" and usage of "-pgp" you get "patch.SIG" by default.
-pgp-args="pgp args to use"
This option allows you to use custom options for the call to pgp. The "%" is replaced with the patch file name and "-sb %" is the default. Use this to specify other than the default private key for signature, to produce ASCII signatures instead of binary or other advanced features of "pgp".
-pgp-path=directory -pgp-path=exepath
Use these options if your pgp installation is not located in the system path or you want to use a different pgp version. You can specify only the directory path if the pgp executable has the standard name, but also the full path which is required if the executable is not named "pgp".
-md5
Tell GenPatch to call the external "md5sum" program to create a checksum file for the created patch file.
-md5-path=directory -md5-path=exepath
Use these options if your md5sum installation is not located in the system path or you want to use a different md5sum version. You can specify only the directory path if the md5sum executable has the standard name, but also the full path which is required if the executable is not named "md5sum"