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
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to