From: Daniel Golle Date: Thu, 18 May 2023 02:15:52 +0000 (+0100) Subject: transmission: add new syscall needed with musl 1.2.4 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5e31c0d9ccfed875b787689f7ba12a3923a15784;p=feed%2Fpackages.git transmission: add new syscall needed with musl 1.2.4 Apparently the "revcmsg" syscall is now needed, add it to the list of allowed syscalls. Signed-off-by: Daniel Golle (cherry picked from commit 6afcc1bc88a960a9ce5b0d5ed1e8cce87647d5fa) --- diff --git a/net/transmission/Makefile b/net/transmission/Makefile index 5a61e15676..55e65f65c9 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -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)/ diff --git a/net/transmission/files/transmission-daemon.json b/net/transmission/files/transmission-daemon.json index f992e90cfb..f6fd25af1e 100644 --- a/net/transmission/files/transmission-daemon.json +++ b/net/transmission/files/transmission-daemon.json @@ -82,6 +82,7 @@ "readlinkat", "readv", "recvfrom", + "recvmsg", "rename", "renameat", "rmdir",