goreleaser / nfpm

nFPM is Not FPM - a simple deb, rpm, apk, ipk, and arch linux packager written in Go
https://nfpm.goreleaser.com/
MIT License
2.14k stars 156 forks source link

fix(deb): dpkg-sig format #841

Closed KSpaceer closed 2 months ago

KSpaceer commented 2 months ago

Closes #840

Applying hex-encoding to MD5 and SHA1 hashes in dpkg-sig signing method, adding newlines between single file lines.

Verifying digests in dpkg-sig unit testing

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 72.72727% with 3 lines in your changes missing coverage. Please review.

Project coverage is 73.15%. Comparing base (d33a923) to head (779b2e0). Report is 1 commits behind head on main.

Files Patch % Lines
internal/sign/pgp.go 40.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #841 +/- ## ========================================== + Coverage 73.12% 73.15% +0.03% ========================================== Files 22 22 Lines 2489 2492 +3 ========================================== + Hits 1820 1823 +3 Misses 463 463 Partials 206 206 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

caarlos0 commented 2 months ago

awesome find! many thanks 🙏