I agree with @RubenKelevra that checksums should be used.
@Eschwartz: security wasn't mentioned in his comment, but if he had mentioned it, he would have been right to.
A checksum would ensure that the source hasn't changed since the package maintainer downloaded it. This:
(1) Protects users against targeted MitM attacks (e.g. an oppressive government pretending to be GitHub), and
(2) Protects against an attacker taking over the zfsonlinux GitHub account, and pointing the existing tag at some malicious code (as long as the breach happens after the AUR maintainer downloads the source).
That sounds like a security improvement to me!
As @RubenKelevra notes, there's also a PGP signed .asc file available, and there's no good reason why this shouldn't be used.
As for the pointless whatabout-ism, yes there may be other (higher-profile) packages which make the same mistake, but that's no reason not to fix it here. It shouldn't be necessary to comment on every single one to be allowed the privilege of commenting here.
Pinned Comments
kstolp commented on 2023-09-29 00:34 (UTC)
When requesting changes, please include detailed reasoning for the change.
kstolp commented on 2023-01-07 09:31 (UTC)
If you receive this error when trying to build, it is because you have not imported the GPG keys used for verification.
You have two options:
1) Import the two keys into your keyring. ArchWiki article. You can find the key IDs in the PKGBUILD file, in the
validpgpkeys
array. (recommended)2) Alternatively, you can skip this verification by passing the
--skippgpcheck
argument tomakepkg
when building. (not recommended)