From c23a4cac8d79483b4cef253c9989b622c8579756 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Tue, 12 May 2020 14:19:00 +0200 Subject: [PATCH] sudo: update to 1.9.0. --- srcpkgs/sudo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index 5df65b48867620..12bb3aa19c153f 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,12 +1,12 @@ # Template file for 'sudo' pkgname=sudo -version=1.8.31p1 +version=1.9.0 revision=1 build_style=gnu-configure 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" + --sbindir=/usr/bin --disable-log-server" hostmakedepends="groff" makedepends="zlib-devel pam-devel" short_desc="Allow others to run commands as root" @@ -15,7 +15,7 @@ license="ISC" homepage="https://www.sudo.ws/" changelog="https://www.sudo.ws/repos/sudo/raw-file/tip/NEWS" distfiles="https://www.sudo.ws/dist/sudo-${version}.tar.gz" -checksum=c73cfdfbc1c5cc259fcc3a355e1bacfed99c5580daeadec9704a24cd5e6d15d8 +checksum=ab231439c5dfdf4ecbef74f10d5f7e9686c2255c2f3887085b5c5e13281bf95c conf_files="/etc/pam.d/sudo /etc/sudoers" lib32disabled=yes