Search Criteria
Package Details: softu2f 0.4.0.r25.g45a073f-1
Git Clone URL: | https://aur.archlinux.org/softu2f.git (read-only, click to copy) |
---|---|
Package Base: | softu2f |
Description: | Software U2F HID token daemon (rust-u2f) |
Upstream URL: | https://github.com/danstiner/rust-u2f |
Submitter: | grawity |
Maintainer: | grawity |
Last Packager: | grawity |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-11-04 09:03 |
Last Updated: | 2021-02-22 09:40 |
Dependencies (6)
- libdbus (dbus-elogind, dbus-git, dbus-x11, libdbus-minimal, dbus-nosystemd-minimal-git, dbus-selinux, dbus-nosystemd, dbus)
- libsystemd (systemd-light-libs, systemd-cdown-libs-git, systemd-libs-git, systemd-libs-selinux, systemd-libs)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-toolchain-nightly-bin, clang-rc, llvm-minimal-git, llvm-git) (make)
- llvm (llvm-pypy-stm, llvm39, llvm-asserts, llvm38, llvm-tce, llvm11, llvm11-libs, llvm11-ocaml, llvm8, llvm-toolchain-nightly-bin, llvm-rc, llvm-minimal-git) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rust-bin, rustup) (make)
Latest Comments
grawity commented on 2021-02-22 09:44
It enables a local socket that doesn't result in any running processes (quite similar to all the packages which install stuff to
/usr/share/dbus-1/system-services
), so I think I can get away with it.egrupled commented on 2021-02-21 21:40
Hi, the latest commit[1] automatically enables systemd socket after package install which overrides Arch Linux default policy that leave newly installed services/sockets disabled[2] unless there is a good reason for that. I don't see that reason for softu2f therefore I think enabling softu2f service should be left to users. Could you revert that change?
[1] https://aur.archlinux.org/cgit/aur.git/commit/?h=softu2f&id=3f6f50703dc3168f136350e4f65ef6167dbd3592
[2] https://wiki.archlinux.org/index.php/systemd#Enable_installed_units_by_default
egrupled commented on 2020-02-03 15:20
@grawity could you change
/usr/libexec/softu2f/
to/usr/lib/softu2f/
in install section? I know that upstream installs them there but official Arch package guidelines state:https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_etiquette
egrupled commented on 2020-01-20 15:15
systemd v244 is released and available in Arch. You can drop
u2f-hidraw-policy
optdepend then.