Search Criteria
Package Details: snac 2.75-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/snac.git (read-only, click to copy) |
---|---|
Package Base: | snac |
Description: | A simple, minimalistic ActivityPub instance |
Upstream URL: | https://codeberg.org/grunfink/snac2 |
Keywords: | activitypub fediverse mastodon |
Licenses: | MIT |
Submitter: | ogarcia |
Maintainer: | ogarcia |
Last Packager: | ogarcia |
Votes: | 3 |
Popularity: | 0.33 |
First Submitted: | 2022-11-30 10:33 (UTC) |
Last Updated: | 2025-04-17 08:32 (UTC) |
Dependencies (1)
- libcurl.so (curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
Latest Comments
« First ‹ Previous 1 2
kseistrup commented on 2025-01-24 12:10 (UTC)
@ogarcia Very well.
ogarcia commented on 2025-01-24 12:02 (UTC) (edited on 2025-01-24 12:20 (UTC) by ogarcia)
@kseistrup The kernel you are talking about is quite old and it does not make sense to set by default options that will not be used in standard Arch Linux installations (even using linux-lts).
Besides, you can do this export yourself if you have problems before calling makepkg.
kseistrup commented on 2025-01-24 11:30 (UTC)
@ogarcia
With snac v2.68+ and Linux kernels older than 5.13.0, could we have Linux sandboxing compiled into
snac
? It's as simple as changing thebuild()
function slightly:It can be controlled by
disable_sandbox
in the config, but I'm incompetent to read from C source if there is a default value or what will happen in that entry is missing from the config.Cheers.
kseistrup commented on 2023-04-24 13:57 (UTC)
@ogarcia Thanks.
ogarcia commented on 2023-04-24 13:40 (UTC)
@kseistrup
glibc
,gcc-libs
andopenssl
dependencies are implicitly satisfied bylibcurl.so
kseistrup commented on 2023-04-24 13:16 (UTC)
The namcap tool seems to indicate that further dependencies are necessary:
gcc-libs
,glibc
, andopenssl
.« First ‹ Previous 1 2