Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  Vivaldi-Aktualisierung aus dem Repo defekt / Vivaldi update from repo broken  (Read 9673 times)

Offline samoht

  • User
  • Posts: 478
Die automatische Aktualisierung des Vivaldi-Browsers aus dem Vivaldi-Repo funktioniert hier seit geraumer Zeit nicht mehr.
Fehlermeldung:

The automatic update of the Vivaldi browser from the Vivaldi repo has not been working here for quite some time.
Error message:

Code: [Select]
http://repo.vivaldi.com/snapshot/deb stable Release.gpg
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 793FEB8BB69735B2
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repo.vivaldi.com/snapshot/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 793FEB8BB69735B2
W: Failed to fetch http://repo.vivaldi.com/snapshot/deb/dists/stable/Release.gpg  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 793FEB8BB69735B2

Der Schlüssel-Import klappt nicht:

The key import does not work:

Code: [Select]
# wget -qO- https://repo.vivaldi.com/snapshot/linux_signing_key.pub | apt-key add -
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8))

Mein Bugreport blieb unbeantwortet und eine entsprechende Diskussion im Forum verlief ohne Ergebnis.
Weiß jemand Rat?

My bug report remained unanswered and a corresponding discussion in the forum was without result.
Does anyone know advice?

Greetings,
Tom

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Quote
Weiß jemand Rat?
Nuja, Vivaldi nicht benutzen?

Aber mal ehrlich, hier kann dir keiner helfen, Vivaldi propritäre Software und gibts auch nur direkt vom Hersteller.
Ergo kann auch nur der Hersteller sein Repo fixen.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline samoht

  • User
  • Posts: 478
Recht hast Du natürlich, @towo, das ist nicht open source.
Also habe ich auch in dieses Unterforum gepostet.

Außerhalb des Protokolls; das soll jetzt keinen Glaubenskrieg entfachen:
Ich bin sicher, dass einige siduction-Nutzer vivaldi einsetzen, und eventuell etwas zu dieser Frage beitragen können.
Ebenso bin ich sicher, dass nicht alle Linux-Nutzer ausnahmslos open source-Pakete einsetzen.

Offline der_bud

  • User
  • Posts: 1.072
  • member
Von der offiziellen Hilfeseite  https://help.vivaldi.com/desktop/install-update/obtaining-official-builds/  :
Quote
Debian/Ubuntu
Open a terminal window and issue the following to fetch a copy of our public key, securely over https:
    wget https://repo.vivaldi.com/stable/linux_signing_key.pub
Import the key into the GPG keyring of your local user:
    gpg --import linux_signing_key.pub
You can now verify that the signature is valid, like so (adjust the file name to account for the current version and architecture):
    dpkg-sig --verify vivaldi-stable_2.1.1337.51-1_amd64.deb
If everything is ok, it should return a result that includes “GOODSIG” and a 41 character, key ID that should end with
“B69735B2”—Older packages are signed with “4A3AA3D6”.
Hilft das vielleicht?
Du lachst? Wieso lachst du? Das ist doch oft so, Leute lachen erst und dann sind sie tot.

Offline samoht

  • User
  • Posts: 478
Vielen Dank, @der_bud, Du hast mich auf die richtige Spur gesetzt!

Mittlerweile hat Christian Rauch im Vivaldi-Forum den Weg gefunden, den Schlüssel an den Debian-kompatiblen Ort im passenden Format zu kopieren.

https://forum.vivaldi.net/post/438049

Für eventuell vorhandene Debian-Vivaldi-Nutzer ( ;) ) hier seine Lösung:

Quote
- import the public Vivaldi key via gpg:
    $ gpg --import linux_signing_key.pub

- export GnuPG:
    $ gpg --export packager@vivaldi.com > vivaldi.gpg

- move gpg key to apt keys:
    # mv vivaldi.gpg /etc/apt/trusted.gpg.d/

- delete the gpg key again:
    $ gpg --delete-keys packager@vivaldi.com

Die Vivaldi-Entwickler haben hier offenbar noch etwas zu erledigen, wie @towo schon angemerkt hat  >:(