From 4817eb67fb655f2f95b448cb61b4828bccd9b4921650fa28c0b75b7f57710e79 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Fri, 15 Sep 2017 10:12:27 +0000 Subject: [PATCH] Accepting request 525888 from home:kstreitova:branches:Base:System - remove "--with-insults" and disable insults by default. Now insults sets are included but user must enable it in the sudoers file [bsc#1053911] OBS-URL: https://build.opensuse.org/request/show/525888 OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=126 --- sudo.changes | 7 +++++++ sudo.spec | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sudo.changes b/sudo.changes index ab41519..84db31a 100644 --- a/sudo.changes +++ b/sudo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 13 14:19:27 UTC 2017 - kstreitova@suse.com + +- remove "--with-insults" and disable insults by default. Now + insults sets are included but user must enable it in the sudoers + file [bsc#1053911] + ------------------------------------------------------------------- Fri Sep 8 09:17:50 UTC 2017 - michael@stroeder.com diff --git a/sudo.spec b/sudo.spec index 8698c8e..c0fea4a 100644 --- a/sudo.spec +++ b/sudo.spec @@ -93,7 +93,6 @@ export LDFLAGS="-pie" --with-selinux \ --with-linux-audit \ --with-logfac=auth \ - --with-insults \ --with-all-insults \ --with-ignore-dot \ --with-tty-tickets \