Package Details: web-eid-native 2.6.0.654-1

Git Clone URL: https://aur.archlinux.org/web-eid.git (read-only, click to copy)
Package Base: web-eid
Description: Web eID native application
Upstream URL: https://www.id.ee/
Keywords: esteid
Licenses: MIT
Conflicts: chrome-token-signing
Submitter: kevku
Maintainer: kevku
Last Packager: kevku
Votes: 3
Popularity: 0.000009
First Submitted: 2021-05-09 05:23 (UTC)
Last Updated: 2024-10-08 17:48 (UTC)

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.

Latest Comments

« First ‹ Previous 1 2

zeroconf commented on 2022-07-27 16:04 (UTC)

There will be error during update:

==> Sources are ready.
==> Making package: web-eid 2.1.0.565-1
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
~/.cache/yay/web-eid/PKGBUILD: line 44: cmake: command not exist
==> ERROR: A failure occurred in build().
    Aborting...

Perhaps is a good idea to put cmake as dependency with parameter --needed - if not installed, then it will be; otherwise untouched. After manually installed cmake, also update went flawlessly.

zeroconf commented on 2022-03-20 19:05 (UTC)

Anyway, if there could be the key imported automatically, then we would not need to do it manually. Seems like other ID-card software components already can import keys.

kevku commented on 2022-03-17 06:35 (UTC)

you don't need to trust the keys for makepkg gpg verification.

zeroconf commented on 2022-03-17 00:28 (UTC)

:: PGP keys need importing:
 -> 1282B0F8809D0DC632C85A3F86B611CE24492160, required by: web-eid  web-eid-webextension (firefox-extension-web-eid chromium-extension-web-eid)
==> Import? [Y/n] y
:: Importing keys with gpg...
gpg: võtmeserverilt lugemine ebaõnnestus: No data
error: target not found: gtest
error: target not found: nodejs-lts-fermium
error: target not found: nodejs-nopt
error: target not found: semver
error: target not found: node-gyp
error: target not found: npm
 -> problem importing keys

when to look https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=web-eid then there is a link as a comment to proper GPG-key

# Mart Somermaa https://github.com/mrts.gpg

Then:

# download to standard output and then import the key from there
wget -q -O- https://github.com/mrts.gpg | gpg --import -

# trust imported keys
for i in $(gpg --list-keys --with-colons --fingerprint | sed -n 's/^fpr:::::::::\([[:alnum:]]\+\):/\1/p') ; do printf "trust\n5\ny\nquit" | gpg -q --no-tty --command-fd 0 --status-fd 2 --expert --edit-key $i 2>/dev/null 1>/dev/null ; done

Then there is possible to install web-eid, also browser extensions firefox-extension-web-eid, chromium-extension-web-eid.

yupi commented on 2022-03-08 12:17 (UTC) (edited on 2022-03-08 12:22 (UTC) by yupi)

The pgp key import fails:

:: 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

the log shows:

'https://162.213.33.9:443/pks/lookup?op=get&options=mr&search=0x1282B0F8809D0DC632C85A3F86B611CE24492160': http status 404

eatsaq commented on 2021-09-25 21:39 (UTC)

qt5-svg is missing from makedepends.

eatsaq commented on 2021-09-25 21:38 (UTC)

You can get the pubkey at https://github.com/mrts.gpg - could we ask Mart to upload it to a keyserver like pgp.mit.edu?

PowaBanga commented on 2021-06-28 12:49 (UTC) (edited on 2021-06-28 12:49 (UTC) by PowaBanga)

==> Verifying source file signatures with gpg...
    web-eid git repo ... FAILED (unknown public key 86B611CE24492160)
==> ERROR: One or more PGP signatures could not be verified!

:(