[Rpm-maint] [rpm-software-management/rpm] Add support for the pgpDig family of functions to the Sequoia backend (Issue #2142)

Neal H. Walfield notifications at github.com
Thu Aug 4 16:07:34 UTC 2022


@pmatilai: All of the functions are relatively straightforward to implement.  The only trickiness is `pgpPrtPkts`, which takes an argument `printing`, which causes the function to print out information about the parsed packets.  I [searched on github](https://github.com/search?q=pgpPrtPkts&type=Code) and it looks like most callers disable printing.  I found two exceptions in the first dozen pages of matches.  There is a command line tool [allows the user to set the printing parameter on the command line](https://github.com/svpv/altrpm/blob/3d70a2c81e1524b93a20b89a43c214f74acb259b/rpmio/tring.c#L10).  And [this python binding](https://github.com/Conan-Kudo/rpm-histfix/blob/8d1ba799231b176fd5df5503228676fc1e682786/python/rpmts-py.c#L429) prints unconditionally.

How exactly should the printing output generated by Sequoia match the current printing output?  Byte for byte?  Just some general diagnostics?  Thanks.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2142#issuecomment-1205458550
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/2142/1205458550 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220804/aded783e/attachment.html>


More information about the Rpm-maint mailing list