An error occurred while fetching pending comments
community/pdns-recursor: upgrade to 4.5.6
1 unresolved thread
1 unresolved thread
Compare changes
+ 4
− 4
@@ -14,7+14,7 @@
@@ -82,7+82,7 @@
The problem here is that the hash of this file changed, but the exact same file already existed on the builders. This is why files have version in their names normally, that way they can never interfere.
If you rename it to e.g.
$pkgname-$pkgver-GPGKEYS
then you wouldn't have this problem, but preferably upstream starts versioning that file rather than just replacing it for a new one every once and while.@Habbie please use the Gitlab threads functionality to respond and keep context obvious.
What is the key used for anyway? If it's just to check the source tarball hasn't been tampered with, then yes that's what the hashing check is for and you can just get rid of the file.
Apologies, I'm not used to Gitlab. Will try to keep it in mind.
As for what it's used for, I'm unsure. I also noticed shellcheck complaining on the MR linter pipeline:
_gpg_signature_extensions appears unused. Verify use (or export if used externally).
Yeah I'm unsure why those variables are there.
The file doesn't seem to be used, let's just get rid of it (and also those gpg signature variables) and see if it builds as is. Please make a new MR for it if it does
Will do!