sudo: update to 1.9.0.
This commit is contained in:
parent
b2489386d1
commit
a723f14e25
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue