cavaliergopher / rpm

A Go implementation of the RPM file format
BSD 3-Clause "New" or "Revised" License
169 stars 44 forks source link

Fix md5 checksum for big RPMs #34

Open cclerget opened 7 months ago

cclerget commented 7 months ago

Big RPMs don't set size in RPMSIGTAG_SIGSIZE but use RPMSIGTAG_LONGSIGSIZE instead

cclerget commented 5 months ago

Hey @cavaliercoder , any chance to get it reviewed ?