From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] sudo: Update to 1.8.18p1. Date: Wed, 12 Oct 2016 08:11:04 +0200 Message-ID: <1476252664-20549-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9212877204508406602==" List-Id: --===============9212877204508406602== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a minor update to the latest available version of sudo. * Replace hardcoded path. * Drop SELinux support. Fixes #11230. Signed-off-by: Stefan Schantl --- sudo/sudo.nm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sudo/sudo.nm b/sudo/sudo.nm index 5087c1e..d76650d 100644 --- a/sudo/sudo.nm +++ b/sudo/sudo.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D sudo -version =3D 1.8.17p1 +version =3D 1.8.18p1 release =3D 1 =20 groups =3D Applications/System @@ -30,7 +30,6 @@ build requires audit-devel cyrus-sasl-devel - libselinux-devel openldap-devel pam-devel end @@ -41,18 +40,17 @@ build --with-logfac=3Dauthpriv \ --with-pam \ --with-pam-login \ - --with-editor=3D/usr/bin/vi \ + --with-editor=3D%{bindir}/vi \ --with-env-editor \ --with-ignore-dot \ --with-tty-tickets \ --with-ldap \ --with-passprompt=3D"[sudo] password for %p: " \ - --with-selinux \ --with-linux-audit =20 install_cmds mkdir -pv %{BUILDROOT}/etc - cp -vf %{DIR_SOURCE}/sudoers %{BUILDROOT}/etc/sudoers + cp -vf %{DIR_SOURCE}/sudoers %{BUILDROOT}%{sysconfdir}/sudoers end end =20 @@ -61,7 +59,7 @@ packages groups +=3D Base =20 configfiles - /etc/sudoers + %{sysconfdir}/sudoers end end =20 --=20 2.7.4 --===============9212877204508406602==--