paultag / go-debian

debian golang support library
https://pault.ag/go/debian
Other
81 stars 33 forks source link

Fix signature check to use modern format, drop test suite checking compliance with outdated format #116

Closed charles-dyfis-net closed 3 years ago

charles-dyfis-net commented 3 years ago

Since version 0.5, upstream debsig-verify has included debian-binary in the signed blob. However, its test suite never dropped files predating that change; in incorporating those files, this library was testing compliance with an outdated format.

paultag commented 3 years ago

Thanks @charles-dyfis-net !