From 255c5ac2f24d56a22e72af9b269b5d7c9a5ace3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 12 Feb 2017 14:24:57 +0100 Subject: [PATCH] bind: synchronize arrays See https://github.com/voidlinux/void-packages/commit/02beafcba8c6b5207095e8c3b3e6f0559e4f04ad#commitcomment-20847469 --- srcpkgs/bind/patches/seccomp.patch | 2 +- srcpkgs/bind/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "