On Sun, Dec 22 2019, Hans Jerry Illikainen wrote: > Changes since v1: > * Fixed compatibility with gpg1 in parse_gpg_output(). One significant > difference between gpg1 and gpg2 is that the trust levels above > TRUST_NEVER are written without any additional space-separated > information in gpg1 [3]. This broke the logic in the previous > iterations, because the end of the TRUST_ string were searched for by > looking for a space character. Now a new-line is used as a fallback. [3] https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=doc/DETAILS;h=de0f21ccba60c3037c2a155156202df1cd098507;hb=refs/heads/STABLE-BRANCH-1-4#l286 (missed reference in the cover letter) -- hji