No problem @denisfalqueto.
The newer version of safesign 3.7.0 if you want to update:
Release of SafeSign Identity Client version 3.7 for Microsoft, MacOS and Linux
Git Clone URL: | https://aur.archlinux.org/safesignidentityclient.git (read-only, click to copy) |
---|---|
Package Base: | safesignidentityclient |
Description: | Smart card PKCS#11 provider and token manager |
Upstream URL: | https://certificaat.kpn.com/installatie-en-gebruik/installatie/pas-usb-stick/linux/ |
Licenses: | custom:copyright |
Conflicts: | safesign-lib |
Submitter: | denisfalqueto |
Maintainer: | pedrohqb (geyslan) |
Last Packager: | pedrohqb |
Votes: | 12 |
Popularity: | 0.034037 |
First Submitted: | 2015-04-10 02:25 (UTC) |
Last Updated: | 2024-05-28 00:42 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »
No problem @denisfalqueto.
The newer version of safesign 3.7.0 if you want to update:
Release of SafeSign Identity Client version 3.7 for Microsoft, MacOS and Linux
Thanks @illusion for the heads up. It's good they dropped wxgtk2 as a dependency. I can get rid of it in my box now.
You may need to install wxgtk3 because it's a required dep, I think wxgtk2 is deprecated in this version.
Sorry for the delay in updating. Just got some time today and updated it to 3.6.0.0, according to @illusioon's comment. Thanks again for helping out.
https://certificaat.kpn.com/installatie-en-gebruik/installatie/pas-usb-stick/linux/
Creio que seja uma versão mais atualizada do safesignidentityclient
https://safesign.gdamericadosul.com.br/download (aqui tem a versão 3.7)
Que segundo a aeteurope é a última versão disponível:
Good catch, @euzao. Updated again, just a pkgver bump.
Thanks for the update. It is also important to update the URL above accordingly.
Updated package, according to new version suggested by @gravity. Thanks for the heads up.
Although I don't have a compatible smartcard to test with (I don't remember why I subscribed to this), I could suggest running the module out-of-process in case it somehow interferes with the browser's internals (e.g. by trying to load incompatible libraries):
Remove libaetpkss.so from the browser.
Add /usr/lib/p11-kit-proxy.so
to the browser.
Create a file ~/.config/pkcs11/modules/safesign.module
with contents:
module: /usr/lib/libaetpkss.so
remote: |p11-kit remote /usr/lib/libaetpkss.so
After restarting the program, you should see the 'p11-kit remote' process as a child of firefox in the process tree.
(Note that p11-kit will load all modules from ~/.config/pkcs11/modules and from /usr/share/p11-kit/modules, acting as one big PKCS#11 supermodule.)
By the way, there's a more current version here, which doesn't seem to require gdbm183
. Manually installing it did not fix my issues though.
Pinned Comments
pedrohqb commented on 2024-05-27 02:53 (UTC) (edited on 2024-05-27 03:01 (UTC) by pedrohqb)
It seems now to be fixed after using the libs from the deb package.