From b4be450ea4bb2fa8aa50a395afe97c4c85385343 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 9 Aug 2016 12:24:30 +0200 Subject: [PATCH] ndisc6: disable setuid bits. The setuid tools in ndisc6 (ndisc6, rdisc6, rltraceroute6) are not generally for use by ordinary users, so don't use caps instead. --- srcpkgs/ndisc6/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ndisc6/template b/srcpkgs/ndisc6/template index 4c1c27928e..828a6c4c41 100644 --- a/srcpkgs/ndisc6/template +++ b/srcpkgs/ndisc6/template @@ -1,9 +1,9 @@ # Template file for 'ndisc6' pkgname=ndisc6 version=1.0.3 -revision=3 +revision=4 build_style=gnu-configure -configure_args="--sbindir=/usr/bin" +configure_args="--disable-suid-install" hostmakedepends="perl" depends="perl" short_desc="Useful tools for IPv6 networking"