Package Details: snac 2.75-1

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)

Required by (0)

Sources (4)

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 the build() function slightly:

build() {
  cd "${pkgname}2"
  export CFLAGS="$CFLAGS -DWITH_LINUX_SANDBOX"  # Enable Linux sandboxing
  make
}

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 and openssl dependencies are implicitly satisfied by libcurl.so

kseistrup commented on 2023-04-24 13:16 (UTC)

The namcap tool seems to indicate that further dependencies are necessary: gcc-libs, glibc, and openssl.