sudo: update to 1.8.12.

This commit is contained in:
Juan RP 2015-02-10 10:01:35 +01:00
parent 40ef92112a
commit b47d9ceb0f

View file

@ -1,13 +1,12 @@
# Template build file for 'sudo'.
pkgname=sudo
version=1.8.11p2
revision=2
version=1.8.12
revision=1
lib32disabled=yes
build_style=gnu-configure
configure_args="--with-ignore-dot -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"
hostmakedepends="groff"
makedepends="zlib-devel pam-devel"
conf_files="/etc/pam.d/sudo /etc/sudoers"
short_desc="Allow others to run commands as root"
@ -15,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gratisoft.us/sudo/"
license="ISC, BSD, zlib"
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
checksum=8133849418fa18cf6b6bb6893d1855ff7afe21db8923234a00bf045c90fba1ad
checksum=163b51841de8ad19276581a6782d61f5948f1f72a0a843371a1c167d3dc4f3b0
pre_install() {
find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \;