diff --git a/srcpkgs/bind/patches/seccomp.patch b/srcpkgs/bind/patches/seccomp.patch index f2ebcc12cd3..dc6bbb8e43a 100644 --- a/srcpkgs/bind/patches/seccomp.patch +++ b/srcpkgs/bind/patches/seccomp.patch @@ -4,9 +4,9 @@ SCMP_SYS(rt_sigsuspend), SCMP_SYS(fstat), SCMP_SYS(epoll_ctl), + SCMP_SYS(gettimeofday), + SCMP_SYS(getpid), + SCMP_SYS(getrandom), - SCMP_SYS(gettimeofday), SCMP_SYS(unlink), SCMP_SYS(socket), @@ -121,6 +123,8 @@ diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template index ffa9b4a529a..b74d3921414 100644 --- a/srcpkgs/bind/template +++ b/srcpkgs/bind/template @@ -3,7 +3,7 @@ pkgname=bind _distver=9.10.4 _patchver=P6 version="${_distver}${_patchver}" -revision=2 +revision=3 wrksrc="${pkgname}-${_distver}-${_patchver}" short_desc="Berkeley Internet Name Domain server" maintainer="Juan RP "