transmission: add new syscall needed with musl 1.2.4
authorDaniel Golle <daniel@makrotopia.org>
Thu, 18 May 2023 02:15:52 +0000 (03:15 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 18 Feb 2024 15:59:49 +0000 (16:59 +0100)
Apparently the "revcmsg" syscall is now needed, add it to the list
of allowed syscalls.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 6afcc1bc88a960a9ce5b0d5ed1e8cce87647d5fa)

net/transmission/Makefile
net/transmission/files/transmission-daemon.json

index 5a61e156764fe59e46f57ff94e07bbc45d21b89a..55e65f65c9b66448f4920b104d27cd9803840212 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=transmission
 PKG_VERSION:=4.0.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://github.com/transmission/transmission/releases/download/$(PKG_VERSION)/
index f992e90cfb7cc63ababdb968a9036783ef3c9251..f6fd25af1ef72f98200a78c6d0f8fb04f5f591e3 100644 (file)
@@ -82,6 +82,7 @@
                                "readlinkat",
                                "readv",
                                "recvfrom",
+                               "recvmsg",
                                "rename",
                                "renameat",
                                "rmdir",