Package Details: safesignidentityclient 4.0.0.0-3

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)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »

illusioon commented on 2022-01-09 08:52 (UTC)

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

https://safesign.gdamericadosul.com.br/download

denisfalqueto commented on 2021-12-15 23:08 (UTC)

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.

illusioon commented on 2021-12-14 18:30 (UTC) (edited on 2021-12-14 18:31 (UTC) by illusioon)

You may need to install wxgtk3 because it's a required dep, I think wxgtk2 is deprecated in this version.

denisfalqueto commented on 2021-12-07 11:36 (UTC)

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.

illusioon commented on 2021-10-09 04:07 (UTC) (edited on 2021-10-09 05:04 (UTC) by illusioon)

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:

https://www.aeteurope.com/news/release-of-safesign-identity-client-version-3-7-for-windows-macos-and-linux/

denisfalqueto commented on 2021-07-16 12:05 (UTC)

Good catch, @euzao. Updated again, just a pkgver bump.

pedrohqb commented on 2021-07-15 16:48 (UTC)

Thanks for the update. It is also important to update the URL above accordingly.

denisfalqueto commented on 2021-07-15 14:33 (UTC)

Updated package, according to new version suggested by @gravity. Thanks for the heads up.

grawity commented on 2020-12-04 09:25 (UTC) (edited on 2020-12-04 09:26 (UTC) by grawity)

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

  1. Remove libaetpkss.so from the browser.

  2. Add /usr/lib/p11-kit-proxy.so to the browser.

  3. Create a file ~/.config/pkcs11/modules/safesign.module with contents:

    module: /usr/lib/libaetpkss.so
    remote: |p11-kit remote /usr/lib/libaetpkss.so

  4. 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.)

pedrovanzella commented on 2020-12-02 19:01 (UTC)

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.