FYI when next release comes and if build fails then see this https://github.com/web-eid/libelectronic-id/issues/122
TL;DR -DCMAKE_BUILD_TYPE=RelWithDebInfo
Git Clone URL: | https://aur.archlinux.org/web-eid.git (read-only, click to copy) |
---|---|
Package Base: | web-eid |
Description: | Web eID Firefox extension (signed) |
Upstream URL: | https://www.id.ee/ |
Keywords: | esteid |
Licenses: | MIT |
Conflicts: | chrome-token-signing |
Submitter: | kevku |
Maintainer: | kevku |
Last Packager: | kevku |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-05-09 05:23 (UTC) |
Last Updated: | 2024-10-08 17:48 (UTC) |
FYI when next release comes and if build fails then see this https://github.com/web-eid/libelectronic-id/issues/122
TL;DR -DCMAKE_BUILD_TYPE=RelWithDebInfo
This the same version number as used by the official build on Ubuntu. Ubuntu is the only officially supported Linux platform by the developer. In the past the full version number was also used in remote checks and nagged user to update if it was lower than the Ubuntu one but that was fixed.
Hello, on 2024/01/22 I asked by email why you are adding a part to pkgver=
which don't exist upstream, this is also valid for your other pkgbuilds libdigidocpp
and qdigidoc4
AUR web-eid on https://repology.org/project/web-eid/versions is rightly marked as incorrect version provider
to enable legacy TLS CCA auth use opensc pkcs11-register
(firefox, firefox-esr, thunderbird, chromium)
or add opensc pkcs11 module manually to Security Devices.
For importing the gpg key, this command works for me:
curl https://github.com/mrts.gpg | gpg --import
1282B0F8809D0DC632C85A3F86B611CE24492160 is https://github.com/mrts.gpg
the key from https://github.com/metsma.gpg isn't enough, because I already had it apparently (because it's D1EBC666EFCBFBD3CFC2EBAA90C0B5E75C3B195D).
gpg --import scripts/metsma.gpg
gpg: key 90C0B5E75C3B195D: "Raul Metsma <raul@metsma.ee>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
and it still complains not being able to download 1282B0F8809D0DC632C85A3F86B611CE24492160
I tried to add the key but it fails, which key server should I use?
gpg --recv-key 1282B0F8809D0DC632C85A3F86B611CE24492160
you can also get the key from github: https://github.com/metsma.gpg
while trying to install web-eid-firefox
got:
:: (1/1) Parsing SRCINFO: web-eid
gpg: error reading key: No public key
pub rsa2048 2013-11-18 [SC]
D1EBC666EFCBFBD3CFC2EBAA90C0B5E75C3B195D
uid [ unknown] Raul Metsma <raul@metsma.ee>
uid [ unknown] Raul Metsma <raul.metsma@eesti.ee>
uid [ unknown] Raul Metsma <raul.metsma@maddog.ee>
uid [ unknown] Raul Metsma <raul.metsma@raulwalter.com>
sub rsa2048 2013-11-18 [E]
:: PGP keys need importing:
-> 1282B0F8809D0DC632C85A3F86B611CE24492160, required by: web-eid
:: Import? [Y/n]
:: Importing keys with gpg...
gpg: keyserver receive failed: No data
-> problem importing keys
Pinned Comments
kevku commented on 2024-10-13 11:18 (UTC) (edited on 2024-10-13 11:18 (UTC) by kevku)
to enable legacy TLS CCA auth use opensc
pkcs11-register
(firefox, firefox-esr, thunderbird, chromium)or add opensc pkcs11 module manually to Security Devices.