You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2018. It is now read-only.
Whenever a database signature is corrupted or missing, pacaur does not parse the input properly and instead picks up invalid and signature)) as chosen packages.
The pacman.conf entry is the following one:
[quarry]
Server = http://pkgbuild.com/~anatolik/quarry/$arch
Database signature checking is on.
Notice: it is not pacaur that corrupts the DB signature.
You can reproduce by teeing some junk in /var/lib/pacman/sync/quarry.db.sig.
Output
$ LANG=C pacaur -Su
error: quarry: signature from "Anatol Pomozov <[email protected]>" is invalid
error: database 'quarry' is not valid (invalid or corrupted database (PGP signature))
:: Starting AUR upgrade...
error: quarry: signature from "Anatol Pomozov <[email protected]>" is invalid
error: database 'quarry' is not valid (invalid or corrupted database (PGP signature))
there is nothing to do
$ LANG=C pacaur -S telegram-desktop-bin
error: quarry: signature from "Anatol Pomozov <[email protected]>" is invalid
error: database 'quarry' is not valid (invalid or corrupted database (PGP signature))
:: Packages invalid signature)) not found in repositories, trying AUR...
:: resolving dependencies...
error: quarry: signature from "Anatol Pomozov <[email protected]>" is invalid
error: database 'quarry' is not valid (invalid or corrupted database (PGP signature))
error: quarry: signature from "Anatol Pomozov <[email protected]>" is invalid
:: no results found for invalid
:: no results found for signature))
Version
pacaur -v
Description
Whenever a database signature is corrupted or missing,
pacaur
does not parse the input properly and instead picks upinvalid
andsignature))
as chosen packages.The
pacman.conf
entry is the following one:Database signature checking is on.
Notice: it is not
pacaur
that corrupts the DB signature.You can reproduce by
tee
ing some junk in/var/lib/pacman/sync/quarry.db.sig
.Output
Debug output
The text was updated successfully, but these errors were encountered: