Age | Commit message (Collapse) | Author |
|
permissions
Upstream
https://github.com/latchset/tang/commit/80725fda5dd2f98b201af06bb66ee96b1ec8863a
switched the tangd service from running as root to a dedicated unprivileged
"tang" user. We need to create this user and adjust the permissions of the key
directory accordingly. This brings the PKGBUILD in sync with the package in
[community].
|
|
This allows tangd to automatically generate new keys on first start if
necessary.
|
|
- systemd is an (optional) checkdepends to test socket activation
- Use meson instead of ninja like in the ArchWiki and [community] PKGBUILD
|
|
Remove patch applied upstream.
|
|
Upstream switched their build system to meson.
|
|
|
|
Tang stores its keys in localstatedir, so make sure it is set to the
expected directory (/var instead of /usr/local/var).
|
|
|
|
|
|
|