[Rpm-maint] [rpm-software-management/rpm] RFE: Permit adding arbitrary tag types in headers (#416)

Jeff Johnson notifications at github.com
Wed Mar 14 15:27:36 UTC 2018


Parallel to adding arbitrary tagno's by computing a hash from a canonicalized string, rpm should permit adding arbitrary data types in header tags.

The default "unknown" accessor should return an octet blob type with a count computed from offsets in the data area (hence leaving the count field to be used for other purposes, such as size of an array item, to return item count for an array of items like sizeof(array)/sizeof(array[0]) analogue to C code).

The default alignment for arbitrary tag types in the data area should be 8

The biggest impediment to implementing arbitrary tag types will be getting past the sanity check on the tag type range (which has just been fixed).



-- 
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/416
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180314/7e8f5f81/attachment.html>


More information about the Rpm-maint mailing list