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 <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2023-05-18 03:15:52 +01:00
parent d4d58fca4b
commit 6afcc1bc88
No known key found for this signature in database
GPG Key ID: 5A8F39C31C3217CA
2 changed files with 2 additions and 1 deletions

View 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)/

View File

@ -78,6 +78,7 @@
"readlinkat",
"readv",
"recvfrom",
"recvmsg",
"rename",
"renameat",
"rmdir",