sudo: update to 1.8.24.

This commit is contained in:
maxice8 2018-08-18 17:34:33 -03:00 committed by Enno Boland
parent 3c86ef4abe
commit a8f99a8f45
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template build file for 'sudo'. # Template file for 'sudo'
pkgname=sudo pkgname=sudo
version=1.8.23 version=1.8.24
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-ignore-dot --with-insults=disabled --with-all-insults --with-env-editor configure_args="--with-ignore-dot --with-insults=disabled --with-all-insults --with-env-editor
@ -11,10 +11,11 @@ hostmakedepends="groff"
makedepends="zlib-devel pam-devel" makedepends="zlib-devel pam-devel"
short_desc="Allow others to run commands as root" short_desc="Allow others to run commands as root"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://www.sudo.ws/"
license="ISC" 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" distfiles="https://www.sudo.ws/dist/sudo-${version}.tar.gz"
checksum=d863d29b6fc87bc784a3223350e2b28a2ff2c4738f0fb8f1c92bb38c3017e679 checksum=b488557a198ecef30b7ad4011b59a66232dec2364ad956e11d8e17906c225be8
conf_files="/etc/pam.d/sudo /etc/sudoers" conf_files="/etc/pam.d/sudo /etc/sudoers"
lib32disabled=yes lib32disabled=yes