Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expired signature for ubuntu sources #422

Open
jagottsicher opened this issue Apr 24, 2021 · 2 comments
Open

expired signature for ubuntu sources #422

jagottsicher opened this issue Apr 24, 2021 · 2 comments

Comments

@jagottsicher
Copy link

Failed to fetch https://dl.bintray.com/decentfoundation/ubuntu/dists/bionic/Release.gpg The following signatures were invalid: EXPKEYSIG 6516A95BFA829021 DECENT Group [email protected]

@lukaskiss222
Copy link

lukaskiss222 commented Jul 21, 2021

You should omit these commands:

curl https://bintray.com/user/downloadSubjectPublicKey?username=decentfoundation | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://dl.bintray.com/decentfoundation/$(lsb_release -is | tr "[:upper:]" "[:lower:]") $(lsb_release -cs) libpbc"

and run the third without libpbc-dev.
sudo apt-get install build-essential make cmake g++ doxygen git libreadline-dev libcrypto++-dev libgmp-dev libssl-dev libcurl4-openssl-dev libboost-all-dev zlib1g-dev

Then install
sudo apt-get install bison flex m4

Lastly install PBC unsing this link https://www.programmersought.com/article/70963054062/

after this you should be able to install dcore following from

mkdir ~/dev

@jagottsicher
Copy link
Author

You should omit these commands:

curl https://bintray.com/user/downloadSubjectPublicKey?username=decentfoundation | sudo apt-key add -

sudo add-apt-repository "deb [arch=amd64] https://dl.bintray.com/decentfoundation/$(lsb_release -is | tr "[:upper:]" "[:lower:]") $(lsb_release -cs) libpbc"

and run the third without libpbc-dev.

sudo apt-get install build-essential make cmake g++ doxygen git libreadline-dev libcrypto++-dev libgmp-dev libssl-dev libcurl4-openssl-dev libboost-all-dev zlib1g-dev

Then install

  sudo apt-get install bison flex m4

Lastly install PBC unsing this link https://www.programmersought.com/article/70963054062/

after this you should be able to install dcore following from

mkdir ~/dev

Thanks for that detailed approach!

Basically, get a new pubkey, add new repo, build without libpbc-dev, install latest libpc.

Isn't that some reason insecure practice?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants