[Rpm-maint] [rpm-software-management/rpm] How to change a header value of something in the base and in the package file itself? (#478)

Jeff Johnson notifications at github.com
Fri Jul 27 15:13:32 UTC 2018


See rpmReadPackageFile() in lib/package.c for the replacement interface.

The code has been refactored to perform all I/O first and then load data structures in order to interpose signature and digest checking on sections of a package file before loading.

The original interface -- which had to run on i486 machines with limited memory -- performed checks on the fly to avoid having header blobs coresident in memory.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/478#issuecomment-408448951
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180727/3e43209c/attachment.html>


More information about the Rpm-maint mailing list