Please, stop marking this as as out of date. Version 3.8 doesn't work on Arch because of ABI differences.
Search Criteria
Package Details: safesignidentityclient 3.7.0.0-4
Package Actions
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: | denisfalqueto (geyslan) |
Last Packager: | denisfalqueto |
Votes: | 11 |
Popularity: | 0.000029 |
First Submitted: | 2015-04-10 02:25 (UTC) |
Last Updated: | 2023-08-22 10:17 (UTC) |
Dependencies (11)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- gdbm (gdbm-git)
- glib2 (glib2-selinux, glib2-git, glib2-patched-thumbnailer)
- glibc (glibc-widevine, glibc-git, glibc-linux4)
- hicolor-icon-theme (hicolor-icon-theme-git)
- openssl-1.1
- pcsclite (pcsclite-git)
- wxwidgets3.0
- acsccid (optional) – ACS CCID PC/SC driver,
- ccid (ccid-git, ccid-morpho) (optional) – Generic support for CCID devices,
- scmccid (optional) – binary driver for the SCM Smart Card Readers
Required by (0)
Sources (1)
denisfalqueto commented on 2023-08-22 10:10 (UTC)
murder commented on 2022-12-17 16:00 (UTC)
thanks a lot guys! this was awesome. I was wasting my time trying to make the ubuntu package work here and a simply AUR search and voila.
thanks a ton, again.
denisfalqueto commented on 2022-11-05 20:32 (UTC)
Package updated to depend on openssl-1.1. Thanks @pedrohqb for the heads up!
pedrohqb commented on 2022-11-05 18:39 (UTC)
openssl-1.0 dependency must be changed to openssl-1.1 as the former does not ship libcrypto.so.1.1 anymore. Otherwise tokenadmin will not work.
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.
pedrohqb commented on 2022-10-12 14:10 (UTC)
3.8.0 available: https://safesign.gdamericadosul.com.br/download
denisfalqueto commented on 2022-08-12 21:18 (UTC)
I've updated this package to use a specific version of wxWidgets (3.0.x), which is also available on AUR. I've tested this package in my system and it is working fine.
denisfalqueto commented on 2022-07-26 13:47 (UTC)
This is a tricky problem to solve. Arch's wxwidgets-gtk package bumped that library version and upstream doesn't provide an updated version, so it relies on that specific version that's not provided anymore. A possible solution is to provide a package for wxwidgets-gtk3.0, but I don't have any time right now. I didn't find any suitable version currently on AUR, so I'll have to create a new one.
pedrohqb commented on 2022-07-24 00:50 (UTC)
tokenadmin: error while loading shared libraries: libwx_gtk3u_core-3.0.so.0: cannot open shared object file: No such file or directory
It seems that libwx_gtk3u_core-3.0.so.0 was dropped from the latest wxwidgets-gtk3 update.
potuz commented on 2022-05-26 15:23 (UTC) (edited on 2022-05-26 15:23 (UTC) by potuz)
@denisfalqueto I just reinstalled, same version, and wxgtk3 seems to be up-to-date
$ sudo pacman -Qi wxgtk3
Name : wxgtk3
Version : 3.0.5.1-3
Description : GTK+3 implementation of wxWidgets API for GUI
Architecture : x86_64
URL : https://wxwidgets.org
Licenses : custom:wxWindows
Groups : None
Provides : None
Depends On : gtk3 gst-plugins-base-libs libsm libxxf86vm wxgtk-common libnotify
Optional Deps : webkit2gtk: for webview support [installed]
Required By : audacity safesignidentityclient
Optional For : None
Conflicts With : wxgtk<3.0.3.1-2
Replaces : None
Installed Size : 15.08 MiB
Packager : Antonio Rojas <arojas@archlinux.org>
Build Date : Wed 05 Jan 2022 07:10:46 AM -03
Install Date : Mon 07 Mar 2022 12:38:25 PM -03
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
Pinned Comments
denisfalqueto commented on 2022-10-21 13:31 (UTC)
it's not possible to update to 3.8 yet becuase:
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.