bind: synchronize arrays

See 02beafcba8 (commitcomment-20847469)
This commit is contained in:
Jürgen Buchmüller 2017-02-12 14:24:57 +01:00
parent 6b86544796
commit 255c5ac2f2
2 changed files with 2 additions and 2 deletions

View File

@ -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 @@

View File

@ -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 <xtraeme@voidlinux.eu>"