From a7d54ae170fb5f61e89b9d557ce77c369b13a5c1 Mon Sep 17 00:00:00 2001 From: Matthias von Faber Date: Tue, 19 Dec 2017 16:21:05 +0100 Subject: [PATCH] sudo: disable insults by default Must be explicitly enabled with a "Defaults insults" in /etc/sudoers. --- srcpkgs/sudo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index 5c8df8b65fd..fdcdf221d3a 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,10 +1,10 @@ # Template build file for 'sudo'. pkgname=sudo version=1.8.21p2 -revision=2 +revision=3 lib32disabled=yes build_style=gnu-configure -configure_args="--with-ignore-dot --with-insults --with-all-insults --with-env-editor +configure_args="--with-ignore-dot --with-insults=disabled --with-all-insults --with-env-editor --enable-shell-sets-home --enable-noargs-shell --without-sendmail --with-logfac=auth --disable-root-mailer --enable-pie --with-mdoc --sbindir=/usr/bin"