FYI the missing key is CoreOS's app signing key https://coreos.com/security/app-signing-key/
Search Criteria
Package Details: etcd 3.5.18-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/etcd.git (read-only, click to copy) |
---|---|
Package Base: | etcd |
Description: | A highly-available key value store for shared configuration and service discovery. |
Upstream URL: | https://github.com/etcd-io/etcd |
Licenses: | Apache |
Submitter: | xeross |
Maintainer: | andrewSC |
Last Packager: | andrewSC |
Votes: | 45 |
Popularity: | 0.93 |
First Submitted: | 2013-10-02 12:54 (UTC) |
Last Updated: | 2025-01-25 02:04 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (4)
- cilium-git (optional)
- cronsun-bin
- kubedee (optional)
- kubedee-git (optional)
Sources (3)
clofresh commented on 2018-02-09 17:23 (UTC)
galaux commented on 2017-12-06 21:31 (UTC)
I finally came to the conclusion I do not have enough time to take care of this package. Orphaning. Sorry for the late realisation. Hopefully some good fellow will step up… :)
galaux commented on 2017-09-14 13:21 (UTC)
You could but adding `keyserver-options auto-key-retrieve` to `~/.gnupg/gpg.conf` enables `makepkg` to use the `validpgpkeys` provided in the PKGBUILD so that you can check the key is the one specified by the packager rather than having to pick one up by yourself.
imriss commented on 2017-09-14 12:43 (UTC)
To get the missing public key, you can use:
gpg --keyserver hkp://keys.gnupg.net/ --recv-key F804F4137EF48FD3
galaux commented on 2017-09-13 18:40 (UTC)
Updated. Sorry for the delay. Feel free to drop an email if I happen to miss updates.
monotykamary commented on 2017-09-09 01:05 (UTC)
I don't understand. I can bump the version locally and change the hashsums in literally under 20 seconds, yet there has been no attempt to update this package from either maintainers.
bastelfreak commented on 2017-08-12 21:24 (UTC)
Hi,
I created a patch for 3.2.5 https://p.bastelfreak.de/sDqO/
* bump version
* verify gpg signature
* switch to sha512sum
* use proper quotes to prevent globbing
Fragment commented on 2017-07-06 14:50 (UTC)
Hi there!
I found some of new versions.
The latest is 3.2.1
The new sha256sum is this↓
de5064e6ed2902b2fbc177726eafe6023ce7cebc9f0ce68c633eae61c4b86934
I just tried makepkg command with using the information, and pass it!
But, I didn't test the software...
waseem commented on 2017-05-19 23:57 (UTC)
@galaux Thank you!
Pinned Comments
galaux commented on 2018-02-25 17:41 (UTC)
Adding
keyserver-options auto-key-retrieve
to~/.gnupg/gpg.conf
enablesmakepkg
to use thevalidpgpkeys
provided in the PKGBUILD so that it can check the signature is the valid regarding the key specified by the packager.