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.20p2 Date: Fri, 11 Aug 2017 18:22:15 +0200 Message-ID: <20170811162215.2919-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8462005780469880428==" List-Id: --===============8462005780469880428== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an update to the latest stable version of sudo. * Drop support for the audit subsystem Signed-off-by: Stefan Schantl --- sudo/sudo.nm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sudo/sudo.nm b/sudo/sudo.nm index 1b2dcb1..4cfedd2 100644 --- a/sudo/sudo.nm +++ b/sudo/sudo.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D sudo -version =3D 1.8.18p1 -release =3D 2 +version =3D 1.8.20p2 +release =3D 1 =20 groups =3D Applications/System url =3D http://www.sudo.ws/ @@ -28,7 +28,6 @@ source_dl =3D http://www.sudo.ws/sudo/dist/ =20 build requires - audit-devel cyrus-sasl-devel openldap-devel pam-devel @@ -47,8 +46,7 @@ build --with-ignore-dot \ --with-tty-tickets \ --with-ldap \ - --with-passprompt=3D"[sudo] password for %p: " \ - --with-linux-audit + --with-passprompt=3D"[sudo] password for %p: " =20 prepare_cmds # The tarball contains files owned by a stange uid:gid which will let --=20 2.9.4 --===============8462005780469880428==--