Package Details: safesignidentityclient 4.0.0.0-1

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://safesign.gdamericadosul.com.br/download
Licenses: custom:copyright
Submitter: denisfalqueto
Maintainer: geyslan
Last Packager: denisfalqueto
Votes: 11
Popularity: 0.190554
First Submitted: 2015-04-10 02:25 (UTC)
Last Updated: 2023-10-21 01:13 (UTC)

Pinned Comments

denisfalqueto commented on 2022-10-21 13:31 (UTC)

it's not possible to update to 3.8 yet becuase:

  • It uses a new version of libcrypto.so.3, provided by openssl-3
  • openssl-3 is being built with a different C++ ABI from the binary of tokenadmin built for Ubuntu 22.04

So, in essence, we can't just depend on openssl-3 from AUR, since it will be built with a different ABI and tokenadmin's binary will not work with that lib.

I'll revert the out of date flag.

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

pedrohqb commented on 2024-02-11 23:21 (UTC)

As a workaround for the moment, I recommend installing Ubuntu 20.04 on distrobox, and installing everything inside the container: tokenadmin, firefox and any other tools, and exporting the launchers to your desktop. It is a much more reliable way of using it.

Ah, you must have pcsclite and ccid installed and enable on your host to have this workaround working.

barrupa commented on 2024-02-01 01:43 (UTC) (edited on 2024-02-01 01:57 (UTC) by barrupa)

Both versions of the package (4.0.0.0-1 and 3.7.0.0-4) fail to run at the moment.

The current version of tokenadmin errors out at symbol lookup error: /usr/lib/libaetpkss.so: undefined symbol: EVP_md2, version OPENSSL_1_1_0 whilst the previous build (second to last PKGBUILD version) isn't compatible with wxwidgets-3.0 as in Arch Linux it is currently built using a later version of the C++ ABI which is not compatible-with/supported-by the package's tokenadmin binary:

The library used 3.0 (wchar_t,compiler with C++ ABI 1018,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8).

I suggest keeping the package marked as outdated as it is otherwise unusable.

pedrohqb commented on 2024-01-28 19:46 (UTC)

Please, if you will not maintain the package anymore, give it to someone else. There are several lawyers having problems with this packages because it has been factually abandoned by the maintainer.

masmiranda commented on 2023-12-03 10:57 (UTC)

I'm getting the following type of error when I run tokenadmin:

tokenadmin: symbol lookup error: /usr/lib/libaetpkss.so: undefined symbol: EVP_md2, version OPENSSL_1_1_0

Any solution for this?

denisfalqueto commented on 2023-10-25 10:09 (UTC)

You can revert the changes by looking at the PKGBUILD history.

pedrohqb commented on 2023-10-25 01:11 (UTC)

Well, at least revert to the last version so the package does not remain broken.

pedrohqb commented on 2023-10-23 16:09 (UTC)

I can mantain it.

denisfalqueto commented on 2023-10-23 09:46 (UTC)

I'm not using this packages anymore, so I'm orphaning it.

grawity commented on 2023-10-23 05:05 (UTC)

Avoid the "ldconfig: is not a symlink" warnings infecting every pacman operation:

   install -d ${pkgdir}/usr/lib
-  install -m 744 ${srcdir}/usr/lib64/* ${pkgdir}/usr/lib/
+  cp -R ${srcdir}/usr/lib64/. ${pkgdir}/usr/lib/

pedrohqb commented on 2023-10-21 02:53 (UTC)

Sadly not working. "tokenadmin: symbol lookup error: /usr/lib/libaetpkss.so: undefined symbol: EVP_md2, version OPENSSL_1_1_0"

I would recommend reverting. Sorry. :(